Bret Johnson

Results 27 comments of Bret Johnson

> While I wouldn't normally suggest this approach, given .NET 7 is not really going to change anything in this area of the code, it is probably safe enough to...

@spadapet - I split out the WinUI crashes to separate bugs, here: https://github.com/dotnet/maui/issues/16929 and https://github.com/dotnet/maui/issues/16940.

I tracked down the root cause of this. The problem is at initialization time. https://github.com/open-telemetry/opentelemetry-dotnet provides open telemetry client functionality via IHostedService. MAUI as of today is a service container...

Sorry, as I meant to post here earlier, but we did track this down. If you set `true` in the csproj for the Android app, that should make it work...

> I think this is unnecessary - Aspire can handle env variables, and this is just adding extra orchestration steps that arent necessary. A whole project for a settings file...

> At no point does wiring things up from Aspire mean you cant switch to the individual startup project - so you can just always switch around. I have been...

> I'm not super enthused about this API myself. Seems to me the root of the issue is passing environment variables into mobile apps when you launch them. Android for...