diff --git a/README.md b/README.md index 1a4ca26..5988580 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ +[![.NET](https://github.com/aimenux/TenantIdMiddlewareDemo/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/aimenux/TenantIdMiddlewareDemo/actions/workflows/ci.yml) + # TenantIdMiddlewareDemo +``` Using a middleware to validate a custom tenant header +``` + +In this demo, i m using a [convention style middleware](https://stevetalkscode.co.uk/middleware-styles#middleware%20styles-in-line-vs-factory-vs-convention) in order to validate a custom tenant header. + +**`Tools`** : vs22, net 8.0, fluent-assertions, integration-tests diff --git a/TenantIdMiddlewareDemo.sln b/TenantIdMiddlewareDemo.sln index b3d28a1..c61b4e1 100644 --- a/TenantIdMiddlewareDemo.sln +++ b/TenantIdMiddlewareDemo.sln @@ -17,6 +17,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "files", "files", "{497FF12E ProjectSection(SolutionItems) = preProject .editorconfig = .editorconfig global.json = global.json + README.md = README.md + .github\workflows\ci.yml = .github\workflows\ci.yml EndProjectSection EndProject Global