The ContainerOptions's EnableDynamicAssemblyCompilation and UseLoosenedLifestyleMismatchBehavior properties are marked as [Obsolete] and their message states:
Will be treated as an error from version 5.6. Will be removed in version 6.0.
Should, therefore, change there flag from error: false to error: true in v5.6
The
ContainerOptions
'sEnableDynamicAssemblyCompilation
andUseLoosenedLifestyleMismatchBehavior
properties are marked as[Obsolete]
and their message states:Should, therefore, change there flag from
error: false
toerror: true
in v5.6