Skip to content

Suggestions from the AI #45

Suggestions from the AI

Suggestions from the AI #45

Triggered via push August 11, 2024 06:14
Status Success
Total duration 56s
Artifacts

publish.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

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/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#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.