Octopus Deploy will eventually stop supporting Nevermore. We will archive this git repository and retire the CI/CD infrastructure that supports it.
If you are currently using Nevermore, we recommend you start planning to migrate away from it as soon as reasonably possible.
Please see #291 for more information.
Nevermore is a micro-ORM that treats SQL Server as a document store.
"It's like Dapper, but with JSON"
Nevermore was used in production inside of Octopus Deploy since version 2014, up until version 2024.4.3.
The Wiki is the best place to get familiar with Nevermore.
Running integration tests requires an MSSQL instance.
To run integration tests locally using Docker Compose:
docker compose build --no-cache
docker compose run test
docker compose down
We accept contributions!