Establishing CI is a crucial step to building mature applications. In this post, we will go through how to utilize GitHub Actions to build and test your .NET 5 application
C# is an extremely powerful language but for small, simple tasks it tends to be a bit overkill. dotnet-script aims to alleviate the friction. It allows C# code to be run script files - no compile step, no csproj file, and no Main method
Establishing CI is a crucial step to building mature applications. In this post, we will go through how to utilize GitLab CI and create a pipeline that will build and test your .NET Core application