Migration Guide for the Blazor UI from the v3.2 to the v3.3

Startup Template Changes

  • Remove Volo.Abp.Account.Blazor NuGet package from your .Blazor.csproj and add Volo.Abp.TenantManagement.Blazor NuGet package.
  • Remove the typeof(AbpAccountBlazorModule) from the dependency list of YourProjectBlazorModule class and add the typeof(AbpTenantManagementBlazorModule).
  • Add @using Volo.Abp.BlazoriseUI and @using Volo.Abp.BlazoriseUI.Components into the _Imports.razor file.
  • Remove the div with id="blazor-error-ui" (with its contents) from the wwwroot/index.html file, since the ABP Framework now shows error messages as a better message box.
  • Update theAddOidcAuthentication options in your YourProjectBlazorModule class as described in the issue #5913.

BlazoriseCrudPageBase to AbpCrudPageBase

Renamed BlazoriseCrudPageBase to AbpCrudPageBase. Just update the usages. It also has some changes, you may need to update method calls/usages manually.

Contributors


Last updated: October 23, 2020 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

What’s New with .NET 9 & ABP 9?

21 Nov, 17:00
Online
Watch the Event
Mastering ABP Framework Book
Mastering ABP Framework

This book will help you gain a complete understanding of the framework and modern web application development techniques.

Learn More