Fix #351
Annotations
3 errors and 12 warnings
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)'
|
src/BUTR.Site.NexusMods.ServerClient/Clients.cs#L224
The name '_settings' does not exist in the current context
|
|
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/
|
src/BUTR.Site.NexusMods.Server/Startup.cs#L170
The local function 'AtEveryFirstDayOfMonth' is declared but never used
|
src/BUTR.Site.NexusMods.Server/Startup.cs#L171
The local function 'AtEveryMonday' is declared but never used
|
src/BUTR.Site.NexusMods.Server/Contexts/AppDbContextWrite.cs#L81
The variable 'e' is declared but never used
|
src/BUTR.Site.NexusMods.Server/Jobs/AutocompleteProcessorProcessorJob.cs#L39
Dereference of a possibly null reference.
|
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.
|
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.
|
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.
|
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>>)'.
|
|
|
src/BUTR.Site.NexusMods.ServerClient/Clients.g.cs#L5733
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading