Test and Deploy #2008
test-and-deploy.yml
on: schedule
Annotations
10 warnings
Test:
src/Twilio/Clients/BearerToken/TwilioOrgsTokenRestClient.cs#L17
The using directive for 'Twilio.Http.BearerToken' appeared previously in this namespace
|
Test:
src/Twilio/Credential/ClientCredentialProvider.cs#L11
'ClientCredentialProvider' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Test:
src/Twilio/Credential/OrgsCredentialProvider/OrgsClientCredentialProvider.cs#L11
'OrgsClientCredentialProvider' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Test:
src/Twilio/JWT/AccessToken/VideoGrant.cs#L44
'VideoGrant.ConfigurationProfileSid' is obsolete: 'ConfigurationProfileSid is deprecated, use Room instead'
|
Test:
src/Twilio/JWT/AccessToken/VideoGrant.cs#L46
'VideoGrant.ConfigurationProfileSid' is obsolete: 'ConfigurationProfileSid is deprecated, use Room instead'
|
Test:
src/Twilio/AuthStrategies/TokenAuthStrategy.cs#L135
'JwtPayload.Exp' is obsolete: '`int? JwtPayload.Exp` is deprecated and will be removed in a future release. Use `long? JwtPayload.Expiration` instead. For more information, see https://aka.ms/IdentityModel/7-breaking-changes'
|
Test:
src/Twilio/Clients/BearerToken/TwilioOrgsTokenRestClient.cs#L212
'JwtPayload.Exp' is obsolete: '`int? JwtPayload.Exp` is deprecated and will be removed in a future release. Use `long? JwtPayload.Expiration` instead. For more information, see https://aka.ms/IdentityModel/7-breaking-changes'
|
Test:
src/Twilio/TwilioOrgsTokenAuth.cs#L17
The field 'TwilioOrgsTokenAuthClient._accessToken' is never used
|
Test:
src/Twilio/Twilio.cs#L16
The field 'TwilioClient._authstrategy' is never used
|
Test:
src/Twilio/Credential/OrgsCredentialProvider/OrgsClientCredentialProvider.cs#L13
The field 'OrgsClientCredentialProvider.grantType' is assigned but its value is never used
|