You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
This is wildly contentious and is a conflict that exists today between VS Mac (and .NET Core's dotnet sln add ...) and VS Win. I believe introducing the new 9A19103F GUID was a mistake and VS Win really needs to switch back.
Seeing how this is still not solved in VSWin world, and we're still suffering because of this, the best solution is for the generator to support both so we can choose. Right now I'm just fighting the tooling.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently Xamarin.MSBuild.Sdk GenerateSolution is using the old project system Guid for C#:
mirepoix/src/Xamarin.MSBuild.Sdk/Solution/SolutionNode.cs
Line 16 in 1e6078c
When generating .sln for SDK-Style projects it should be using
9A19103F-16F7-4668-BE54-9A1E7A4F7556
instead.The text was updated successfully, but these errors were encountered: