Skip to content

Commit

Permalink
Turn on some more analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamTheCoder committed Apr 5, 2022
1 parent e02ed39 commit de8eb85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Expand Up @@ -152,3 +152,6 @@ dotnet_analyzer_diagnostic.category-Performance.severity = suggestion

# CC0097: You have missing/unexistent parameters in Xml Docs
dotnet_diagnostic.CC0097.severity = none

csharp_style_namespace_declarations = file_scoped
dotnet_diagnostic.IDE0161.severity = warning
1 change: 1 addition & 0 deletions CodeConverter/CodeConverter.csproj
Expand Up @@ -22,6 +22,7 @@
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<EmbedUntrackedSources>$(ContinuousIntegrationBuild)</EmbedUntrackedSources>
<ImplicitUsings>enable</ImplicitUsings>
<AnalysisMode>Recommended</AnalysisMode>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Shared\DefaultReferences.cs" />
Expand Down

0 comments on commit de8eb85

Please sign in to comment.