Client fix #354
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/Services/HttpClients/NexusModsAPIClient.cs#L168
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/Controllers/CrashReportsController.cs#L215
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.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:
src/BUTR.Site.NexusMods.ServerClient/Clients.g.cs#L5814
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/CrashReportsClientWithDemo.cs#L49
Dereference of a possibly null reference.
|
build:
src/BUTR.Site.NexusMods.Client/Services/CrashReportsClientWithDemo.cs#L52
Dereference of a possibly null reference.
|