What Changed
- We moved the DevExpress.Xpo.Logger.Transport.ILogSource interface from the DevExpress.Data assembly to DevExpress.Xpo.
- We moved the DevExpress.Xpo.Logger.LoggerBase class from the DevExpress.Data assembly to DevExpress.Xpo.
Reasons for Change
We introduced these changes for easier maintenance, clearer dependencies, and future code extension of .NET Core apps and the corresponding NuGet packages.
Impact on Existing Apps
These changes will not affect the majority of XPO users, because we did not change namespaces.
This change may affect your application only if you used the LoggerBase class or ILogSource interface without referencing the DevExpress.Xpo assembly.