Skip to content

Commit

Permalink
fix: disable CS1591
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldivis committed Nov 3, 2023
1 parent 90d9d72 commit 989a945
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DarkMusicConcepts.Units/DarkMusicConcepts.Units.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<PropertyGroup>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<!-- Disable the compiler warnings not documented members-->
<NoWarn>$(NoWarn);CS1591</NoWarn>
<PackageId>Divis.DarkMusicConcepts.Units</PackageId>
<Authors>michaldivis</Authors>
<Company>Michal Diviš</Company>
Expand Down
2 changes: 2 additions & 0 deletions src/DarkMusicConcepts/DarkMusicConcepts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<PropertyGroup>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<!-- Disable the compiler warnings not documented members-->
<NoWarn>$(NoWarn);CS1591</NoWarn>
<PackageId>Divis.DarkMusicConcepts</PackageId>
<Authors>michaldivis</Authors>
<Company>Michal Diviš</Company>
Expand Down

0 comments on commit 989a945

Please sign in to comment.