Bump Microsoft.AspNetCore.SignalR.StackExchangeRedis from 6.0.5 to 6.0.21 in /src/Infrastructure #58
Annotations
10 warnings
build:
src/Core/Shared/Authorization/FSHPermissions.cs#L44
Commas should be followed by whitespace
|
build:
src/Core/Shared/Authorization/FSHPermissions.cs#L81
Single line comment should begin with a space
|
build:
src/Core/Shared/Authorization/FSHPermissions.cs#L81
Code should not contain multiple whitespace characters in a row
|
build:
src/Core/Domain/CashDomain/GiftingInfo.cs#L16
Cannot convert null literal to non-nullable reference type.
|
build:
src/Core/Domain/CashDomain/GiftingInfo.cs#L26
Cannot convert null literal to non-nullable reference type.
|
build:
src/Core/Domain/CashDomain/GiftingInfo.cs#L13
Non-nullable property 'FromUserEmail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Core/Domain/CashDomain/GiftingInfo.cs#L13
Non-nullable property 'ToUserEmail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Core/Domain/CashDomain/GiftingInfo.cs#L13
Non-nullable property 'GiftMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Core/Domain/CashDomain/GiftingInfo.cs#L15
Closing brace should be followed by blank line
|
build:
src/Core/Domain/CashDomain/GiftingInfo.cs#L12
Single line comment should begin with a space
|