In this post I describe how to create parameterised tests using xUnit's [Theory], [InlineData], [ClassData], and [MemberData] attributes.…
In this post I'll describe how to fix the error "Program has more than one entry point defined" when you try and make a .NET Core test project a console app…
In this post I show how you can run tests using the xUnit .NET CLI Tool "dotnet xunit" when building projects using Cake, by using the DotNetCoreTool alias.…
In this post, I show how to manage sln files with the .NET command line interface (CLI). See how to create sln files, and how to add, edit and list projects…
In my last post I looked at the Microsoft.AspNetCore metapackage. In this post I take a look at NetStandard.Library, what it contains and what it is for.…
Some time ago, I wrote a post on how to use custom middleware to set various security headers in an ASP.NET Core application. This formed the basis for a…
Stay up to the date with the latest posts!