Skip to content
Triggered via push October 3, 2023 08:27
Status Failure
Total duration 1m 51s
Artifacts

frontend.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 12 warnings
build: src/BUTR.Site.NexusMods.ServerClient/Clients.cs#L222
There is no argument given that corresponds to the required parameter 'options' of 'RecreateStacktraceClient.RecreateStacktraceClient(HttpClient, JsonSerializerOptions)'
build: src/BUTR.Site.NexusMods.ServerClient/Clients.cs#L224
The name '_settings' does not exist in the current context
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/BUTR.Site.NexusMods.Server/Startup.cs#L170
The local function 'AtEveryFirstDayOfMonth' is declared but never used
build: src/BUTR.Site.NexusMods.Server/Startup.cs#L171
The local function 'AtEveryMonday' is declared but never used
build: src/BUTR.Site.NexusMods.Server/Contexts/AppDbContextWrite.cs#L81
The variable 'e' is declared but never used
build: src/BUTR.Site.NexusMods.Server/Jobs/AutocompleteProcessorProcessorJob.cs#L39
Dereference of a possibly null reference.
build: src/BUTR.Site.NexusMods.Server/Models/API/ProfileModel.cs#L21
Non-nullable property 'AvailableTenants' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BUTR.Site.NexusMods.Server/Models/Database/NexusModsUserToIntegrationSteamEntity.cs#L12
Non-nullable property 'ToOwnedTenants' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BUTR.Site.NexusMods.Server/Models/Database/NexusModsUserToIntegrationGOGEntity.cs#L12
Non-nullable property 'ToOwnedTenants' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BUTR.Site.NexusMods.Server/Models/API/PagingData.cs#L15
Ambiguous reference in cref attribute: 'System.Linq.Queryable.Count'. Assuming 'Queryable.Count<TSource>(IQueryable<TSource>)', but could have also matched other overloads including 'Queryable.Count<TSource>(IQueryable<TSource>, Expression<Func<TSource, bool>>)'.
build
Invalid type for parameter System.ReadOnlySpan{char} in XML comment cref attribute: 'System.Guid.TryParse(System.ReadOnlySpan{char}, out System.Guid)'
build
XML comment has cref attribute 'TryParse(System.ReadOnlySpan{char}, out System.Guid)' that could not be resolved
build: src/BUTR.Site.NexusMods.ServerClient/Clients.g.cs#L5733
Converting null literal or possible null value to non-nullable type.