tryphotino/photino.Samples

Add documentation to Blazor sample to match namespace in _Imports.razor file

Closed this issue · 3 comments

See issue tryphotino/photino.NET#24

We need to add a description to notify users to match the namespace of their project.

Maybe there's a way to automate this?

The current VS Extension templates on the VS Marketplace are valid for the latest release versions. VS is creating a different namespace than what the _Imports.razor file is @using though. By default VS adds a 1 to the namespace in the Program.cs and Startup.cs but doesn't touch the @using statements in kind.

Blazor no longer supported in Photino v2