Open tmat opened 2 years ago
I don't think this is a bug in the compiler, it behaves as expected. The problem is that the template generates App.razor
and also _Imports.razor
which contains @using App
. That simply cannot work. The template could either emit an error if the user wants to generate a project named App
or use a different name for App.razor
in that case.
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.
Seems like the generator needs to disambiguate the
App
identifier.