SimpleInjector icon indicating copy to clipboard operation
SimpleInjector copied to clipboard

Mark obsoleted properties UseLoosenedLifestyleMismatchBehavior EnableDynamicAssemblyCompilation as compilation error

Open dotnetjunkie opened this issue 1 year ago • 0 comments

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

dotnetjunkie avatar Sep 17 '24 07:09 dotnetjunkie