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
pranavkm opened this issue
Dec 31, 2018
· 2 comments
· Fixed by #11460
Assignees
Labels
area-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesbugThis issue describes a behavior which is not expected - a bug.DoneThis issue has been fixed
- ProblemDetails relied on JsonExtensionAttribute to ensure that swagger document generators produced the correct JsonSchema. Since the attribute would no longer be available, we need to figure out an alternate way to describe this to document generators.
The text was updated successfully, but these errors were encountered:
pranavkm
changed the title
Follow up on Newtonsoft.Json removal from Microsoft.AspNetCore.Mvc
Figure out ProblemDetails + System.Text.Json
Apr 23, 2019
* Add JsonExtensionData to ProblemDetails
Fixes#6202
ghost
locked as resolved and limited conversation to collaborators
Dec 3, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesbugThis issue describes a behavior which is not expected - a bug.DoneThis issue has been fixed
ProblemDetails
relied onJsonExtensionAttribute
to ensure that swagger document generators produced the correct JsonSchema. Since the attribute would no longer be available, we need to figure out an alternate way to describe this to document generators.The text was updated successfully, but these errors were encountered: