fix: utf8 with message, search, storage #6
Merged
Annotations
10 warnings
|
Build:
services/message/src/Board.MessageService.Persistence/Domain/MessageAttachment.cs#L16
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
services/identity/src/Board.IdentityService.Persistence/Domain/RefreshToken.cs#L22
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
services/identity/src/Board.IdentityService.Persistence/Domain/RefreshToken.cs#L17
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
services/identity/src/Board.IdentityService.Persistence/Domain/RefreshToken.cs#L16
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
services/identity/src/Board.IdentityService.Persistence/Domain/RefreshToken.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
services/identity/src/Board.IdentityService.Persistence/Domain/Role.cs#L16
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
services/identity/src/Board.IdentityService.Persistence/Domain/Role.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
services/identity/src/Board.IdentityService.Persistence/Domain/User.cs#L31
Non-nullable property 'PasswordHash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
services/identity/src/Board.IdentityService.Persistence/Domain/User.cs#L21
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
services/identity/src/Board.IdentityService.Persistence/Domain/User.cs#L16
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading