Skip to content

Bump xunit from 2.6.4 to 2.6.5 (#101) #235

Bump xunit from 2.6.4 to 2.6.5 (#101)

Bump xunit from 2.6.4 to 2.6.5 (#101) #235

Triggered via push January 7, 2024 04:02
Status Success
Total duration 55s
Artifacts

build.yml

on: push
build
47s
build
build_docker
0s
build_docker
build-and-push-image
29s
build-and-push-image
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: ShortenUrl/Validators/ValidUrlAttribute.cs#L12
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: ShortenUrl/Validators/ShortenExists.cs#L12
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: ShortenUrl/Models/Urls.cs#L19
Non-nullable property 'ShortenUrl' must contain a non-null value when exiting constructor. Consider 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 declaring the property as nullable.
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/Pages/Index.cshtml#L12
Dereference of a possibly null reference.
build: ShortenUrl/Pages/Index.cshtml#L13
Dereference of a possibly null reference.
build: ShortenUrl/Pages/Index.cshtml#L14
Dereference of a possibly null reference.