dotnetcore-base
a simple project for starting a dotnet docker service.
- healthcheck endpoint at /Health
- an example of dependency injection using Castle Windsor
- Uses reflection to make it easier but does suffer a performance hit
- suggest implementation of LAzy if performance hit on startup is too high
- integration test of connecting to redis, rabbit, and mssql server
# clone the repo and install dependencies
$ git clone git@github.com:NamelessHH/dotnetcore-base.git
This project uses docker and docker-compose for unit and integration testing
# view all commands
$ docker-compose run dotnetcore-base