-
Notifications
You must be signed in to change notification settings - Fork 236
Closed
Milestone
Description
This issue has been moved from a ticket on Developer Community.
-
New project >Blazor App > .NET 6.0 ~ Blazor WebAssembly App, checking ASP .NET Core hosted> Create
-
Add a Razor Class Library : Open a command prompt at the location of the solution folder and add a Razor class library to the solution by running:
dotnet new razorclass --support-pages-and-views false -o RazorLib1
dotnet sln add .\RazorLib1\RazorLib1.csproj
dotnet add .\<project name>\<client app name> reference RazorLib1
- Navigate to VS, it pops up a dialog to indicate you should reload the project. Just click "reload".
Original Comments
Feedback Bot on 2/7/2021, 01:13 AM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
Original Solutions
(no solutions)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels