mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
Suppressed warning CS0436 in Orchard.Framework.
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
<CodeAnalysisRuleSet>..\OrchardBasicCorrectness.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
<UseVSHostingProcess>false</UseVSHostingProcess>
|
||||
<NoWarn>0436</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
@@ -182,7 +183,7 @@
|
||||
<Compile Include="Data\Bags\SArray.cs" />
|
||||
<Compile Include="Data\Conventions\UtcDateTimeConvention.cs" />
|
||||
<Compile Include="Data\DefaultSessionConfigurationEvents.cs" />
|
||||
<Compile Include="Data\DoNotMapAttribute.cs" />
|
||||
<Compile Include="Data\DoNotMapAttribute.cs" />
|
||||
<Compile Include="Data\FetchRequest.cs" />
|
||||
<Compile Include="Data\SessionConfigurationEventsWithParameters.cs" />
|
||||
<Compile Include="Data\ISessionConfigurationEventsWithParameters.cs" />
|
||||
|
Reference in New Issue
Block a user