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/src/addins/MonoDevelop.DocFood
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/src/addins/MonoDevelop.DocFood')
-rw-r--r--main/src/addins/MonoDevelop.DocFood/MonoDevelop.DocFood.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/src/addins/MonoDevelop.DocFood/MonoDevelop.DocFood.csproj b/main/src/addins/MonoDevelop.DocFood/MonoDevelop.DocFood.csproj
index 2c62a828a0..d8c2d993ec 100644
--- a/main/src/addins/MonoDevelop.DocFood/MonoDevelop.DocFood.csproj
+++ b/main/src/addins/MonoDevelop.DocFood/MonoDevelop.DocFood.csproj
@@ -7,6 +7,10 @@
<ProjectGuid>{875D389F-48D1-4D46-BFC6-998837DD6AE0}</ProjectGuid>
<TargetFrameworkVersion>$(MDFrameworkVersion)</TargetFrameworkVersion>
<OutputPath>..\..\..\build\AddIns\BackendBindings\</OutputPath>
+ <!--
+ This needs to be ported to the new editor, and currently makes use of many, many deprecated APIs.
+ -->
+ <NoWarn>$(NoWarn);618;612</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />