Skip to content

Latest commit

 

History

26 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

Topics

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages