Skip to content

Commit

Permalink
Update deprecation message for Tingle.Extensions.MongoDB
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Feb 21, 2025
1 parent 0b8b739 commit 2e375d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tingle.Extensions.MongoDB/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Tingle.Extensions.MongoDB

> [!IMPORTANT]
> The use of `MongoDbContext` will likely be replaced by EntityFrameworkCore support for MongoDB [here](https://github.com/mongodb/mongo-efcore-provider).
> Use of `MongoDbContext` is no longer recommended. Instead migrate to the official EntityFrameworkCore for MongoDB [here](https://github.com/mongodb/mongo-efcore-provider). Health checks can be ran using [`Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore`](https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/health-checks?view=aspnetcore-9.0#entity-framework-core-dbcontext-probe) in EfCore or [`AspNetCore.HealthChecks.MongoDb`](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks)
`MongoDB` is a cross-platform NoSQL database program which uses JSON like documents with schema.

Expand Down

0 comments on commit 2e375d5

Please sign in to comment.