Preview .NET with BenchmarkDotnet
09/08/2024
In a previous post I explored how someone can setup a custom .NET SDK and Runtime for development. It consists of a script downloads the .NET runtime to a custom folder, another script that sets up environment variables to use the given .NET version with Visual Studio and a global.json / nuget.config for build time dependencies with Visual Studio and the .NET CLI.
In this post I evolve the previous setup:
Install and use an alpha release of .NET 10 Runtime with .NET 9 SDK.
Setup BenchmarkDotNet performance measurements to use .NET 10