xUnit & NUnit
Moq & NSubstitute
Polly
FluentAssertions
BenchmarkDotNet
Serilog
Autofixture & Bogus
Scrutor
Automapper
Dapper & Entity Framework Core
MediatR & Brighter
FluentValidation
Refit & RestSharp
Json.NET
Category: C#
Containerize a .NET Core app
Essential commands
Docker has many different commands that create, manage, and interact with containers and images. These Docker commands are essential to managing your containers:
Here an example:
https://docs.microsoft.com/en-us/dotnet/core/docker/build-container
(from Visual Studio 2019 it is possible to add Docker support):
