Skip to content

Release 2.0.1

Latest
Compare
Choose a tag to compare
@adamecr adamecr released this 07 Jul 14:29

Breaking Changes

Created nuget package RadCommons.core containing BaseDisposable class, Configuration class and logging that are no longer available as source-only packages mainly due to a public members and/or limitations of having them as internal (problems with inheritance in consuming code). This nuget package is needed by some of the source-only packages.

Fixed

CommonLogging: Fix in DebugCorr (removed dummy log item)
BaseDisposable: DisposedManaged and DisposedNative thread safety
Configuration: removed reference to CommonLogging (was not used at all)
RadCommons.di.Component: removed reference to CommonLogging (was not used at all), removed reference to itself (fix)

Changes

AsyncManager: removed reference to (and used of) CommonLogging
RadCommons.di.Config: removed reference to (and used of) CommonLogging
RadCommons.di.PostInit: removed reference to (and used of) CommonLogging