Reporter | Samuel Jack (sam.1) |
---|---|
Created | Apr 18, 2018 11:40:31 AM |
Updated | Apr 18, 2018 11:40:31 AM |
Subsystem | ASP.NET - Razor |
Assignee | Slava Trenogin (derigel) |
Priority | Normal |
State | Submitted |
Type | Bug |
Fix version | No Fix versions |
Affected versions | No Affected versions |
Fixed In Version ReSharper | Undefined |
VsVersion | VS 2017 RTM |
RSRP-468878 enabled Resharper to correctly handle calls to static methods when a @using static
directive was placed in individual Razor files.
Razor itself allows that @using static
directive to be moved into _ViewImports so that is only needed once. Resharper still does not seem to handle this case.