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

C Sharp

1519 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 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

[–] [email protected] 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

[–] [email protected] 3 points 1 year ago
[–] [email protected] 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?

[–] [email protected] 2 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.