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
When regenerating a solution, project GUIDs are preserved but folder GUIDs are not. This change preserves the folder GUIDs based on their relative paths.
Fixesmicrosoft#238
When regenerating a solution, project GUIDs are preserved but folder GUIDs are not. This change preserves the folder GUIDs based on their relative paths.
Fixes#238
Today when we run SLNGen on projects in dotnet/runtime it creates a ton of churn due to re-GUIDing all the SlnFolders.
For example: dotnet/runtime@a6b9a63#diff-ac5f14aedd275460970bcd5cbb362a41f5cb94bd5e83402eea3fd5c9328eb954R14
It'd be nice if that diff wasn't so noisy. I see that project GUIDs are preserved via
slngen/src/Microsoft.VisualStudio.SlnGen/SlnFile.cs
Line 92 in d261186
It'd be nice if the same could be done for folder Guids.
The text was updated successfully, but these errors were encountered: