Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhildred/razorpagesorderbot
with xunit tests
https://github.com/rhildred/razorpagesorderbot
Last synced: 14 days ago
JSON representation
with xunit tests
- Host: GitHub
- URL: https://github.com/rhildred/razorpagesorderbot
- Owner: rhildred
- Created: 2021-07-19T14:55:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T02:17:44.000Z (10 months ago)
- Last Synced: 2024-04-14T14:03:15.219Z (9 months ago)
- Language: C#
- Size: 342 KB
- Stars: 0
- Watchers: 5
- Forks: 29
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
RazorPagesOrderBot
with xunit testsTo run:
```
dotnet run --project OrderBotPage```
To test:
```
dotnet test
```To test with coverage:
```
dotnet test --collect:"XPlat Code Coverage"
```Then to make a report:
```
dotnet tool install --global dotnet-reportgenerator-globaltool
~/.dotnet/tools/reportgenerator -reports:OrderBot.tests/TestResults/781f9e92-31a8-4a0e-8a4a-35c884c0e5fe/coverage.cobertura.xml -targetdir:reports
```