dotnetfiddle with NuGet packages and no setup required

You don't have to write everything from scratch just because you're in a browser. dotnetfiddle.net lets you add real NuGet packages to your fiddle - Humanizer, Newtonsoft.Json, whatever you need. Just search, add, and run. No `.csproj`, no restore dance, no terminal. It shipped quietly years ago and somehow half the devs we know still don't use it. --- int bugs = 342; Console.WriteLine($"You have {bugs.ToWords()} bugs in your backlog."); Console.WriteLine($"That's been sitting there for {"day".ToQuantity(5)}."); Console.WriteLine("Status: " + "this_is_fine".Humanize()); --- Try it yourself (no setup required): https://lnkd.in/ezgMfRmj #dotnet #csharp #programming #nuget

  • No alternative text description for this image

To view or add a comment, sign in

Explore content categories