Alex

Results 60 comments of Alex

Its nice we have a workaround but this doesn't work for .net5.0 projects and thinking about .net6.0 compatibility when we eventually migrate XF projects to MAUI I'd rather be using...

I ran into this issue with 7.2RC on a 2018 Intel Macbook Pro. Running the CLI allowed the app to launch correctly, thanks Frank you are a treasure ❤️

Now maui is in a relatively stable place, will there be support for this natively without the workaround described? Using a proxy is important to an app I am working...

Firstly you should have verified the files existance before adding it to the email (are you 200% sure it exists). Secondly does the zip file have any spaces in it's...

@dimitriadamou worked for me, thanks a bunch!

Adding a null check to the `ContainerView.Window` appears to fix the issue. I pulled the bottom sheets library into the maui controls sample and have been able to get it...

This feels like a regression from .NET 7 because I only saw this issue in my apps after the upgrade. Before the whole bar respected the `BarTextColor` property.

Can you provide a screen recording of this issue please? [ScreenToGif](https://www.screentogif.com/) is a good tool and it will help document this issue since there isn't a reproduction

My contribution is even less helpful, but I was running into this error on my physical iOS devices. I tested out a file new XF app and that ran under...

Despite the project having no reference to Tizen, this error is still thrown. To workaround the issue you can install the workloads you need to use before your build: ```YAML...