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
PS C:\development\roslynator-rcs0036> dotnet build
Determining projects to restore...
All projects are up-to-date for restore.
C:\development\roslynator-rcs0036\src\RoslynatorBug.Library\Class1.cs(21,1): error RCS0036: Remove blank line between s
ingle-line declarations of same kind (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0036) [C:\development\r
oslynator-rcs0036\src\RoslynatorBug.Library\RoslynatorBug.Library.csproj]
Build FAILED.
C:\development\roslynator-rcs0036\src\RoslynatorBug.Library\Class1.cs(21,1): error RCS0036: Remove blank line between s
ingle-line declarations of same kind (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0036) [C:\development\r
oslynator-rcs0036\src\RoslynatorBug.Library\RoslynatorBug.Library.csproj]
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.78
Having a project without GenerateDocumentationFile property set to true and RCS0036 active shows an error.
Steps to reproduce
The text was updated successfully, but these errors were encountered: