-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Fix TimeSpan support in sourcegen #62130
Fix TimeSpan support in sourcegen #62130
Conversation
Tagging subscribers to this area: @dotnet/area-system-text-json Issue DetailsBrings TimeSpan sourcegen serialization semantics in sync with the reflection-based serializer. Fix #62082.
|
src/libraries/System.Text.Json/gen/JsonSourceGenerator.Parser.cs
Outdated
Show resolved
Hide resolved
I think this should go to servicing. We should fix it before it becomes "behavior" that is harder to change without breaking someone. As it is we should probably file a breaking change with this. |
Added When you commit this breaking change:
Tagging @dotnet/compat for awareness of the breaking change. |
/backport to release/6.0 |
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/1521216990 |
Brings TimeSpan sourcegen serialization semantics in sync with the reflection-based serializer.
Fix #62082.