Jon Skeet

Results 78 issues of Jon Skeet

This is a rebased version of #9391, and only present to check the Kokoro build.

c#
release notes: yes

Currently there are two ways to specify non-default credentials for SpannerConnection: - Set SpannerConnectionStringBuilder.CredentialFile - Pass a ChannelCredentials into the constructor of SpannerConnection We previously didn't want to expose GoogleCredential...

type: feature request
api: spanner

This is a sort of bigger feature request version of issue #172. In the brave new world, DNX-based projects and solutions are going to be more and more common. I...

**Type**: Feature request **NPE version**: 5.6.70 **OS version**: 5.6.70+e3d04185cb **Installed from**: Microsoft Store I'm trying to work out [why my packages are shown as non-deterministic and not supporting SourceLink](https://github.com/googleapis/google-cloud-dotnet/issues/4888). I...

Customers want to be able to run `dotnet publish` themselves within their CI/CD pipeline and use the artifacts from that for testing etc, and then deploy those artifacts to Google...

kind/enhancement
P3
lang/.net

Our CI build is failing at the moment. We need to work out why.

(Still draft - making public for test comparisons)

All event formatters are expected to handle strings and byte arrays. We should make it really easy for them to do so via common code, e.g. protected methods in `CloudEventFormatter`.

We've updated the dependency, so we should be able to do that now.

enhancement