csharp: Add StyleCop support to dotnet build
authorLauro Moura <lauromoura@expertisesolutions.com.br>
Mon, 30 Dec 2019 21:42:24 +0000 (21:42 +0000)
committerJongmin Lee <jm105.lee@samsung.com>
Sun, 5 Jan 2020 21:53:51 +0000 (06:53 +0900)
commit39d7c960c38dd8a9228b3d9df2733f1ed8bc90a2
treeab39ce4c34d677a930f06cb787cdfe3fb9480103
parent9e4ed4b11ffb6f264221a4675339614e1510fa80
csharp: Add StyleCop support to dotnet build

This patch adds support to run the StyleCop rules. To enable, -Ddotnet=true
is needed, You can pass -Ddotnet-stylecop=CAXXXX,CAXXYY where X and Y are digits for CAs
or SAs. You can also ask that the CAs and SAs cause errors instead of warnings.

Differential Revision: https://phab.enlightenment.org/D10969
meson_options.txt
src/bindings/mono/ca.ruleset.in [new file with mode: 0644]
src/bindings/mono/efl_sharp.csproj.in
src/bindings/mono/meson.build
src/tests/efl_mono/efl_sharp_test_suite.csproj.in
src/tests/efl_mono/meson.build