Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NetStandard improvements #806

Merged
merged 2 commits into from
Aug 11, 2016
Merged

Conversation

chrisdunelm
Copy link
Contributor

Support ServiceAccountCredentials in netstandard, although without initialization from X509 certificate. Fixes #797.
#805 adds tests for valid AccessToken from ServiceAccountCredential.

Fixed signing in netstandard builds so InternalsVisibleTo now works. Enabled all tests in netstandard that previously were disabled due to internal access.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 11, 2016
Support ServiceAccountCredentials in netstandard, although without initialization from X509 certificate. Fixes googleapis#797.

Fixed signing in netstandard builds so InternalsVisibleTo now works. Enabled all tests in netstandard that previously were disabled due to internal access.
""type"": ""service_account""}";

var credentialParameters = NewtonsoftJsonSerializer.Instance.Deserialize<JsonCredentialParameters>(dummyServiceAccountCredentialFileContents);
var initializer = new ServiceAccountCredential.Initializer(credentialParameters.ClientEmail)

This comment was marked as spam.

This comment was marked as spam.

@ivannaranjo
Copy link
Contributor

Small comments, looks good.

@chrisdunelm chrisdunelm merged commit b98d1e3 into googleapis:master Aug 11, 2016
@chrisdunelm chrisdunelm deleted the service branch August 11, 2016 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants