Open Closed

MyProjectBrandingProvider is missing in the template #4371


User avatar
0
info@ericverschoor.nl created
  • ABP Framework version: v7.0.0
  • UI type: Blazor Server
  • DB provider: EF Core
  • Tiered (MVC): no
  • Steps to reproduce the issue:"
  1. Create a new solution using abp suite
  2. start the application

You'll notice that the page title of the Web.Public does not contains the project title, It is using the default name of the DefaultBrandingProvider 'MyApplication'.

Reason the MyProjectBrandingProvider is missing in the Web.Public project but it does exist in the Blazor project.

Solution Add a MyProjectBrandingProvider to **MyProject.Web.Public **

namespace MyProject.Web.Public;

[Dependency(ReplaceServices = true)]
public class MyProjectBrandingProvider : DefaultBrandingProvider
{
    public override string AppName => "MyProject";
}

Please fix this in the abp templates


3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Thanks, I will fix this.

  • User Avatar
    0
    info@ericverschoor.nl created

    can you also refund this ticket?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Refunded

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.2.0-preview. Updated on March 20, 2025, 18:00