Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>2019-02-15 01:22:53 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2019-02-16 01:20:10 +0300
commitd5cee03670fcd940e9e497811127c48db45b3ee3 (patch)
tree7345b3142f95c002c17698bdffce1819d5420be6 /main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
parent08856baae9b28d3fc7162c88f72dbde7aee3f9e6 (diff)
Disable obsoletion warnings in a bunch of unported extensions
This is so that we can obsolete the old editor APIs without the obsoletion warnings overwhelming everything else. These can be removed as the extensions are ported.
Diffstat (limited to 'main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj')
-rw-r--r--main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj b/main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
index 28bf52e973..0a081502f6 100644
--- a/main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
+++ b/main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
@@ -12,6 +12,10 @@
<TargetFrameworkVersion>$(MDFrameworkVersion)</TargetFrameworkVersion>
<OutputPath>..\..\build\tests</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <!--
+ This contains tests for many deprecated editor APIs, disable deprecation warnings for now.
+ -->
+ <NoWarn>$(NoWarn);618;612</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />