Breaking Change T988233
Visible to All Users

The structure of .NET Core packages has been changed to provide packages per product

What Changed

The following packages have been removed:

  • DevExpress.WindowsDesktop.Wpf.Layout
  • DevExpress.WindowsDesktop.Wpf.Navigation
  • DevExpress.WindowsDesktop.Wpf.Layout.Core

Reasons for This Change

We have adjusted the structure of our NuGet packages for .NET Core, so that each package corresponds to a specific product.

Impact on Existing Apps

If you use any of these packages, excepting DevExpress.WindowsDesktop.Wpf, replace them as follows:

  • DevExpress.WindowsDesktop.Wpf.Layout -> DevExpress.Wpf.LayoutControl + DevExpress.Wpf.Docking
  • DevExpress.WindowsDesktop.Wpf.Navigation -> DevExpress.Wpf.Accordion
  • DevExpress.WindowsDesktop.Wpf.Layout.Core -> DevExpress.Wpf.Docking

How to Update Existing Apps

If you use the PackageReference NuGet reference format, run the ProjectConverter to update the .csproj (.vbproj) file.

If you use the packages.config NuGet reference format, you should migrate to the PackageReference format before running the ProjectConverter. Refer to the following tutorial: https://docs.microsoft.com/en-us/nuget/consume-packages/migrate-packages-config-to-package-reference

See Also

.NET Core Desktop Development (WPF & WinForms): Changes in Installation and NuGet Package Content

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.