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
Copy file name to clipboardexpand all lines: src/Testcontainers.MongoDb/MongoDbBuilder.cs
+1
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ public sealed class MongoDbBuilder : ContainerBuilder<MongoDbBuilder, MongoDbCon
17
17
/// <summary>
18
18
/// Initializes a new instance of the <see cref="MongoDbBuilder" /> class.
19
19
/// </summary>
20
+
/// <param name="useDefaultCredentials">When set to <c>false</c>, mongodb will run without authentication unless you explicitly specify credentials</param>
0 commit comments