Skip to content

Bump Microsoft.AspNetCore.Mvc.Testing from 8.0.11 to 8.0.12 #358

Bump Microsoft.AspNetCore.Mvc.Testing from 8.0.11 to 8.0.12

Bump Microsoft.AspNetCore.Mvc.Testing from 8.0.11 to 8.0.12 #358

Triggered via pull request January 15, 2025 17:17
Status Success
Total duration 1m 3s
Artifacts

build.yml

on: pull_request
build
54s
build
build_docker
22s
build_docker
build-and-push-image
0s
build-and-push-image
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: ShortenUrl/Validators/ShortenExists.cs#L12
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: ShortenUrl/Validators/ValidUrlAttribute.cs#L12
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: ShortenUrl/Program.cs#L9
Possible null reference argument for parameter 'connectionString' in 'RedisConnectionProvider.RedisConnectionProvider(string connectionString)'.
build: ShortenUrl/Program.cs#L14
Possible null reference assignment.
build: ShortenUrl/Program.cs#L15
Possible null reference assignment.
build: ShortenUrl/Models/Urls.cs#L19
Non-nullable property 'ShortenUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ShortenUrl/Models/Urls.cs#L23
Non-nullable property 'OriginalUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ShortenUrl.Test/CookiesHelper.cs#L19
Converting null literal or possible null value to non-nullable type.
build: ShortenUrl/Validators/ShortenExists.cs#L12
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: ShortenUrl/Validators/ValidUrlAttribute.cs#L12
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).