We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be564b5 commit 84b9177Copy full SHA for 84b9177
src/NHibernate.Test/TestContainerSetup.cs
@@ -15,7 +15,7 @@ namespace NHibernate.Test
15
[SetUpFixture]
16
public class TestContainerSetup
17
{
18
- private static IDatabaseContainer _container;
+ private static volatile IDatabaseContainer _container;
19
private static readonly object _lock = new object();
20
21
internal static string GetConnectionString(string connectionString)
0 commit comments