Nimbus is a .NET client library to provide an easy abstraction over common messaging frameworks.
For more information go to The Nimbus website or our Documentation Wiki
git clone <this repository>
docker-compose up -d
dotnet test
There are two docker-compose files. The docker-compose.yml
file will spin up:
- a Seq server at http://localhost:5341
- a Redis server at
localhost:6379
The integration tests are configured to run via the appsettings.json
file within the build pipeline using standard Docker single-token service names. Locally, test configuration is overridden via the appsettings.Development.json
file that points all of the services to the ports on localhost exposed by Docker.