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
I experienced the same issue today. After investigating, it seems to be a regression from #495 in v10.2.0. I got around it by downgrading the tool to v10.0.0.
The root cause is that the separator for folder name was changed to '/' which causes Visual Studio to not load the projects under the folders with the following error:
Solution Folder names cannot:
contain any of the following characters: / ? : \ * "" < > |
contain Unicode control characters
contain surrogate characters
be system reserved names, including 'CON', 'AUX', 'PRN', 'COM1' or 'LPT2'
I have an issue where
--collapsefolders:true
generates a.sln
file that can't be loaded by Visual Studio (2022), it does work in Rider (just about).The issue only happens when there's a single folder
slngen
will generate the first foldercore
fine but the otherinterface
will fail, as it tries to generate a solution folder with an invalid nameExample:
The text was updated successfully, but these errors were encountered: