We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28bd21d commit f4e77daCopy full SHA for f4e77da
ChangeLog.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
### Fixed
11
12
- Fix analyzer [RCS1090](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1090) ([PR](https://github.com/dotnet/roslynator/pull/1566))
13
+- [CLI] Fix command `generate-doc` ([PR](https://github.com/dotnet/roslynator/pull/1568))
14
15
### Change
16
src/Documentation/TextUtility.cs
@@ -35,6 +35,7 @@ public static string RemoveLeadingTrailingNewLine(
35
}
36
37
if (trailingNewLine
38
+ && length > startIndex
39
&& s[length - 1] == '\n')
40
{
41
length--;
0 commit comments