• Miaou@jlai.lu
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    Is VS for C# actually good or is it just that there are no alternatives?

    • masinko@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      5 months ago

      If you mean Visual Studio IDE (not VS Code), it’s actually the most robust fully featured IDE I’ve used. Using other IDEs, including other frameworks or languages, don’t come as close.

      Easy management for external packages, easy build and project dependency mappings, easy unit test suites, etc. A lot of extensions work great out of the box (DB integrations, code coverage tools, security/vulnerability tools, benchmark testing, etc.).

      Seeing as a lot of C#/.NET things are open source now, I wish that they would also work on an IDE for Mac and Linux. They’re about to retire the Mac preview VS, which didn’t compare to the Windows counterpart, but still usable.