Brad

Results 162 comments of Brad

Can confirm `dotnet run` works, IDE still does not. > % dotnet run --framework net6.0-maccatalyst The launch profile "(Default)" could not be applied. A usable launch profile could not be...

Ah I see. Let me know if there is anything else I can do or if/when you want me to go report it to the VS team.

Double checked and I get the same issue on the latest VS for Mac 17.3 preview. Detailed system information 👈 ``` Visual Studio Community 2022 for Mac Preview Version 17.3...

Also confirming I run through on current 17.3 stable and current 17.4 preview. MAUI development is recommended to be on 17.4 preview but did the test on both, from what...

I tried the `ln -s /Library/Frameworks/Mono.framework/Versions/Current/Commands/nuget nuget` thing that @jonathanpeppers suggested. I think its not needed (but also doesn't work) My appcenter-post-clone.sh looks like this. ``` #!/usr/bin/env bash which nuget...

Just discovered this as well. We thought match may be broken. ``` function test1(bool $var) : GdImage { return match ($var) { true => 'a', false => new GdImage(), default...

Happens with the latest XF 5.0-pre5 but only on Android. Works fine on iOS.

Just had an awkward time with this. Using it in a Xamarin.Forms project (iOS/Android) and trying to figure out why my iPhone as being "238 gigabytes" when it really means...

Was just looking at planning ahead for my XF -> MAUI app migration which is planned for much further in the future. I use `NativeAnimation` a lot, I find it...

Issue still occurs in 5.5.24. EDIT: Can confirm for the issue I was seeing (100% CPU for 60sec while sending to sandbox server) that it did not happen when I...