-
-
Notifications
You must be signed in to change notification settings - Fork 298
Closed
Labels
Description
Describe the bug
We are using ReportGenerator for our c# based project to generate a html overview and also a sonarqube report to feed our sonarqube server with it. We recognized, that the files being displayed in a html overview are not equal to the origin source file. It seems that there is always one line removed at the end of the file, the file has 42 lines in total.
This is the file viewed in the html report:
This is the file viewed in our gitlab instance:
And this is the file viewed in our sonarqube instance:

Reactions are currently unavailable