Skip to content

Fix Pagination Buttons Bugs #38

Fix Pagination Buttons Bugs

Fix Pagination Buttons Bugs #38

Triggered via pull request June 16, 2024 15:18
Status Success
Total duration 33s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Boolean/Utils/UI/Modals.cs#L21
Non-nullable property 'AcceptReason' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Boolean/Utils/UI/Modals.cs#L12
Non-nullable property 'UserAppeal' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Boolean/DataContext.cs#L75
Non-nullable property 'Offender' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Boolean/DataContext.cs#L77
Non-nullable property 'Moderator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Boolean/DataContext.cs#L79
Non-nullable property 'Reason' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Boolean/DataContext.cs#L88
Non-nullable property 'Guild' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Boolean/Utils/UI/Paginator.cs#L95
Non-nullable field '_title' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Boolean/Utils/UI/Paginator.cs#L96
Non-nullable field '_data' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Boolean/Utils/UI/Paginator.cs#L97
Non-nullable field '_pageChangeFunc' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Boolean/Utils/UI/Paginator.cs#L98
Non-nullable field '_client' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.