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
Fix cross-platform line ending issue in multiplicity tests
The verbatim string literals in these tests contained CRLF from the
source file, but on Linux CI the implementation outputs LF via
Environment.NewLine. Added .Replace("\r\n", "\n") to expected strings
to normalize line endings on both platforms.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: src/Microsoft.Data.Entity.Tests.Design/CodeGeneration/Configuration/NavigationProperty/MultiplicityConfigurationTests.cs
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ public void GetMethodChain_returns_chan_when_many_to_many()
0 commit comments