Bump Microsoft.AspNetCore.Mvc.Testing from 7.0.13 to 8.0.0 #215
Annotations
10 warnings
ShortenUrl/Validators/ShortenExists.cs#L12
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
ShortenUrl/Validators/ValidUrlAttribute.cs#L12
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
ShortenUrl/Program.cs#L9
Possible null reference argument for parameter 'connectionString' in 'RedisConnectionProvider.RedisConnectionProvider(string connectionString)'.
|
ShortenUrl/Program.cs#L14
Possible null reference assignment.
|
ShortenUrl/Program.cs#L15
Possible null reference assignment.
|
ShortenUrl/Models/Urls.cs#L19
Non-nullable property 'ShortenUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ShortenUrl/Models/Urls.cs#L23
Non-nullable property 'OriginalUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
ShortenUrl/Pages/Index.cshtml#L12
Dereference of a possibly null reference.
|
ShortenUrl/Pages/Index.cshtml#L13
Dereference of a possibly null reference.
|
ShortenUrl/Pages/Index.cshtml#L14
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading