Files
Meir Blachman 2906ef3559 A basic test suite for orleans source generator (#9459)
* 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
2025-04-28 17:07:23 +10:00

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