Nope #346
Annotations
21 warnings
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/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/Jobs/AutocompleteProcessorProcessorJob.cs#L39
Dereference of a possibly null reference.
|
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#L6039
Converting null literal or possible null value to non-nullable type.
|
src/BUTR.Site.NexusMods.ServerClient/Clients.g.cs#L5749
Converting null literal or possible null value to non-nullable type.
|
src/BUTR.Site.NexusMods.Client/Pages/Tools/RecreateStacktracePrerendered.razor#L16
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/BUTR.Site.NexusMods.Client/Pages/Tools/RecreateStacktrace.razor#L27
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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.
|
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.
|
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.
|
src/BUTR.Site.NexusMods.Client/Components/Grid/DataGridStreamingPaging.razor#L161
Possible null reference assignment.
|
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)'.
|
src/BUTR.Site.NexusMods.Client/Components/Grid/DataGridStreamingPaging.razor#L175
Possible null reference assignment.
|
The logs for this run have expired and are no longer available.
Loading