request/src/request.result.tests/.editorconfig
Louis Seubert 28c07c5c3f
All checks were successful
default / dotnet-default-workflow (push) Successful in 1m27s
feat: add inital in memory dispatcher
Add a simple in memory dispatcher for scalar requests and stream request.
2026-05-09 22:19:52 +02:00

9 lines
335 B
INI

[*.{cs,vb}]
# disable CA1822: Mark members as static
# -> TUnit requiring instance methods for test cases
dotnet_diagnostic.CA1822.severity = none
# disable CA1707: Identifiers should not contain underscores
dotnet_diagnostic.CA1707.severity = none
# disable IDE0060: Remove unused parameter
dotnet_diagnostic.IDE0060.severity = none