Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/28/21 12:05:45 (3 years ago)
Author:
mkommend
Message:

#3075: Add GlobalSuppression file to HL.Problems.DataAnalysis.Instances to prevent persistence analyzer messages about missing StorableTypeAttributes.

Location:
trunk/HeuristicLab.Problems.Instances.DataAnalysis/3.3
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Problems.Instances.DataAnalysis/3.3/HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj

    r17931 r17967  
    3535    <Prefer32Bit>false</Prefer32Bit>
    3636    <LangVersion>7.0</LangVersion>
     37    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     38    <RunCodeAnalysis>false</RunCodeAnalysis>
    3739  </PropertyGroup>
    3840  <PropertyGroup>
     
    149151    <Compile Include="DataAnalysisImportType.cs" />
    150152    <Compile Include="DataAnalysisInstanceProvider.cs" />
     153    <Compile Include="GlobalSuppressions.cs" />
    151154    <Compile Include="Plugin.cs" />
    152155    <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset for help on using the changeset viewer.