mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
add solution-wide code analysis config
Disabled for now, since it'll be a bit of a refactor to enable them
This commit is contained in:
parent
0de5c96793
commit
577f17eb1b
6 changed files with 112 additions and 0 deletions
12
Directory.Build.props
Normal file
12
Directory.Build.props
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<!-- Code analysis settings for all Dalamud projects. -->
|
||||
<Project>
|
||||
<!--
|
||||
<ItemGroup Label="Code Analysis">
|
||||
<PackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="3.3.4" PrivateAssets="All" />
|
||||
<AdditionalFiles Include="$(MSBuildThisFileDirectory)tools\BannedSymbols.txt" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Code Analysis">
|
||||
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)tools\dalamud.ruleset</CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
-->
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue