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
@@ -33,8 +35,8 @@ public abstract class AutoBuildTest : HasConfigurationAccessTest
33
35
// Use these two for read-only tests only, don't change them, they are controlled by AutoBuildTest.
34
36
// If there is need to change Session/Transactionscope or add/modify/remove entities
35
37
// then open dedicated Session/TransactionScope within test
36
-
protectedSessionGlobalSession=>InitGlobalSession?globalSessionAndTransaction.session:thrownewException("Set UseGlobalSession to true");
37
-
protectedTransactionScopeGlobalTransaction=>InitGlobalSession?globalSessionAndTransaction.transaction:thrownewException("Set UseGlobalSession to true");
0 commit comments