You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2024. It is now read-only.
I set RootNamespace in Directory.Build.prop file and it differs from the assembly name.
However, when I create Blazor Web App from the template and name project MyWebApp, Porgram.cs file contains this line:
using MyWebApp.Components;
However, generated razor classes are placed into <RootNamespace>.Components.
It would be nice, if template could set namespace not from the project name, but msbuild properties as well, if they are defined.
I set
RootNamespaceinDirectory.Build.propfile and it differs from the assembly name.However, when I create Blazor Web App from the template and name project
MyWebApp,Porgram.csfile contains this line:However, generated razor classes are placed into
<RootNamespace>.Components.It would be nice, if template could set namespace not from the project name, but msbuild properties as well, if they are defined.