Skip to content

Bump Microsoft.Extensions.Caching.Memory from 6.0.0 to 6.0.2 in /Projects/Benchmarks #18

Bump Microsoft.Extensions.Caching.Memory from 6.0.0 to 6.0.2 in /Projects/Benchmarks

Bump Microsoft.Extensions.Caching.Memory from 6.0.0 to 6.0.2 in /Projects/Benchmarks #18

Status Failure
Total duration 1m 8s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: AccessTokenClient/Caching/TokenClientCachingDecorator.cs#L69
Possible null reference argument for parameter 'value' in 'string IAccessTokenTransformer.Revert(string value)'.
build: AccessTokenClient/Caching/TokenClientCachingDecorator.cs#L91
Possible null reference argument for parameter 'accessToken' in 'string IAccessTokenTransformer.Convert(string accessToken)'.
build: AccessTokenClient/TokenClient.cs#L71
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
build: AccessTokenClient/TokenClient.cs#L77
Possible null reference argument for parameter 'value' in 'KeyValuePair<string, string>.KeyValuePair(string key, string value)'.
build: AccessTokenClient/TokenClient.cs#L78
Possible null reference argument for parameter 'value' in 'KeyValuePair<string, string>.KeyValuePair(string key, string value)'.
build: Projects/TestingSixPointZeroApplication/Controllers/ValuesController.cs#L48
Non-nullable property 'TokenEndpoint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Projects/TestingSixPointZeroApplication/Controllers/ValuesController.cs#L50
Non-nullable property 'ClientIdentifier' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Projects/TestingSixPointZeroApplication/Controllers/ValuesController.cs#L52
Non-nullable property 'ClientSecret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Projects/TestingSixPointZeroApplication/Controllers/ValuesController.cs#L54
Non-nullable property 'Scopes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: AccessTokenClient.Tests/DelegatingHandlerTests.cs#L63
Non-nullable property 'TokenEndpoint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.