-
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
Epic: Deliver on developers' top-requested System.Text.Json features and improvements #43620
Comments
@ericstj @layomia as you determine the prioritized list of work for JSON for 6.0 please extend the list above so it links up in https://themesof.net/. It would be great to add a Cost label to each. |
@terrajobst proposes that the headings above (Eg Extend polymorphic support) be User STories themselves, so they can group their child issues in the tree. |
VB.Net support most/all functions even if its a different interface. Specifically use of Ref parameters. |
@ericstj I suggest transmuting this into an Epic, directly parented by dotnet/core#5366, and then its children can be massaged into stories (maybe just cleaning up their titles) |
@danmosemsft - agreed. I've updated this issue and it's children per your suggestion. I think this issue is better qualified as an Epic given the nature of the work. Also, being parented by dotnet/core#5366 fits better since we didn't promise these work items in .NET 5 (as was implied by the previous nesting under dotnet/core#5395). |
@layomia looks good, I took the liberty of tuning some of the user stories so that they are statements that become true when the user story is completed. We do it like that so the focus is on the final state we are aiming for. |
We can consider this work done for .NET 6.0. Polymorphic support is being planned for .NET 7 (#45189). |
There are about 200 open issues for JSON and community engagement continues to be high along with direct asks from authors like NSwag. There are still have some missing features that prevents System.Text.Json to be successful as the standard JSON stack for .NET.
User Stories
dynamic
, and also have a mutable JSON DOM type Developers can convert between JSON data and C#dynamic
, and also use a mutable JSON DOM type #45188The text was updated successfully, but these errors were encountered: