What Changed
We moved the INonSecuredObjectSpaceFactory
and IObjectSpaceFactory
interfaces from DevExpress.ExpressApp.Core
namespace to DevExpress.ExpressApp
namespace.
Reasons for Change
We introduced these changes for easier maintenance, clearer dependencies, and future code extension of .NET Core apps.
Impact on Existing Apps
These changes will affect your application if you use these classes in your code and do not have the DevExpress.ExpressApp
namespace in the using
statement.
How to fix
Add the DevExpress.ExpressApp
namespace in the using
statement.
C#using DevExpress.ExpressApp;