Posts with tag: .NET Core
AWS examples in C# - run the solution
Explanation of how to install and use the solution in AWS examples in C# blog post series.
Serialize and deserialize enum values to custom string in C# with Json.NET
How to serialize and deserialize C# enum values to customs strings.
Create .NET Core health checks with custom response payload
How to extend custom .NET Core health checks so the response JSON provides more information.
Optimize the size of Docker images
How to optimize the size of the Docker images, by using intermediate build image and final runtime image.
Create project for .NET Core custom template
How to create a custom .NET Core template, install it and create projects from it.
.NET Core code coverage on Linux with MiniCover
How to run code coverage of your unit tests as part of your build on Linux build agents.
Code coverage of .NET Core unit tests with OpenCover
Examples how to measure code coverage of .NET Core unit tests with OpenCover.
Useful .NET Core SDK CLI commands
Some useful .NET Core SDK CLI commands.
.NET Core integration testing and mock dependencies
How to do integration testing on .NET Core application and stub or mock some inconvenient dependencies.
Build a REST API with .NET Core 2 and run it on Docker Linux container
Code examples how to create RESTful API with .NET Core 2.0 and then run it on Docker Linux container.