An sample of an .NET Core Web API using Clean Arch design.
This is an functional application with use cases to list and create simple contacts, and with an example of an isolated integration test using SpecFlow wich initializes an instance of the application using its own configuration and call the endpoits available in the scenario.
Its health check is also configured, as well as how to handle with customized validations and response with a filter.