Skip to content

RyanClementsHax/NotFoundBugExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotFoundBugExample

This is an example repo to show a bug with UseExceptionHandler with Aspnet Core. See the Github issue for more details.

Resolution

It turns out I was using the exception handler middleware incorrectly. The exception handler middleware has an option AllowStatusCode404Response is set to false by default. The head of master in this repo contains the code that gets everything to work.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages