Skip to content

Updated deps

Updated deps #420

Triggered via push August 31, 2024 10:35
Status Success
Total duration 2m 3s
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/AuthenticationController.cs#L192
Possible null reference assignment.
build: src/BUTR.Site.NexusMods.Server/Startup.cs#L200
The local function 'AtEveryFirstDayOfMonth' is declared but never used
build: src/BUTR.Site.NexusMods.Server/Startup.cs#L201
The local function 'AtEveryMonday' is declared but never used
build: src/BUTR.Site.NexusMods.Server/Repositories/IUnitOfWrite.cs#L172
The variable 'e' is declared but never used
build: src/BUTR.Site.NexusMods.Server/Extensions/ImmutableArrayExtensions.cs#L7
Ambiguous reference in cref attribute: 'ImmutableArray{T}'. Assuming 'ImmutableArray<T>', but could have also matched other overloads including 'ImmutableArray<T>'.
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/Pages/Tools/RecreateStacktracePrerendered.razor#L16
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
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 adding the 'required' modifier or declaring the field as nullable.
build: src/BUTR.Site.NexusMods.Client/Components/Grid/DataGridVirtual.razor#L103
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/BUTR.Site.NexusMods.Client/Pages/Basic/OAuthCallback.razor#L36
Possible null reference argument for parameter 'code' in 'Task<string?> AuthenticationProvider.AuthenticateWithOAuth2Async(string code, Guid state, string type, CancellationToken ct = default(CancellationToken))'.
build: src/BUTR.Site.NexusMods.Client/Utils/UserSettings.cs#L13
Non-nullable property 'BlacklistedExceptions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/BUTR.Site.NexusMods.Client/Services/AuthenticationProvider.cs#L38
The variable 'e' is declared but never used