-
-
Notifications
You must be signed in to change notification settings - Fork 183
JSON serialization of byte and sbyte SmartEnums #563
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
Conversation
As I mentioned in issue, this is my first PR. If there is anything that would prevent it from being accepted, please don't hesitate to point it out - I will be happy to update or fix it.
I also noticed that the .NET Core
workflow is currently broken due to the use of a deprecated actions/upload-artifact@v3
. I didn't include a fix for that in this PR to keep the changes focused, but let me know if you'd prefer to include it here - I'd be glad to add it.
Fixes #560
byte and sbyte SmartEnums are supported in serialization by System.Text.Json