lauromoura pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=73494aa71cb5d69092999036eee60b8b4f94ecc5
commit 73494aa71cb5d69092999036eee60b8b4f94ecc5 Author: Lauro Moura <[email protected]> Date: Mon Oct 21 11:08:58 2019 -0300 dotnet: Generate doc and check for warnings 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/bindings/mono/efl_sharp.csproj.in b/src/bindings/mono/efl_sharp.csproj.in index d44aa5a8e5..ce6a9e463c 100644 --- a/src/bindings/mono/efl_sharp.csproj.in +++ b/src/bindings/mono/efl_sharp.csproj.in @@ -12,6 +12,11 @@ <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> </PropertyGroup> + <PropertyGroup> + <DocumentationFile>$(AssemblyName).xml</DocumentationFile> + <TreatWarningsAsErrors>true</TreatWarningsAsErrors> + </PropertyGroup> + <!-- <PropertyGroup Condition="'$(BuildType)'=='Beta'"> --> <!-- <DefineConstants>EFL_BETA</DefineConstants> --> <!-- </PropertyGroup> --> --
