-
-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
449: Support JSON serialization of ushort SmartEnums #487
449: Support JSON serialization of ushort SmartEnums #487
Conversation
@ardalis fix is complete, but looks like After those are resolved this should build and work. |
Yeah I turned on warnings as errors yesterday but somehow those didn't immediately appear... |
Had to build in release mode locally to get the XML comment warnings... |
Ok, @sdepouw can you have a look at the branch fixing-errors and see if you can knock some more out? I got most of them... |
@ardalis think this one's good to go |
Thanks! |
ushort
SmartEnum
types are now supported inSystem.Text.Json
writing/serialization