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
As an example, running dotnet new celestemod in a folder called test-mod generates test-mod.csproj as expected, but sets the project file name in test-mod.sln to test_mod.csproj, causing the .sln to not recognize the project.
The text was updated successfully, but these errors were encountered:
As an example, running
dotnet new celestemod
in a folder calledtest-mod
generatestest-mod.csproj
as expected, but sets the project file name intest-mod.sln
totest_mod.csproj
, causing the .sln to not recognize the project.The text was updated successfully, but these errors were encountered: