Update #342
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
21 warnings
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/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/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/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/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
Ambiguous reference in cref attribute: 'From'. Assuming 'NexusModsUserId.From(uint)', but could have also matched other overloads including 'NexusModsUserId.From(int)'.
|
build
Ambiguous reference in cref attribute: 'From'. Assuming 'NexusModsUserId.From(uint)', but could have also matched other overloads including 'NexusModsUserId.From(int)'.
|
build:
src/BUTR.Site.NexusMods.ServerClient/Clients.g.cs#L5749
Converting null literal or possible null value to non-nullable type.
|
build:
src/BUTR.Site.NexusMods.ServerClient/Clients.g.cs#L6039
Converting null literal or possible null value to non-nullable type.
|
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/Components/Grid/DataGridStreamingPaging.razor#L161
Possible null reference assignment.
|
build:
src/BUTR.Site.NexusMods.Client/Components/Grid/DataGridStreamingPaging.razor#L164
Possible null reference argument for parameter 'source' in 'ConfiguredCancelableAsyncEnumerable<TItem> TaskAsyncEnumerableExtensions.WithCancellation<TItem>(IAsyncEnumerable<TItem> source, CancellationToken cancellationToken)'.
|
build:
src/BUTR.Site.NexusMods.Client/Components/Grid/DataGridStreamingPaging.razor#L175
Possible null reference assignment.
|
build:
src/BUTR.Site.NexusMods.Client/App.razor#L116
Unreachable code detected
|
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/Services/NexusModsUserClientWithDemo.cs#L76
Dereference of a possibly null reference.
|