Skip to content

Commit

Permalink
SP4 ScottPlot: code analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
swharden committed Mar 5, 2023
1 parent 2fcdade commit 8868ca5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.Metrics.xml
/dev/www/cookbook
src/ScottPlot4/ScottPlot.Cookbook/CookbookOutput

Expand Down
5 changes: 5 additions & 0 deletions src/ScottPlot4/ScottPlot/ScottPlot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>

<!-- Code analysis -->
<PackageReference Include="Microsoft.CodeAnalysis.Metrics" Version="*" >
<PrivateAssets>all</PrivateAssets>
</PackageReference>

<!--
Keep System.Drawing.Common version at 4.6.1 and users can upgrade it if they wish.
Upgrading may improve font rendering on Linux and MacOS, but upgrading then downgrading
Expand Down

0 comments on commit 8868ca5

Please sign in to comment.