diff --git a/DocCover/Artees/Tools/DocCover/Program.cs b/DocCover/Artees/Tools/DocCover/Program.cs index 96e671f..06dd880 100644 --- a/DocCover/Artees/Tools/DocCover/Program.cs +++ b/DocCover/Artees/Tools/DocCover/Program.cs @@ -50,7 +50,8 @@ private static void Fail(IEnumerable errors) { foreach (var error in errors) { - if (error.Tag == ErrorType.HelpRequestedError) continue; + if (error.Tag == ErrorType.HelpRequestedError || + error.Tag == ErrorType.VersionRequestedError) continue; ShouldAssertions.Fail(error.ToString()); } } @@ -95,7 +96,6 @@ private class Options public string StyleValue { private get; set; } public string Style => StyleOption ?? StyleValue ?? "flat"; - // ReSharper restore UnusedAutoPropertyAccessor.Local, MemberCanBePrivate.Local } } } \ No newline at end of file diff --git a/DocCover/DocCover.csproj b/DocCover/DocCover.csproj index 8c7cfdd..55c3d0c 100644 --- a/DocCover/DocCover.csproj +++ b/DocCover/DocCover.csproj @@ -1,4 +1,21 @@  + + 1.1.2 + Artees + A .NET Core application that calculates the percentage of public members and + types in your .NET assembly that have XML comments. + + Copyright © Artees 2018 + xml;documentation;comments + Fixed version requested error. + https://artees.games/img/icon.png + https://github.com/Artees/DocCover + https://opensource.org/licenses/MIT + false + git + https://github.com/Artees/DocCover + true + Exe netcoreapp2.1 @@ -28,19 +45,20 @@ README.md - + PreserveNewest - + PreserveNewest - + PreserveNewest + + - diff --git a/DocCover/DocCover.nuspec b/DocCover/DocCover.nuspec deleted file mode 100644 index 67ed24a..0000000 --- a/DocCover/DocCover.nuspec +++ /dev/null @@ -1,23 +0,0 @@ - - - - DocCover - DocCover - Artees - Artees - https://opensource.org/licenses/MIT - https://github.com/Artees/DocCover - https://artees.games/img/icon.png - false - A .NET Core application that calculates the percentage of public members and - types in your .NET assembly that have XML comments. - - Copyright © Artees 2018 - xml documentation comments - 1.1.1 - Added missing files for report generation. - - - - - \ No newline at end of file diff --git a/DocCover/PackNuGet.bat b/DocCover/PackNuGet.bat index 63c4ce0..c180855 100644 --- a/DocCover/PackNuGet.bat +++ b/DocCover/PackNuGet.bat @@ -1,3 +1,3 @@ cd /D "%~dp0" -msbuild DocCover.csproj /t:rebuild /verbosity:quiet /p:Configuration=Pack -msbuild -t:Pack DocCover.csproj -p:NuspecFile=DocCover.nuspec -p:PackageOutputPath=..\..\..\LocalNuGet -p:Configuration=Pack -p:IsTool=true \ No newline at end of file +msbuild DocCover.csproj -t:rebuild -verbosity:quiet -p:Configuration=Pack +msbuild -t:Pack DocCover.csproj -p:PackageOutputPath=..\..\..\LocalNuGet -p:Configuration=Pack \ No newline at end of file diff --git a/DocCover/PushNuGet.bat b/DocCover/PushNuGet.bat index 8725fee..479539a 100644 --- a/DocCover/PushNuGet.bat +++ b/DocCover/PushNuGet.bat @@ -1,3 +1,3 @@ cd /D "%~dp0" cd ..\..\..\LocalNuGet -nuget push DocCover.1.1.1.nupkg -Source https://api.nuget.org/v3/index.json \ No newline at end of file +nuget push DocCover.1.1.2.nupkg -Source https://api.nuget.org/v3/index.json \ No newline at end of file diff --git a/report_example/index.html b/report_example/index.html index a630b66..0752a35 100644 --- a/report_example/index.html +++ b/report_example/index.html @@ -12,7 +12,7 @@

Summary

- + @@ -35,7 +35,7 @@

Undocumented public members and types

Generated on:2018-08-18 17:22:362018-08-19 13:58:51
Documented public members and types: T:DocCoverTestAssembly.PublicNotСoveredClass
-