build: initial project release
All checks were successful
release / dotnet-release-workflow (push) Successful in 1m23s
All checks were successful
release / dotnet-release-workflow (push) Successful in 1m23s
This commit is contained in:
commit
48c483c568
62 changed files with 4957 additions and 0 deletions
6
src/process.tests/.editorconfig
Normal file
6
src/process.tests/.editorconfig
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
[*.{cs,vb}]
|
||||
# disable IDE0060: Remove unused parameter
|
||||
dotnet_diagnostic.IDE0060.severity = none
|
||||
# disable IDE0005: Unnecessary using directive
|
||||
dotnet_diagnostic.IDE0005.severity = none
|
||||
Loading…
Reference in a new issue