Skip to content
 
 

Latest commit

 

History

39 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET Core

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