Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blazor Hybrid Mac Catalyst Dev Tools not Supported #5561

Closed
Tracked by #12293
TanayParikh opened this issue Mar 24, 2022 · 6 comments · Fixed by #14196
Closed
Tracked by #12293

Blazor Hybrid Mac Catalyst Dev Tools not Supported #5561

TanayParikh opened this issue Mar 24, 2022 · 6 comments · Fixed by #14196
Labels
area-blazor Blazor Hybrid / Desktop, BlazorWebView discussed Created by mkArtakMSFT to help with planning temporarily. It will be removed after planning is done. external fixed-in-8.0.0-preview.4.8333 Look for this fix in 8.0.0-preview.4.8333! t/bug Something isn't working

Comments

@TanayParikh
Copy link
Contributor

TanayParikh commented Mar 24, 2022

It's not possible to open the dev tools menu for mac catalyst applications running Blazor Hybrid (WKWebView).

Others are reporting this issue too: https://apple.stackexchange.com/questions/416277/how-to-inspect-safari-web-inspector-aka-devtools-on-devtools

Dev Resources:

Tried adding entitlements:

	<key>com.apple.security.network.client</key>
	<true/>
	<key>com.apple.webinspector.allow</key>
	<true/>

Trying to open dev tools (Web Inspector) via:

  • OPTION+CMD+I
  • Safari -> Develop menu
  • Right click -> inspect

I've confirmed the AddBlazorDevTools is appropriately configured

@TanayParikh TanayParikh added t/bug Something isn't working area-blazor Blazor Hybrid / Desktop, BlazorWebView s/verified Verified / Reproducible Issue ready for Engineering Triage labels Mar 24, 2022
@mkArtakMSFT mkArtakMSFT added this to the Future milestone Mar 28, 2022
@ghost
Copy link

ghost commented Mar 28, 2022

We've moved this issue to the Future milestone. This means that it is not going to be worked on for the coming release. We will reassess the issue following the current release and consider this item at that time.

@TanayParikh
Copy link
Contributor Author

Reported to Apple: https://feedbackassistant.apple.com/feedback/9972022

@TanayParikh
Copy link
Contributor Author

Issue has been acknowledged by Apple, however the workaround proposed requires debugging with XCode, which isn't feasible with MAUI (as far as I know).

@zengxs
Copy link

zengxs commented Aug 10, 2022

Add entitlement com.apple.security.get-task-allow = YES, see #7706 (comment)

@TanayParikh TanayParikh removed this from the Backlog milestone Aug 16, 2022
@TanayParikh
Copy link
Contributor Author

Add entitlement com.apple.security.get-task-allow = YES, see #7706 (comment)

Thanks @zengxs, fix has been confirmed. We'll discuss how we want to surface this for users.

@MackinnonBuck MackinnonBuck added this to the .NET 8 Planning milestone Aug 16, 2022
@mkArtakMSFT mkArtakMSFT modified the milestones: .NET 8 Planning, Backlog Nov 2, 2022
@ghost
Copy link

ghost commented Nov 2, 2022

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

@mkArtakMSFT mkArtakMSFT added the discussed Created by mkArtakMSFT to help with planning temporarily. It will be removed after planning is done. label Nov 2, 2022
@samhouts samhouts removed the s/verified Verified / Reproducible Issue ready for Engineering Triage label Apr 5, 2023
@samhouts samhouts modified the milestones: Backlog, .NET 8 Planning May 1, 2023
@ghost ghost locked as resolved and limited conversation to collaborators May 31, 2023
@samhouts samhouts added the fixed-in-8.0.0-preview.4.8333 Look for this fix in 8.0.0-preview.4.8333! label Jun 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Blazor Hybrid / Desktop, BlazorWebView discussed Created by mkArtakMSFT to help with planning temporarily. It will be removed after planning is done. external fixed-in-8.0.0-preview.4.8333 Look for this fix in 8.0.0-preview.4.8333! t/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants