Skip to content

Commit

Permalink
Merge branch 'bug_45_Code_contracts_warning' of https://github.com/br…
Browse files Browse the repository at this point in the history
…adtwurst/ncqrs into bradtwurst-bug_45_Code_contracts_warning
  • Loading branch information
pjvds committed Mar 15, 2011
2 parents 1e9d605 + 48c0d9a commit a489756
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
6 changes: 4 additions & 2 deletions Framework/src/Ncqrs.Spec/Ncqrs.Spec.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
<CodeContractsBaseLineFile />
<CodeContractsCacheAnalysisResults>False</CodeContractsCacheAnalysisResults>
<CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
<CodeContractsReferenceAssembly>%28none%29</CodeContractsReferenceAssembly>
<CodeContractsReferenceAssembly>DoNotBuild</CodeContractsReferenceAssembly>
<CodeContractsContainerAnalysis>False</CodeContractsContainerAnalysis>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand Down Expand Up @@ -72,7 +73,8 @@
<CodeContractsBaseLineFile />
<CodeContractsCacheAnalysisResults>False</CodeContractsCacheAnalysisResults>
<CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
<CodeContractsReferenceAssembly>%28none%29</CodeContractsReferenceAssembly>
<CodeContractsReferenceAssembly>DoNotBuild</CodeContractsReferenceAssembly>
<CodeContractsContainerAnalysis>False</CodeContractsContainerAnalysis>
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
Expand Down
5 changes: 3 additions & 2 deletions Framework/src/Ncqrs.Tests/Ncqrs.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<CodeContractsExtraAnalysisOptions />
<CodeContractsBaseLineFile />
<CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
<CodeContractsReferenceAssembly>%28none%29</CodeContractsReferenceAssembly>
<CodeContractsReferenceAssembly>DoNotBuild</CodeContractsReferenceAssembly>
<CodeContractsContainerAnalysis>False</CodeContractsContainerAnalysis>
<CodeContractsExtraRewriteOptions />
<CodeContractsCacheAnalysisResults>False</CodeContractsCacheAnalysisResults>
Expand Down Expand Up @@ -75,7 +75,8 @@
<CodeContractsBaseLineFile />
<CodeContractsCacheAnalysisResults>False</CodeContractsCacheAnalysisResults>
<CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
<CodeContractsReferenceAssembly>%28none%29</CodeContractsReferenceAssembly>
<CodeContractsReferenceAssembly>DoNotBuild</CodeContractsReferenceAssembly>
<CodeContractsContainerAnalysis>False</CodeContractsContainerAnalysis>
</PropertyGroup>
<ItemGroup>
<Reference Include="FluentAssertions">
Expand Down
6 changes: 4 additions & 2 deletions Framework/src/Ncqrs/Ncqrs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@
<CodeContractsExtraAnalysisOptions />
<CodeContractsBaseLineFile />
<CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
<CodeContractsReferenceAssembly>%28none%29</CodeContractsReferenceAssembly>
<CodeContractsReferenceAssembly>DoNotBuild</CodeContractsReferenceAssembly>
<DocumentationFile>
</DocumentationFile>
<CodeContractsExtraRewriteOptions />
<CodeContractsCacheAnalysisResults>False</CodeContractsCacheAnalysisResults>
<CodeContractsContainerAnalysis>False</CodeContractsContainerAnalysis>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand Down Expand Up @@ -76,9 +77,10 @@
<CodeContractsExtraAnalysisOptions />
<CodeContractsBaseLineFile />
<CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
<CodeContractsReferenceAssembly>%28none%29</CodeContractsReferenceAssembly>
<CodeContractsReferenceAssembly>DoNotBuild</CodeContractsReferenceAssembly>
<CodeContractsExtraRewriteOptions />
<CodeContractsCacheAnalysisResults>False</CodeContractsCacheAnalysisResults>
<CodeContractsContainerAnalysis>False</CodeContractsContainerAnalysis>
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net">
Expand Down

0 comments on commit a489756

Please sign in to comment.