Updated deps #349
Annotations
3 errors and 11 warnings
build:
src/BUTR.Site.NexusMods.Server/Jobs/CrashReportProcessorJob.cs#L75
No overload for method 'ParseLegacyHtml' takes 3 arguments
|
build:
src/BUTR.Site.NexusMods.Server/Jobs/CrashReportProcessorJob.cs#L75
No overload for method 'ParseLegacyHtml' takes 3 arguments
|
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/Contexts/AppDbContextWrite.cs#L81
The variable 'e' is declared but never used
|
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/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/Jobs/AutocompleteProcessorProcessorJob.cs#L39
Dereference of a possibly null reference.
|
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/Jobs/CrashReportProcessorJob.cs#L79
Converting null literal or possible null value to non-nullable type.
|
build:
src/BUTR.Site.NexusMods.Server/Jobs/CrashReportProcessorJob.cs#L84
Possible null reference argument for parameter 'CrashReport' in 'HttpResultEntry.HttpResultEntry(CrashReportFileId FileId, DateTime Date, CrashReportModel CrashReport)'.
|
build:
src/BUTR.Site.NexusMods.Server/Contexts/EntityFactory.cs#L163
Use "Async" suffix in names of methods that return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
|