Third party libraries
Testing
-
Shouldly Shouldly is an assertion framework which focuses on giving great error messages when the assertion fails while being simple and terse.
-
Swashbuckle Swagger tooling for APIs built with
ASP.NET Core. Generate beautiful API documentation, including a UI to explore and test operations, directly from your routes, controllers and models. -
NSubstitute NSubstitute is designed for Arrange-Act-Assert (AAA) testing, so you just need to arrange how it should work, then assert it received the calls you expected once you're done.
-
xUnit xUnit is a free, open source, community-focused unit testing tool for the .NET Framework. Written by the original inventor of NUnit v2, xUnit is the latest technology for unit testing C# and other .NET languages.