You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
Should we just remove the behavior of turning void into a 204? How much do we care about the scenario where I write an action method that manipulates the HttpContext directly and I really want the method return type to be meaningless?
Reported by @rustd
This is MVC5 template code -
SignIn
andSignOut
don't work in MVC6 due to no-content formatter turning a challenge/redirect into a 204The fix for this would be to rewrite the code to use action results instead of returning void.
The text was updated successfully, but these errors were encountered: