mirror of
https://github.com/dotnet/orleans.git
synced 2026-03-27 16:01:03 +00:00
* feat(tests): add Orleans.CodeGenerator.Tests project and initial tests for source generator * feat(tests): add Verify.Xunit package and update OrleansSourceGeneratorTests * chore(tests): add comment explaining version overrides for Verify.Xunit dependencies * run tests in CI * run tests in CI * test: assert that no diagnostics are produced by the generator * chore(tests): update .gitignore and project files for code coverage support * refactor(tests): remove tracking of incremental generator steps in OrleansSourceGeneratorTests * chore: update Verify.Xunit package version to 29.3.1 * chore: update System.IO.Hashing package version to 9.0.4
21 lines
448 B
Plaintext
21 lines
448 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# Custom for Visual Studio
|
|
*.cs diff=csharp
|
|
|
|
# Standard to msysgit
|
|
*.doc diff=astextplain
|
|
*.DOC diff=astextplain
|
|
*.docx diff=astextplain
|
|
*.DOCX diff=astextplain
|
|
*.dot diff=astextplain
|
|
*.DOT diff=astextplain
|
|
*.pdf diff=astextplain
|
|
*.PDF diff=astextplain
|
|
*.rtf diff=astextplain
|
|
*.RTF diff=astextplain
|
|
|
|
# Verify.Xunit
|
|
*.verified.cs text eol=lf working-tree-encoding=UTF-8
|