Skip to content

Commit 776a7c3

Browse files
committed
Suppress PreventRegistryChanges() temporary
1 parent 79adf65 commit 776a7c3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Orm/Xtensive.Orm/Orm/Session.Persist.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,8 @@ private void ProcessChangesOfEntitySets(Action<EntitySetState> action)
378378

379379
private Core.Disposable PreventRegistryChanges()
380380
{
381-
return EntityChangeRegistry?.DisableRegistrations();
381+
return null; //!!!TODO: temporary until the Monolith's fix
382+
// return EntityChangeRegistry?.DisableRegistrations();
382383
}
383384
}
384385
}

Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33

44
<PropertyGroup>
5-
<DoVersion>7.2.196</DoVersion>
5+
<DoVersion>7.2.195.1</DoVersion>
66
<DoVersionSuffix>servicetitan</DoVersionSuffix>
77
</PropertyGroup>
88

0 commit comments

Comments
 (0)