dotnet: Generate doc and check for warnings
authorLauro Moura <lauromoura@expertisesolutions.com.br>
Mon, 21 Oct 2019 14:08:58 +0000 (11:08 -0300)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 13 Nov 2019 21:13:10 +0000 (06:13 +0900)
Reviewers: segfaultxavi, brunobelo, felipealmeida

Reviewed By: brunobelo

Subscribers: cedric, #reviewers, #committers, woohyun

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10630

src/bindings/mono/efl_sharp.csproj.in

index d44aa5a..ce6a9e4 100644 (file)
     <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
   </PropertyGroup>
 
+  <PropertyGroup>
+    <DocumentationFile>$(AssemblyName).xml</DocumentationFile>
+    <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
+  </PropertyGroup>
+
   <!-- <PropertyGroup Condition="'$(BuildType)'=='Beta'"> -->
   <!--   <DefineConstants>EFL_BETA</DefineConstants> -->
   <!-- </PropertyGroup> -->