Suggestions from the AI #45
Annotations
10 warnings
build (8.x):
src/Docker.Registry.DotNet/RegistryClientConfiguration.cs#L28
Possible null reference argument for parameter 'baseAddress' in 'RegistryClientConfiguration RegistryClientConfiguration.SetBaseAddress(Uri baseAddress)'.
|
build (8.x):
src/Docker.Registry.DotNet/Application/Authentication/PasswordOAuthAuthenticationProvider.cs#L45
Possible null reference argument for parameter 'value' in 'ParsedAuthentication AuthenticateParser.ParseTyped(string value)'.
|
build (8.x):
src/Docker.Registry.DotNet/Application/Authentication/PasswordOAuthAuthenticationProvider.cs#L65
Dereference of a possibly null reference.
|
build (8.x):
src/Docker.Registry.DotNet/Domain/Repository/ListRepositoryTagsResponse.cs#L9
Non-nullable property 'Next' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (8.x):
src/Docker.Registry.DotNet/Domain/Repository/ListRepositoryTagsResponse.cs#L12
Non-nullable property 'Previous' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (8.x):
src/Docker.Registry.DotNet/Domain/Repository/ListRepositoryTagsResponse.cs#L15
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (8.x):
src/Docker.Registry.DotNet/Application/Endpoints/TagOperations.cs#L43
Possible null reference argument for parameter 'json' in 'ListTagsResponseDto? JsonSerializer.DeserializeObject<ListTagsResponseDto?>(string json)'.
|
build (8.x):
src/Docker.Registry.DotNet/Domain/Registry/RegistryApiException.cs#L53
Possible null reference assignment.
|
build (8.x):
src/Docker.Registry.DotNet/Domain/Registry/RegistryApiException.cs#L50
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (8.x):
src/Docker.Registry.DotNet/Infrastructure/Helpers/HttpUtility.cs#L26
Converting null literal or possible null value to non-nullable type.
|