Skip to content
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

Conversation

sdepouw
Copy link
Collaborator

@sdepouw sdepouw commented Jan 17, 2024

@sdepouw sdepouw requested a review from ardalis January 17, 2024 12:21
@sdepouw
Copy link
Collaborator Author

sdepouw commented Jan 17, 2024

@ardalis fix is complete, but looks like main has build failures. Lots of "this publicly-visible member should have XML documentation" on it (which show up after fixing the current error that points out an XML doc type issue).

After those are resolved this should build and work.

@ardalis
Copy link
Owner

ardalis commented Jan 17, 2024

Yeah I turned on warnings as errors yesterday but somehow those didn't immediately appear...

@ardalis
Copy link
Owner

ardalis commented Jan 17, 2024

Had to build in release mode locally to get the XML comment warnings...

@ardalis
Copy link
Owner

ardalis commented Jan 17, 2024

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...

@sdepouw
Copy link
Collaborator Author

sdepouw commented Jan 19, 2024

@ardalis think this one's good to go

@ardalis ardalis merged commit b58aa46 into ardalis:main Jan 19, 2024
1 check passed
@ardalis
Copy link
Owner

ardalis commented Jan 19, 2024

Thanks!

@sdepouw sdepouw deleted the sdepouw/449-ushort-support-systemtextjson-serialization branch January 22, 2024 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ushort error in SmartFlagEnumValueConverter
2 participants