Eilon Lipton

Results 487 comments of Eilon Lipton
trafficstars

@Qiulin-Git thank you I can repro it with your app now on Android (but Windows is fine). Note for my future self, the logs seem to indicate it is looking...

@foximoxi can you post a repro app for this posted as a public GitHub repo so that we can investigate?

Related PR: https://github.com/dotnet/runtime/pull/89509

@HakamFostok good question, I'm not sure. It _could_ be as simple as roughly copying the changes and tests from https://github.com/dotnet/runtime/pull/89509 and applying to MAUI. Or does MAUI even get some...

@HakamFostok thanks I also just saw that @mattleibow submitted https://github.com/dotnet/maui/pull/20014.

@martinstoeckli very interesting discovery! So do you think there's still any issue to fix here? Or has the issue resolved itself due to store changes

I've been reading a bit about this and I don't think this is Blazor-specific and likely not even .NET MAUI-specific. I found this thread about WinUI3 and full trust: https://github.com/microsoft/WindowsAppSDK/discussions/1900...

> > The Windows manifest is editable in a .NET MAUI app so presumably you could set various permissions there instead of full trust. > > Maybe I misunderstood your...

Ah so that particular aspect seems to be the same as this issue: https://github.com/microsoft/microsoft-ui-xaml/issues/7766. And it seems that issue was fixed about a year ago (sorry for earlier edit, I...

> Sorry, I should have written it more clear I think: > > * .Net SDK7 Project: The "runFullTrust" is readded in the build process to the "Package.appxmanifest", this problem...