tspence / csharp-searchlight

A lightweight, secure framework for a fluent REST API with robust, secure searching features.
Apache License 2.0
11 stars 7 forks source link

Fix the MongoDB test #116

Closed tspence closed 1 year ago

tspence commented 1 year ago

Looks like our Mongo test runner is failing with an issue on disposing the runner. Let's try to fix.

tspence commented 1 year ago

Woot! Looks like the issue is that Mongo2Go is being phased out in favor of EphemeralMongo. Landing.