• burt@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      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@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        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.