this post was submitted on 13 Jun 2023
11 points (100.0% liked)

C Sharp

1506 readers
1 users here now

A community about the C# programming language

Getting started

Useful resources

IDEs and code editors

Tools

Rules

Related communities

founded 1 year ago
MODERATORS
 
top 7 comments
sorted by: hot top controversial new old
[–] starman 4 points 1 year ago* (last edited 1 year ago) (2 children)

System.Text.Json

I'll miss FluentValidation but it's the only way to stop Newtonsoft.Json /s

[–] Dumhuvud 2 points 1 year ago (1 children)

STJ is a part of the standard library since forever though, who cares if it stays on NuGet

[–] starman 3 points 1 year ago
[–] burt 2 points 1 year ago (1 children)

I feel like I'm too senior to ask this, and should know better, but my main responsibility is a .net framework 4.8 application, so I may have missed a memo. Why does Newtonsoft.Json need to be stopped?

[–] starman 3 points 1 year ago

It's fine on pre .NET Core 3.0 versions, but I've seen it used many times on later .NET versions, when there was no need to. Maybe my comment sounds to serous, I think that Newtonsoft.Json is still useful on older platforms.

[–] douglasg14b 2 points 1 year ago* (last edited 1 year ago)

Well I'm evil, so System.Text.Json.

Maybe after the whole world dunks on it feature champions devs will change their asinine stances on keeping it terrible...

[–] [email protected] 1 points 1 year ago