tony
tony
Fix for https://github.com/grpc/grpc/issues/27502 The warnings and errors logged by some of the plugins such as the csharp plugin are in a different format from other warnings etc logged by the...
Added environment variable GRPC_TOOL_PLUGIN to override the GRPC plugin path See https://github.com/grpc/grpc/issues/27099
Fix for OutputOptions and GrpcOutputOptions being ignored - issue https://github.com/grpc/grpc/issues/25950 The Grpc.Tools msbuild XML needed updating to include using the user-supplied options.
Add documentation for AdditionalImportDirs See https://github.com/grpc/grpc/issues/22878
Verify fix for https://github.com/grpc/grpc/issues/17761 Scenario: the client cancels the request after the server has already successfully returned the results but before the client starts reading. Expected behaviour: the client sees...
Fix for https://github.com/grpc/grpc/issues/8451 and https://github.com/grpc/grpc/issues/28153 The same fix is for both the issues above. Resource leaks were occurring in the client under certain conditions such as an error received (e.g....
Fix for https://github.com/grpc/grpc/issues/29854 This fixes the hang in AsyncCall.UnaryCall() when an exception in thrown. I was unable to reproduce the original corrupt status code. Looking at the marshalling code it...
DO NOT MERGE Added some debug info to GetReceivedStatusOnClient() to track down issue with corrupt UTF-8 See https://github.com/grpc/grpc/issues/29854
Fix for https://github.com/grpc/grpc/issues/30746 - "C# Protobuf msbuild task fails with glob pattern if "@" is present in the path" There was ambiguity in references to `%(Source)` metadata on some items....
Fix C# document comments when there is an extra / at the start of a comment line. See https://github.com/grpc/grpc/issues/35905 Related to https://github.com/protocolbuffers/protobuf/pull/15955 which also fixes the issue in protoc compiler.