Upgrade library to target .NET 8. #2
Annotations
10 warnings
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:
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:
Projects/TestingWebApplication/Controllers/ValuesController.cs#L48
Non-nullable property 'TokenEndpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Projects/TestingWebApplication/Controllers/ValuesController.cs#L50
Non-nullable property 'ClientIdentifier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Projects/TestingWebApplication/Controllers/ValuesController.cs#L52
Non-nullable property 'ClientSecret' must contain a non-null value when exiting constructor. Consider 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 declaring the property as nullable.
|
build:
AccessTokenClient.Tests/DelegatingHandlerTests.cs#L65
Non-nullable property 'ClientIdentifier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|