https://github.com/emrd/dotnet-middleware-usage-with-exceptions
https://github.com/emrd/dotnet-middleware-usage-with-exceptions
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/emrd/dotnet-middleware-usage-with-exceptions
- Owner: EmrD
- License: mit
- Created: 2025-01-20T13:35:23.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-20T13:38:40.000Z (over 1 year ago)
- Last Synced: 2025-06-02T21:06:42.973Z (about 1 year ago)
- Language: C#
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# .NET Web API Middleware Usage With Exceptions
This is an example repository to show how we can use middlewares with .NET Web API and configure the exceptions endpoint by endpoint. When you open the SwaggerUI, you can test with some endpoints;
- ``/tokenController`` is using the token controller middleware.
- ``/exceptionController`` isn't using the token controller middleware.