feat: add speed up query with datetime index #4
Annotations
10 warnings
|
Build:
services/message/src/Board.MessageService.Persistence/Domain/Group.cs#L26
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
services/message/src/Board.MessageService.Persistence/Domain/Group.cs#L21
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
services/message/src/Board.MessageService.Persistence/Domain/Group.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/message/src/Board.MessageService.Persistence/Domain/Message.cs#L46
Non-nullable property 'Group' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
services/message/src/Board.MessageService.Persistence/Domain/Message.cs#L31
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
services/message/src/Board.MessageService.Persistence/Domain/Message.cs#L26
Non-nullable property 'UserAvatarUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
services/message/src/Board.MessageService.Persistence/Domain/Message.cs#L21
Non-nullable property 'UserNameColor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
services/message/src/Board.MessageService.Persistence/Domain/Message.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.
|
|
Build:
services/message/src/Board.MessageService.Persistence/Domain/MessageAttachment.cs#L27
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
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.
|
Loading