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 has been 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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I set
RootNamespace
inDirectory.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: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.
The text was updated successfully, but these errors were encountered: