AndyB
How to compile using a new build of .NET
TY, but I realize now that it's probably still too soon. I don't see an update to
dotnet-maui
that includes this fix.
https://github.com/dotnet/maui/releases/tag/8.0.642 replies
How to compile using a new build of .NET
I appreciate the advice, but maybe you have a link to how specifically to do this on MacOS -
dotnet
may be an alias, but not sure how to call it directly. I expect the download will be an installer with an .app file inside it. If you have a link on how to point dotnet
to a different version on MacOS, I'd greatly appreciate it. Sorry to be such a newb42 replies
How to compile using a new build of .NET
Here's the bug I'm trying to see if it's been fixed.
https://github.com/dotnet/maui/issues/19613
42 replies
How to compile using a new build of .NET
I think they're also available as regular downloads, no?
https://github.com/dotnet/installer/blob/main/README.md#installers-and-binaries
There doesn't seem to be any date info, can you tell how to relate the build number to the date the build? I feel like the numbers are the same as the last time I looked. (version 8.0.200-preview.24064.2)
Also, how does one switch between versions?
42 replies
Maui-Hybrid debug on iOS device using VS Code on Mac
Ok, got it working. Turns out these curly braces are at the bottom right corner of VS Code, but ONLY when you have an .xml file open.
I had to manually add a
CFBundleIdentifier
key to info.plist. Odd that Maui doesn't do that automatically, as it's right there in <ApplicationId>
in the .csproj file..8 replies
Maui-Hybrid debug on iOS device using VS Code on Mac
I read up on that page, and the instructions are terrible. e.g.
Debug to any target The .NET MAUI extension makes it easy to debug and deploy your app to your different target devices (Android, iOS, macOS and Windows). Just pick your device through the “Language Status” popup by hovering over the curly braces { }, selecting “Debug Target”, then starting a debug session (F5).WHAT curly braces? Where's this "Language Status" popup?
8 replies