Update CONTRIBUTING.md (#55) #23
Annotations
10 warnings
build:
Boolean/Utils/Paginator.cs#L105
Non-nullable field '_title' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Boolean/Utils/Paginator.cs#L106
Non-nullable field '_data' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Boolean/Utils/Paginator.cs#L107
Non-nullable field '_pageChangeFunc' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Boolean/Utils/Paginator.cs#L108
Non-nullable field '_client' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Boolean/Utils/Paginator.cs#L110
Non-nullable field '_interaction' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Boolean/Utils/Paginator.cs#L40
Parameter 'client' is unread.
|
build:
Boolean/DataContext.cs#L69
Non-nullable property 'Offender' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Boolean/DataContext.cs#L71
Non-nullable property 'Moderator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Boolean/DataContext.cs#L73
Non-nullable property 'Reason' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Boolean/Utils/Modals.cs#L21
Non-nullable property 'AcceptReason' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|