Lightweight .NET Core benchmarking with BenchmarkDotNet and dotnet-script
Today I wanted to show you something that I hope could be a very useful addition to your .NET Core development toolbox, and that is an ultra-lightweight of doing performance benchmarking for your code...
View Articledotnet-script now available as .NET Core SDK 2.1 global tool
Yesterday we released version 0.20.0 of dotnet-script – a command line tool that allows you to run C# scripts (.csx) in the .NET Core runtime. The highlight of this release is that it is now avaialble...
View Articledotnet-script – now on .NET Core 2.1 runtime, with C# 7.3 support and more!
In the previous post, I announced that dotnet-script is now built as global tool and can be installed using .NET Core 2.1 preview SDK. However, by that time it was still based on .NET Core 2.0 runtime...
View Articledotnet-script 0.26 is out – with a boatload of new features
After a short holiday break, the dotnet-script release train is back at full speed! This week we released 0.26 which can be installed from NuGet – as the .NET CLI global tool – or from Chocolatey. Let...
View Articledotnet-script 0.27.0 is out – with a ton of features!
It's that time again, the new dotnet-script release, version 0.27.0 is out. It's been 2+ months since the last release so this one is fully packed with great features. You can get it by running dotnet...
View Articledotnet-script 0.50 is out – with support for .NET Core 3.0!
We have some exciting news to announce – dotnet-script is now supporting .NET Core 3.0. We released the new version 0.50.0, with .NET Core 3.0 support already on September 25th, two days after .NET...
View Articledotnet-script 1.0.0 released – with support for .NET 5.0 and C# 9
To celebrate the release of .NET 5.0, which happened yesterday, we are happy to announce the release of dotnet-script – with support for .NET 5.0 and C# 9. In addition to that, we have decided that...
View Articledotnet-script 1.2 is out with assembly isolation feature
Last month we released version 1.2 of dotnet-script. This was already 36th release of the tool and I am proud to say all the dotnet-script releated packages on Nuget have passed 1 million downloads –...
View Articledotnet-script 1.3 is out with .NET 6.0 support
Last week we released version 1.3 of dotnet-script. The latest release introduces support for .NET 6.0 and C# 10 and is available, as usually, through Github releases and on Nuget. You will need to...
View Article