Skip to content

created form of DigestAuthenticator.cs #465

created form of DigestAuthenticator.cs

created form of DigestAuthenticator.cs #465

Re-run triggered August 4, 2023 06:52
Status Failure
Total duration 3m 26s
Artifacts

pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
test: src/RestSharp/Authenticators/DigestAuthenticator.cs#L78
The type arguments for method 'RestClientExtensions.Execute<T>(IRestClient, RestRequest)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
test: src/RestSharp/Authenticators/DigestAuthenticator.cs#L78
The type arguments for method 'RestClientExtensions.Execute<T>(IRestClient, RestRequest)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
test: src/RestSharp/Authenticators/DigestAuthenticator.cs#L78
The type arguments for method 'RestClientExtensions.Execute<T>(IRestClient, RestRequest)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
test: src/RestSharp/Authenticators/DigestAuthenticator.cs#L78
The type arguments for method 'RestClientExtensions.Execute<T>(IRestClient, RestRequest)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
test
Process completed with exit code 1.
test: src/RestSharp/Authenticators/DigestAuthenticator.cs#L43
Non-nullable field '_realm' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
test: src/RestSharp/Authenticators/DigestAuthenticator.cs#L43
Non-nullable field '_nonce' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
test: src/RestSharp/Authenticators/DigestAuthenticator.cs#L43
Non-nullable field '_qop' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
test: src/RestSharp/Authenticators/DigestAuthenticator.cs#L43
Non-nullable field '_opaque' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
test: src/RestSharp/Authenticators/DigestAuthenticator.cs#L64
Dereference of a possibly null reference.
test: src/RestSharp/Authenticators/DigestAuthenticator.cs#L72
Dereference of a possibly null reference.
test: src/RestSharp/Authenticators/DigestAuthenticator.cs#L81
Dereference of a possibly null reference.
test: src/RestSharp/Authenticators/DigestAuthenticator.cs#L83
Possible null reference argument for parameter 'wwwAuthenticateHeader' in 'void DigestAuthenticator.ParseAuthenticationInfo(string wwwAuthenticateHeader)'.
test: src/RestSharp/Authenticators/DigestAuthenticator.cs#L132
Possible null reference return.
test: src/RestSharp/Authenticators/DigestAuthenticator.cs#L136
Possible null reference return.