Breaking Change T1254577
Visible to All Users

INonSecuredObjectSpaceFactory and IObjectSpaceFactory classes were moved to the DevExpress.ExpressApp namespace

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;

Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.