Interactive .NET Experiences Online
https://github.com/dotnet/try has a list that includes these: dotnetfiddle sharplab.io rextester repl.it C# pad Learn CS Tech.io »
Prevent the Build & Run window from opening on every build. Go to ReSharper > Options > Tools > Build > General Uncheck "Tool Window: when »
open System; open System.Timers; open System.Threading.Tasks; let t1 = new Timer(float 500); let disposable = t1.Elapsed |> Observable.map(fun _ -> "t1" »
This one liner trims trailing whitespace from every file in the current directory. dir -rec -file | % { $t = $_ | gc | % { $_.TrimEnd() }; sc $_.FullName $t; } Annotated Version: Note that »
First, list local NuGet package sources: > dotnet nuget locals all --list info : http-cache: C:\Users\bigfo\AppData\Local\NuGet\v3-cache info : global-packages: C:\Users\bigfo\ »
https://github.com/dotnet/try has a list that includes these: dotnetfiddle sharplab.io rextester repl.it C# pad Learn CS Tech.io »