AndyB
Cleaning out Maui Template
If I'm ONLY doing Blazor and no "native" Maui controls, what can I safely delete from the Maui Blazor template? Seems like there might be quite a bit of code/files that aren't needed if I'm specifically only doing Blazor in the Maui Wrapper.
3 replies
How to compile using a new build of .NET
I had reported a bug that supposedly got recently squashed.
Is there a way to test a recent build (not an official release of .NET) of .NET without building all of .NET from source (I wouldn't know how to do that anyway...)
Other open source software often have nightly builds that you can download and test. How does one "test" .NET when a bug has been fixed?
42 replies
Maui-Hybrid debug on iOS device using VS Code on Mac
Does anyone know how to test a maui-blazor app in VS Code on an iOS device? I can run it in the simulator, but I want to try it on my device. I have done everything shown here: https://learn.microsoft.com/en-us/dotnet/maui/ios/device-provisioning/manual-provisioning?view=net-maui-8.0&tabs=vs but I can't find any instructions on how to do the step "Downloading Provisoning Profiles" as the instructions are for Visual Studio only. What is the "CLI" method when using VS Code?
8 replies
❔ Is `where` still used?
I'm looking at creating some functions to convert byte[] to Structures and back, and all examples I see are very old. They use the keyword "where" which I've never seen before. Is this still current or has it been depricated?
e.g.
38 replies