Bump dotnet/sdk from 8.0-alpine to 9.0-alpine #338
Annotations
10 warnings
Run dotnet build:
ShortenUrl/Validators/ShortenExists.cs#L12
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Run dotnet build:
ShortenUrl/Validators/ValidUrlAttribute.cs#L12
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Run dotnet 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.
|
Run dotnet 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.
|
Run dotnet build:
ShortenUrl/Program.cs#L9
Possible null reference argument for parameter 'connectionString' in 'RedisConnectionProvider.RedisConnectionProvider(string connectionString)'.
|
Run dotnet build:
ShortenUrl/Program.cs#L14
Possible null reference assignment.
|
Run dotnet build:
ShortenUrl/Program.cs#L15
Possible null reference assignment.
|
Run dotnet build:
ShortenUrl.Test/CookiesHelper.cs#L19
Converting null literal or possible null value to non-nullable type.
|
Run dotnet build:
ShortenUrl/Validators/ShortenExists.cs#L12
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Run dotnet build:
ShortenUrl/Validators/ValidUrlAttribute.cs#L12
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Loading