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.
PreventRegistryChanges()
1 parent 79adf65 commit 776a7c3Copy full SHA for 776a7c3
Orm/Xtensive.Orm/Orm/Session.Persist.cs
@@ -378,7 +378,8 @@ private void ProcessChangesOfEntitySets(Action<EntitySetState> action)
378
379
private Core.Disposable PreventRegistryChanges()
380
{
381
- return EntityChangeRegistry?.DisableRegistrations();
+ return null; //!!!TODO: temporary until the Monolith's fix
382
+ // return EntityChangeRegistry?.DisableRegistrations();
383
}
384
385
Version.props
@@ -2,7 +2,7 @@
2
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
4
<PropertyGroup>
5
- <DoVersion>7.2.196</DoVersion>
+ <DoVersion>7.2.195.1</DoVersion>
6
<DoVersionSuffix>servicetitan</DoVersionSuffix>
7
</PropertyGroup>
8
0 commit comments