Skip to content

Commit f5b865f

Browse files
committed
Ignore deprecation warnings during v1.5 migration
When we hit v2.0, we can cicle back and remove these exceptions.
1 parent 815bc1b commit f5b865f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/corelib/OpenStack.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<DocumentationFile>bin\v4.0\Debug\openstacknet.xml</DocumentationFile>
2828
<Prefer32Bit>false</Prefer32Bit>
2929
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
30+
<NoWarn>618</NoWarn>
3031
</PropertyGroup>
3132
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3233
<DebugType>pdbonly</DebugType>

src/testing/integration/OpenStack.IntegrationTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<WarningLevel>4</WarningLevel>
3131
<Prefer32Bit>false</Prefer32Bit>
3232
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
33+
<NoWarn>618</NoWarn>
3334
</PropertyGroup>
3435
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3536
<DebugType>pdbonly</DebugType>

0 commit comments

Comments
 (0)