Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Verify snapshot files must keep LF line endings on every platform. Verify 31.21+
# rejects verified files that contain a carriage return (it no longer normalizes
# them), so without this rule the Windows CI runner checks *.verified.* out as CRLF
# (core.autocrlf) and every snapshot test fails on windows-latest.
#
# Scope is intentionally narrow (only Verify's files): the repository otherwise
# leaves line-ending/charset handling untouched on purpose (see .editorconfig).
*.verified.* text eol=lf
*.received.* text eol=lf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="JetBrains.Annotations" Version="2026.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.7.0" />
<PackageReference Include="NFluent" Version="3.1.0" />
<PackageReference Include="Verify.XunitV3" Version="31.20.0" />
<PackageReference Include="Verify.XunitV3" Version="31.22.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Loading