branch icon

Initialize AbpApplication in App.xaml.cs #13418

Description

Resolves #13404 (write the related issue number if available)

AbpApplication was initialized in MauiProgram.cs and application immediately crashes if some exception occurs. So, it's really hard to understand what is the problem. This PR move AbpApplication initialization to App.cs.

image

Checklist

  • I fully tested it as developer / designer and created unit / integration tests
  • I documented it (or no need to document or I will create a separate documentation issue)
  • I worked with the design team to get their idea for UI/UX design (or no need to design for this PR)
  • I've assigned reviewer, related labels and set a milestone for this PR

How to test it?

Run Maui or MauiBlazor application without running HttpApi.Host project.

Version
7.0.2
發布日期
21 2月, 2023
標籤
ui-maui