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 23:39:11 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2019-02-16 01:32:32 +0300
commit7e2c1c56f43d561c13b85103070597c0f578d01d (patch)
tree533bd2d73251fcfd2ecd04c9756d2c0d57c36ce6 /main/tests/IdeUnitTests/IdeUnitTests.csproj
parent474b1e84d8745dd370d003e33f4ce81df0cd1e9e (diff)
[IdeUnitTests] Disable obsoletion warnings
Diffstat (limited to 'main/tests/IdeUnitTests/IdeUnitTests.csproj')
-rw-r--r--main/tests/IdeUnitTests/IdeUnitTests.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/tests/IdeUnitTests/IdeUnitTests.csproj b/main/tests/IdeUnitTests/IdeUnitTests.csproj
index 49251102ad..fd74ad5409 100644
--- a/main/tests/IdeUnitTests/IdeUnitTests.csproj
+++ b/main/tests/IdeUnitTests/IdeUnitTests.csproj
@@ -8,6 +8,10 @@
<ProjectGuid>{F7B2B155-7CF4-42C4-B5AF-63C0667D2E4F}</ProjectGuid>
<TargetFrameworkVersion>$(MDFrameworkVersion)</TargetFrameworkVersion>
<OutputPath>..\..\build\tests</OutputPath>
+ <!--
+ 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' " />