Skip to content

Merge branch 'main' into develop #31

Merge branch 'main' into develop

Merge branch 'main' into develop #31

Triggered via push May 29, 2024 12:24
Status Success
Total duration 42s
Artifacts

dotnet.yml

on: push
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#L90
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#L91
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#L92
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#L93
Non-nullable field '_client' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.