Reporter | Albert Weinert (der-albert.com) |
---|---|
Created | Apr 4, 2018 2:03:43 PM |
Updated | Apr 18, 2018 3:44:47 PM |
Subsystem | ASP.NET - Razor |
Assignee | Slava Trenogin (derigel) |
Priority | Normal |
State | Submitted |
Type | Bug |
Fix version | 2018.2 |
Affected versions | 2017.3.5, 2018.1 |
Fixed In Version ReSharper | Undefined |
VsVersion | VS 2017 RTM |
If you create a Razor Pages Project in ASP.NET Core. Then a
This includes a
directive.
If you change the Default Namespace of the Project, and after that you to a 'Adjust Namespace' refactoring from the Solution Explorer. Then this directive get's not updated. And leads to a broken appliation.
Pages\_ViewImports.cshtml
will be generated.This includes a
@namespace WebApplicationWhatEver
directive.
If you change the Default Namespace of the Project, and after that you to a 'Adjust Namespace' refactoring from the Solution Explorer. Then this directive get's not updated. And leads to a broken appliation.