Open javiercn opened 1 year ago
Just a note that it'd be helpful if the sample covered ensuring that content from Razor Class Libraries referenced by the web-app-as-a-library are also included/served. Concrete example here would be the Fluent UI Blazor components. That may have already been part of your plan, but wanted to call it out to make sure.
Out of curiosity, what would be the use case for including a website in a dotnet-tool?
With that said, the proper way to include a website inside a dotnet-tool/nuget package would be to publish the website, collect all the assets and include them in the nuget package.
We should build a sample that demonstrate how to achieve this.