You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.
But my Console app freezes as soon as the UseMongoDb command is executed.
var builder = new DbContextOptionsBuilder<AppDbContext>();
var mongoUrl = new MongoUrlBuilder()
{
Server = new MongoServerAddress("127.0.0.1"),
DatabaseName = "EFCoreTest",
Username = "x",
Password = "x"
}.ToMongoUrl();
builder.UseMongoDb(mongoUrl);
This is using Blueshift.EntityFrameworkCore.MongoDB-aleksamagicka 2.2.0-rtm-1 with EntityFrameworkCore 3.1.6 in a .NET Core 3.1 console app.
Do you have any suggestions?
The text was updated successfully, but these errors were encountered:
I created a database named EFCoreTest and added the following user
But my Console app freezes as soon as the
UseMongoDb
command is executed.This is using Blueshift.EntityFrameworkCore.MongoDB-aleksamagicka 2.2.0-rtm-1 with EntityFrameworkCore 3.1.6 in a .NET Core 3.1 console app.
Do you have any suggestions?
The text was updated successfully, but these errors were encountered: