File tree Expand file tree Collapse file tree
FFmpeg.AutoGen.CppSharpUnsafeGenerator/Processing Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <ItemGroup >
77 <PackageVersion Include =" CommandLineParser" Version =" 2.9.1" />
88 <PackageVersion Include =" coverlet.collector" Version =" 6.0.0" />
9- <PackageVersion Include =" CppSharp" Version =" 1.1.5.3168 " />
9+ <PackageVersion Include =" CppSharp" Version =" 1.0.1 " />
1010 <PackageVersion Include =" Microsoft.Net.Compilers.Toolset" Version =" 4.7.0" />
1111 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0" />
1212 <PackageVersion Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" />
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ private static string GetCommentString(BlockCommandComment comment)
204204 {
205205 return comment == null
206206 ? null
207- : string . Join ( " " , comment . ParagraphComment . Content . OfType < TextComment > ( ) . Select ( x => x . Text . Trim ( ) ) ) ;
207+ : string . Join ( " " , comment . ParagraphComment . Content . OfType < TextComment > ( ) . Select ( x => x . Text . Trim ( ) ) . Where ( x => ! string . IsNullOrWhiteSpace ( x ) ) ) ;
208208 }
209209
210210 private static string GetSha256 ( string text )
You can’t perform that action at this time.
0 commit comments