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
The current behavior is that when duplicate references are present in solution files, vs-solutionpersistence removes all these duplicate references. This behavior can lead to unexpected results and management confusion.
Current Behavior:When duplicate project references are present in solution files, all duplicate references are automatically removed. This causes the test WhenDuplicateReferencesArePresentItRemovesThemAll to fail.
Expected Behavior
Should be able to recognize and handle duplicate references, or provide a clear error message indicating the presence of duplicate references, rather than simply removing them.
The text was updated successfully, but these errors were encountered:
Describe the bug
The current behavior is that when duplicate references are present in solution files,
vs-solutionpersistence
removes all these duplicate references. This behavior can lead to unexpected results and management confusion.Current Behavior:When duplicate project references are present in solution files, all duplicate references are automatically removed. This causes the test WhenDuplicateReferencesArePresentItRemovesThemAll to fail.
Expected Behavior
Should be able to recognize and handle duplicate references, or provide a clear error message indicating the presence of duplicate references, rather than simply removing them.
The text was updated successfully, but these errors were encountered: