Skip to content

Fixed Exposed Mods pagination #415

Fixed Exposed Mods pagination

Fixed Exposed Mods pagination #415

Triggered via push June 19, 2024 11:11
Status Success
Total duration 2m 22s
Artifacts

frontend.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build: src/BUTR.Site.NexusMods.Server/Controllers/RecreateStacktraceController.cs#L60
Dereference of a possibly null reference.
build: src/BUTR.Site.NexusMods.Server/Controllers/RecreateStacktraceController.cs#L97
Dereference of a possibly null reference.
build: src/BUTR.Site.NexusMods.Server/Controllers/NexusModsUserController.cs#L153
Dereference of a possibly null reference.
build: src/BUTR.Site.NexusMods.Server/Controllers/AuthenticationController.cs#L192
Possible null reference assignment.
build: src/BUTR.Site.NexusMods.Server/Controllers/NexusModsArticleController.cs#L25
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BUTR.Site.NexusMods.Server/Models/Database/NexusModsModToModuleInfoHistoryGameVersionEntity.cs#L17
Non-nullable property 'MainEntity' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BUTR.Site.NexusMods.Server/Services/HttpClients/INexusModsAPIv2Client.cs#L32
Non-nullable property 'MemberId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BUTR.Site.NexusMods.Server/Services/HttpClients/INexusModsAPIv2Client.cs#L26
Non-nullable property 'Query' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BUTR.Site.NexusMods.Server/Startup.cs#L200
The local function 'AtEveryFirstDayOfMonth' is declared but never used
build: src/BUTR.Site.NexusMods.ServerClient/Clients.g.cs#L7551
Converting null literal or possible null value to non-nullable type.
build: src/BUTR.Site.NexusMods.Client/Utils/UserSettings.cs#L13
Non-nullable property 'BlacklistedExceptions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BUTR.Site.NexusMods.Client/Pages/Tools/RecreateStacktracePrerendered.razor#L16
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BUTR.Site.NexusMods.Client/Pages/Tools/RecreateStacktrace.razor#L27
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BUTR.Site.NexusMods.Client/Components/PrismJSCodeblock.razor#L9
Non-nullable property 'Language' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BUTR.Site.NexusMods.Client/Components/PrismJSCodeblock.razor#L12
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BUTR.Site.NexusMods.Client/App.razor#L116
Unreachable code detected
build: src/BUTR.Site.NexusMods.Client/Services/AuthenticationProvider.cs#L38
The variable 'e' is declared but never used
build: src/BUTR.Site.NexusMods.Client/Services/AuthenticationProvider.cs#L60
The variable 'e' is declared but never used
build: src/BUTR.Site.NexusMods.Client/Components/Grid/DataGridVirtual.razor#L97
Non-nullable field 'virtualizeOptions' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.