FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

DevOpsGlobalSolutions/DeveloperExceptionJsonResponse: Http Middleware Extensions for ASP.NET Core application · GitHub

 
 

Latest commit

 

History

39 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Developer Exception Json Response Middleware

Returns exceptions in form of JSON response for ASP.NET Core Web API.

Usage

To use the middleware in development environment, update your Configure method of Startup class as below:

if (env.IsDevelopment())
{
  app.UseDeveloperExceptionJsonResponse();
}

About

Http Middleware Extensions for ASP.NET Core application

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL