Skip to content

Commit

Permalink
So gave up and added the xml documentation for the project, not for t…
Browse files Browse the repository at this point in the history
…he unit test one though
  • Loading branch information
Bruno Barrette committed Aug 13, 2020
1 parent 3c36fed commit 32a0345
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<DocumentationFile>D:\bbarrette\Documents\Source\BracketShow\BlazorNavigationManagerExtensions\src\BlazorNavigationManagerExtensions\BlazorNavigationManagerExtensions.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
[assembly: SuppressMessage("Design", "CA1056:URI-like properties should not be strings", Justification = "Tolerated since we are comparing the string with the route of the page that is not used as a Uri", Scope = "type", Target = "BlazorNavigationManagerExtensions.Fixtures.TestNavigationManager")]
[assembly: SuppressMessage("Design", "CA1056:URI-like properties should not be strings", Justification = "Tolerated since we are comparing the string with the route of the page that is not used as a Uri", Scope = "type", Target = "BlazorNavigationManagerExtensions.Fixtures.TestNavigationManagerFixture")]
[assembly: SuppressMessage("Design", "CA1054:URI-like parameters should not be strings", Justification = "Tolerated since we are comparing the string with the route of the page that is not used as a Uri", Scope = "type", Target = "BlazorNavigationManagerExtensions.Fixtures.TestNavigationManager")]
[assembly: SuppressMessage("Special Rules", "SA0001:XmlCommentAnalysisDisabled", Justification = "No need for XML documentation for the unit test project", Scope = "module")]

0 comments on commit 32a0345

Please sign in to comment.