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

C Sharp

1508 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
[โ€“] 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.