Skip to content

Commit

Permalink
Delete CodeAnalysisRules.ruleset (#58968)
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Jan 21, 2022
1 parent 2b911a4 commit 68818a0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
8 changes: 0 additions & 8 deletions src/Compilers/CSharp/CSharpCodeAnalysisRules.ruleset

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<RootNamespace>Microsoft.CodeAnalysis.CSharp</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFrameworks>netcoreapp3.1;netstandard2.0</TargetFrameworks>
<CodeAnalysisRuleSet>..\CSharpCodeAnalysisRules.ruleset</CodeAnalysisRuleSet>
<GenerateMicrosoftCodeAnalysisCommitHashAttribute>true</GenerateMicrosoftCodeAnalysisCommitHashAttribute>
<ApplyNgenOptimization Condition="'$(TargetFramework)' == 'netstandard2.0'">full</ApplyNgenOptimization>

Expand Down Expand Up @@ -40,9 +39,6 @@
<None Include="UseSiteDiagnosticsCheckEnforcer\BaseLine.txt" />
<None Include="UseSiteDiagnosticsCheckEnforcer\Run.bat" />
<None Include="FlowAnalysis\Flow Analysis Design.docx" />
<None Include="..\CSharpCodeAnalysisRules.ruleset">
<SubType>Designer</SubType>
</None>
<PublicAPI Include="PublicAPI.Shipped.txt" />
<PublicAPI Include="PublicAPI.Unshipped.txt" />

Expand Down
8 changes: 0 additions & 8 deletions src/Compilers/Core/CodeAnalysisRules.ruleset

This file was deleted.

4 changes: 0 additions & 4 deletions src/Compilers/Core/Portable/Microsoft.CodeAnalysis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFrameworks>netcoreapp3.1;netstandard2.0</TargetFrameworks>
<DefineConstants>$(DefineConstants);COMPILERCORE</DefineConstants>
<CodeAnalysisRuleSet>..\CodeAnalysisRules.ruleset</CodeAnalysisRuleSet>
<NoStdLib>true</NoStdLib>
<ApplyNgenOptimization Condition="'$(TargetFramework)' == 'netstandard2.0'">full</ApplyNgenOptimization>
<GeneratePerformanceSensitiveAttribute>true</GeneratePerformanceSensitiveAttribute>
Expand Down Expand Up @@ -99,9 +98,6 @@
<EmbeddedResource Include="Resources\default.win32manifest" />
</ItemGroup>
<ItemGroup>
<None Include="..\CodeAnalysisRules.ruleset">
<SubType>Designer</SubType>
</None>
<None Include="RuleSet\RuleSetSchema.xsd">
<SubType>Designer</SubType>
</None>
Expand Down

0 comments on commit 68818a0

Please sign in to comment.