aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Auth
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.Auth
parentca254732298c25acc1b7006c75fb8434dc0f94d1 (diff)
treat warnings as errors
Diffstat (limited to 'src/csharp/Grpc.Auth')
-rwxr-xr-xsrc/csharp/Grpc.Auth/Grpc.Auth.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/csharp/Grpc.Auth/Grpc.Auth.csproj b/src/csharp/Grpc.Auth/Grpc.Auth.csproj
index 6030c70783..abf326459c 100755
--- a/src/csharp/Grpc.Auth/Grpc.Auth.csproj
+++ b/src/csharp/Grpc.Auth/Grpc.Auth.csproj
@@ -19,6 +19,7 @@
<IncludeSymbols>true</IncludeSymbols>
<IncludeSource>true</IncludeSource>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
+ <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>