You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Couldn't reproduce this behaviour with StyleCop uninstalled or 'Fix stylecop violations' disabled. Please advise.
The original issue in ReSharper's tracker: https://youtrack.jetbrains.com/issue/RSRP-469808
The text was updated successfully, but these errors were encountered:
Hi, it looks like StyleCop causes ReSharper's code cleanup to insert an extra space into Razor's @Helper block:
Before:
@helper DrawIcon(string title, string url) { <li> <a href="@url" title="@title"></a> </li> }
After:
@Helper DrawIcon(string title, string url)
{ <li> <a href="@ url" title="@ title"></a> </li> }
Couldn't reproduce this behaviour with StyleCop uninstalled or 'Fix stylecop violations' disabled. Please advise.
The original issue in ReSharper's tracker: https://youtrack.jetbrains.com/issue/RSRP-469808
The text was updated successfully, but these errors were encountered: