We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 815bc1b commit f5b865fCopy full SHA for f5b865f
2 files changed
src/corelib/OpenStack.csproj
@@ -27,6 +27,7 @@
27
<DocumentationFile>bin\v4.0\Debug\openstacknet.xml</DocumentationFile>
28
<Prefer32Bit>false</Prefer32Bit>
29
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
30
+ <NoWarn>618</NoWarn>
31
</PropertyGroup>
32
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33
<DebugType>pdbonly</DebugType>
src/testing/integration/OpenStack.IntegrationTests.csproj
@@ -30,6 +30,7 @@
<WarningLevel>4</WarningLevel>
34
35
36
0 commit comments