gapic-generator-csharp icon indicating copy to clipboard operation
gapic-generator-csharp copied to clipboard

Results 11 gapic-generator-csharp issues
Sort by recently updated
recently updated
newest added

Currently, if any protobuf element is missing a comment, we generate code but the result doesn't compile. The missing comments could be on messages, RPCs, services, fields, enums, enum values...

priority: p2
type: feature request

Fixes #557. I'm going to run this locally against all APIs to see whether we get any changes - I don't *expect* there to be any settings configured in MethodSettings...

do not merge

Hi @jskeet, Please have a look when you are back. Please let me know your suggestions/feedback and I will incorporate that. This will currently fail because of GAX dependency.

Will the library be published as a nuget package?

priority: p2
type: feature request

Consider the following proto: ```proto message Abc { string location = 1 [ (google.api.resource_reference) = { type: "locations.googleapis.com/Location" } ]; message Def { string location = 1 [ (google.api.resource_reference) =...

priority: p2
type: feature request

Attempting to invoke the Bazel rules for GAPIC generation fails on MacOS. Looks like [`csharp_compiler_repo.bzl`](https://github.com/googleapis/gapic-generator-csharp/blob/aa4ed5afbcf2f7557419614596edc0e0a6d0f663/rules_csharp_gapic/csharp_compiler_repo.bzl#L17) is hardcoded to fetch the Linux x64 version of the dotnet compiler, which obviously won't...

type: feature request
priority: p3

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [Microsoft.CodeAnalysis.CSharp](https://redirect.github.com/dotnet/roslyn) | `4.11.0` -> `4.13.0`...

do not merge
kokoro:force-run

> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | Type | Update |...

do not merge
kokoro:force-run

Our Discovery-based generator for AI Platform is creating code which fails with lots of errors along the lines of: > An object reference is required for the non-static field, method,...

priority: p2
type: bug

From https://google.aip.dev/client-libraries/4234 > To be generated into a client library, a mixin service must be declared under [apis](https://github.com/googleapis/googleapis/blob/master/google/api/service.proto#L96) in a [google.api.Service](https://github.com/googleapis/googleapis/blob/master/google/api/service.proto). Furthermore, only the RPCs with [google.api.http](https://github.com/googleapis/googleapis/blob/master/google/api/http.proto) bindings declared in...

priority: p2
type: bug