Massive workflow problems
See original GitHub issueDescription
I’ve been working on migrating a Xamarin app to Maui, but I’ve also been curious about net7.0 so I installed VS2022 Preview (v17.4.0 Preview 2.1) and everything is bonkers on my system now.
In VS2022 (17.3.5) I created a new maui app and immediately have issues:
Ok, so I should be able to do a dotnet workload restore
right? No.
Tizen isn’t even a default here, why is this coming up?
Why am I getting this back and forth? First I get that xcode 14 isn’t supported, use Xcodes.app (thanks @jamesmontemagno) to switch and then I’m getting that it doesn’t want that version now.
I select net6.0 when creating the project, ran dotnet new globaljson
and it populates with 7.0.100-rc.1.22431.12
. Had to manually change it back.
dotnet --list-sdks
6.0.401 [C:\Program Files\dotnet\sdk]
7.0.100-rc.1.22431.12 [C:\Program Files\dotnet\sdk]
Steps to Reproduce
- Install VS 2022 17.3.5
- Open VS2022, Create Maui project1, build, run
- Install VS 2022 Preview 17.4.0 Preview 2.1
- Open VS 2022 Preview, Create Maui project2, build, run
- Open VS2022 project1, try and build? try and run?
Link to public reproduction project repository
https://
Version with bug
Unknown/Other (please specify)
Last version that worked well
6.0.408
Affected platforms
iOS, Windows, Other (Tizen, Linux, etc. not supported by Microsoft directly)
Affected platform versions
ios 15
Did you find any workaround?
No, I’m uninstalling VS2022 Preview in the hopes that this mess is reverted. Next would be formatting my machine.
Relevant log output
No response
Issue Analytics
- State:
- Created a year ago
- Comments:9 (5 by maintainers)
Top GitHub Comments
This will be fix in the GA release of .NET 7. For workarounds in the meantime, see https://github.com/dotnet/sdk/issues/28217
Had setup globaljson to point at 6.0.400, correct.