Skip to content

Commit

Permalink
Add snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrzesniewski committed Jan 12, 2024
1 parent fdee52d commit 9cf5a41
Show file tree
Hide file tree
Showing 55 changed files with 1,490 additions and 108 deletions.
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
* text=auto
* text=auto
*.verified.cs text eol=lf working-tree-encoding=UTF-8
*.verified.proto text eol=lf working-tree-encoding=UTF-8
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ obj/
Thumbs.db
_NCrunch_*
launchSettings.json

*.received.*
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0"/>
<PackageReference Include="NUnit" Version="4.0.1"/>
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0"/>
<PackageReference Include="Verify.NUnit" Version="22.11.5" />
<PackageReference Include="Verify.DiffPlex" Version="*" />
</ItemGroup>

<ItemGroup>
<None Include="MessageDsl\Snapshots\**" />
<Compile Remove="MessageDsl\Snapshots\**" />
</ItemGroup>

</Project>
Loading

0 comments on commit 9cf5a41

Please sign in to comment.