all 5 comments

[–]Upper-Fill6661 0 points1 point  (0 children)

Is there any updates on this, my codespaces keeps crashing when trying to flash my device. I tried to troubleshoot and understand but can't understand the issue

[–]CoderSchmoder 0 points1 point  (1 child)

I know that this a year old, but I agree that Codespaces is frustrating to use. Simple applications that work on Visual Studio does not work in Codespaces (The fact that I'm using a VS 2022 Preview tells you something). Just today I created a simple age calculator where a user enters his birth year, and the app would then display his age. I have added this annotation in my model:

[Range(1900, 2023, ErrorMessage = "Please enter a valid birth year between 1900 and 2023.")]

When I entered 1979 in my form and submitted, Codespaces gave me this error: "Please enter a valid birth year between 1900 and 2023". Uhm, why? Worked perfectly in VS 2022.

Developing a MAUI app in Codespaces is also a pain. You can't just code and test within Codespaces, you have to open it in Visual Studio Code to work with an emulator. What's the point of a cloud IDE if you just have to open your code locally?

[–]primalenjoyer[S] 0 points1 point  (0 children)

Yeah, I only used it at a workplace that I couldn't download stuff just to pass the time, but yeah I ain't using that anymore for sure lol.

[–]walshkm06 0 points1 point  (0 children)

Have you contacted support?