Newtonsoft.Json.JsonConvert.SerializeObject(request)
Since .NET Core 3.0 you can use System.Text.Json:
System.Text.Json.JsonSerializer.Serialize(request)
Newtonsoft.Json.JsonConvert.SerializeObject(request)
Since .NET Core 3.0 you can use System.Text.Json:
System.Text.Json.JsonSerializer.Serialize(request)
xUnit & NUnit
Moq & NSubstitute
Polly
FluentAssertions
BenchmarkDotNet
Serilog
Autofixture & Bogus
Scrutor
Automapper
Dapper & Entity Framework Core
MediatR & Brighter
FluentValidation
Refit & RestSharp
Json.NET
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):