ABP Version 7.1 Migration Guide

This document is a guide for upgrading ABP v7.0 solutions to ABP v7.1. There are a few changes in this version that may affect your applications, please read it carefully and apply the necessary changes to your application.

Navigation Menu - CustomData type changed to Dictionary<string, object>

ApplicationMenu and ApplicationMenuItem classes' CustomData property type has been changed to Dictionary<string, object>. So, if you use the optional CustomData property of these classes, change it accordingly. See #15608 for more information.

Old usage:

var menu = new ApplicationMenu("Home", L["Home"], "/", customData: new MyCustomData()); 

New usage:

var menu = new ApplicationMenu("Home", L["Home"], "/").WithCustomData("CustomDataKey", new MyCustomData());

Contributors


Last updated: February 09, 2023 Edit this page on GitHub

Was this page helpful?

Please make a selection.

To help us improve, please share your reason for the negative feedback in the field below.

Please enter a note.

Thank you for your valuable feedback!

Please note that although we cannot respond to feedback, our team will use your comments to improve the experience.

In this document
Community Talks

Empower Elsa Workflows with AI in .NET + ABP Framework

26 Jun, 17:00
Online
Register Now
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book