Eilon Lipton

Results 497 comments of Eilon Lipton
trafficstars

@Mr-Technician I'm hoping it's possible for you to try to narrow things down. If you change your app to not make any API calls, does that change anything? Also, can...

@MackinnonBuck gosh my memory on this is super blurry. Perhaps we can discuss at the next engineering sync?

@juanfranblanco generally in a .NET MAUI app the DLLs are not loaded into the WebView. That would require using WebAssembly and a .NET runtime/interpreter that can run in the browser...

@juanfranblanco ah got it. I don't think that was one of the original ideas for this issue, but it's certainly interesting. I think the core idea in this issue is...

More repro info here: https://github.com/dotnet/maui/issues/9481. Per the other issue, we likely need to do some UrlDecode on the "URL"-ish path to fix up spaces and perhaps other path-unfriendly characters.

The repro is actually quite simple: `dotnet new maui-blazor -o "Test With Spaces"` and you get this broken app: ![image](https://user-images.githubusercontent.com/202643/186789629-24415521-6595-4db8-9b98-001c8c281984.png)

@TcNobo , yup, this bug is entirely specific to Blazor Hybrid. It needs to un-escape data that comes from the native webview (e.g. WebView2) so that it can use that...

@jonathanpeppers - any thoughts on where this bug should go? VS Feedback? Or Xamarin Android repo?

At least one of the failures is a package dependency problem: ``` D:\a\_work\1\s\src\Controls\samples\Controls.Sample.Sandbox\Maui.Controls.Sample.Sandbox.csproj : error NU1605: Detected package downgrade: Microsoft.Extensions.DependencyInjection from 7.0.0-rtm.22473.12 to 7.0.0-rc.2.22459.15. Reference the package directly from the...

Hi @tradegear , can you have a look through https://github.com/dotnet/maui/discussions/8131, which has some info on how to connect from Android emulators to the host?