aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core.Testing
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2017-08-08 17:24:39 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-08-11 18:17:18 +0200
commitaa135cedf9dbed32f18621882ed0998a67193c85 (patch)
treec777d00b6b6541954d7585dfaed4c24c0ff53e78 /src/csharp/Grpc.Core.Testing
parentca254732298c25acc1b7006c75fb8434dc0f94d1 (diff)
treat warnings as errors
Diffstat (limited to 'src/csharp/Grpc.Core.Testing')
-rwxr-xr-xsrc/csharp/Grpc.Core.Testing/Grpc.Core.Testing.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/csharp/Grpc.Core.Testing/Grpc.Core.Testing.csproj b/src/csharp/Grpc.Core.Testing/Grpc.Core.Testing.csproj
index 4e186d14dc..9ad6fd0c61 100755
--- a/src/csharp/Grpc.Core.Testing/Grpc.Core.Testing.csproj
+++ b/src/csharp/Grpc.Core.Testing/Grpc.Core.Testing.csproj
@@ -19,6 +19,7 @@
<IncludeSymbols>true</IncludeSymbols>
<IncludeSource>true</IncludeSource>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
+ <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>