ardalis / Result

A result abstraction that can be mapped to HTTP response codes if needed.
MIT License
866 stars 107 forks source link

Fix unhandled ResultStatus.NoContent in MinimalApiResultExtensions.ToMinimalApiResult #192

Closed inghamc closed 4 months ago

inghamc commented 4 months ago

Added an xUnit test to avoid future unhandled ResultStatus values Fixes #191

ardalis commented 4 months ago

Wow this test output is tough to read... https://github.com/ardalis/Result/actions/runs/9508873176/job/26388508329?pr=192

I'm going to go ahead and merge this and see what's failing locally...