h3x4d3c1m4l / BlazorProgressIndicator

Simple loading indicator for ASP.NET Blazor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change namespace Blazor.LoadingIndicator

WizX20 opened this issue · comments

You are starting with the namespace Blazor.* which is already a namespace in the Blazor framework. Consider changing this since it can cause conflicts.

Hi,

Thanks for your suggestion. I'm not sure how this could actually cause a conflict. Can you explain a bit more on this?

I thought about it, and I'm closing it. I no longer see the issue. Maybe when Blazor would introduce a similar namespace it would be inconvenient at most. But easy to fix with an namespace alias for example.

Reopening, I decided to change the name of the library to H3x.BlazorProgressIndicator.
This will become the namespace of the lib, as well as the NuGet package name, and will resolve this issue too.