Removed old examples

- added instant register update if write was successful
This commit is contained in:
Felix Weiß
2023-07-06 22:20:01 +02:00
parent 616d102dea
commit d956525538
24 changed files with 135 additions and 797 deletions

7
build_order.md Normal file
View File

@@ -0,0 +1,7 @@
## 1. Run the tests
`dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=./TestResults/coverage.opencover.xml`
## 2. Publish
`dotnet publish -c:Release --property WarningLevel=0`