Will VS and Maui ever get a designer??

Lloyd Sheen 1,486 Reputation points
2023-12-07T20:44:58.8566667+00:00

Hot reload is anything but Hot. Sometimes it does something but more often than not it does not. Then I am to determine if the change I wanted didn't happen because Hot Reload just decided not to do anything or perhaps my change was no good.

VS is supposed to be a developer tool. That means that it has two main functions. One to create an app, this includes the editor and the build of the app. The second is testing / debugging. This second one is not very good for Maui. I can run the same build twice and have two different results (confusing). It also will just stop and that is it. No error indication, no error message just NOTHING! It will also sometimes stop and the place it "found" the error is not in my code. Most of the time I will just execute again and this time I will not get the error.

I have kids that I "teach" Maui and their main question is " why is Visual Studio so against us?"

Any one from MS like to answer this????

Developer technologies | .NET | .NET MAUI
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.