Skip to content

Commit 8a28f8e

Browse files
committed
Add ci.yml
1 parent b83aebf commit 8a28f8e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![.NET](https://github.com/aimenux/WebApiRateLimitingDemo/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/aimenux/WebApiRateLimitingDemo/actions/workflows/ci.yml)
2+
13
# WebApiRateLimitingDemo
24
```
35
Using rate limiting middleware in web api projects
@@ -12,4 +14,4 @@ Using rate limiting middleware in web api projects
1214
>
1315
>
1416
15-
**`Tools`** : net 8.0, mediatr, serilog
17+
**`Tools`** : net 8.0, mediatr, serilog, fluent-validation, fluent-assertions, nsubstitute, xunit

WebApiRateLimitingDemo.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "files", "files", "{8D0AB409
1515
.gitignore = .gitignore
1616
README.md = README.md
1717
Directory.Packages.props = Directory.Packages.props
18+
.github\workflows\ci.yml = .github\workflows\ci.yml
1819
EndProjectSection
1920
EndProject
2021
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example01", "src\Example01\Example01.csproj", "{9421563F-9E08-4B06-8A9C-E728AA2F6F2C}"

0 commit comments

Comments
 (0)