You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More tests for ServiceAccountCredential (and probably other auth classes) needed.
e.g. ServiceAccountCredential.Initializer.FromCertificate() isn't tested at all.
e.g. ServiceAccountCredential.Initializer.FromPrivateKey() test doesn't check that the credential is valid.
etc...
The text was updated successfully, but these errors were encountered:
chrisdunelm
added a commit
to chrisdunelm/google-api-dotnet-client
that referenced
this issue
Aug 11, 2016
Support ServiceAccountCredentials in netstandard, although without initialization from X509 certificate. Fixesgoogleapis#797.
googleapis#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.
* NetStandard improvements
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.
More tests for ServiceAccountCredential (and probably other auth classes) needed.
e.g. ServiceAccountCredential.Initializer.FromCertificate() isn't tested at all.
e.g. ServiceAccountCredential.Initializer.FromPrivateKey() test doesn't check that the credential is valid.
etc...
The text was updated successfully, but these errors were encountered: