Merge pull request #179 from BUTR/code-formatting/fix-codeformatting #394
Annotations
22 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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.Shared/Utils/AlphanumComparatorFast.cs#L15
Method is too long (48 statements; maximum allowed: 40) (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0051.md)
|
build:
src/BUTR.Site.NexusMods.Server/Extensions/ListExtensions.cs#L19
XML comment has badly formed XML -- 'End tag 'returns' does not match the start tag 'T'.'
|
build:
src/BUTR.Site.NexusMods.Server/Extensions/ListExtensions.cs#L20
XML comment has badly formed XML -- 'Expected an end tag for element 'returns'.'
|
build:
src/BUTR.Site.NexusMods.Server/Services/HttpClients/ICrashReporterClient.cs#L21
The EnumeratorCancellationAttribute applied to parameter 'ct' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
|
build:
src/BUTR.Site.NexusMods.Server/Services/HttpClients/ICrashReporterClient.cs#L22
The EnumeratorCancellationAttribute applied to parameter 'ct' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
|
build:
src/BUTR.Site.NexusMods.Server/Services/General/INexusModsModFileParser.cs#L174
Unreachable code detected
|
build:
src/BUTR.Site.NexusMods.Server/Services/General/INexusModsModFileParser.cs#L211
Unreachable code detected
|
build:
src/BUTR.Site.NexusMods.Server/Contexts/AppDbContextWrite.cs#L111
The variable 'e' is declared but never used
|
build:
src/BUTR.Site.NexusMods.Server/Models/Database/NexusModsModToModuleInfoHistoryGameVersionEntity.cs#L13
Non-nullable property 'MainEntity' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BUTR.Site.NexusMods.ServerClient/Clients.g.cs#L7468
Converting null literal or possible null value to non-nullable type.
|
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/AuthenticationProvider.cs#L38
The variable 'e' is declared but never used
|
build:
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.
|
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/Pages/Tools/RecreateStacktrace.razor#L27
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BUTR.Site.NexusMods.Client/App.razor#L116
Unreachable code detected
|
build:
src/BUTR.Site.NexusMods.Client/Components/Grid/DataGridColumnTextAutocomplete.razor#L61
The field 'DataGridColumnTextAutocomplete<TItem>._elementReference' is never used
|
build:
src/BUTR.Site.NexusMods.Client/Services/Utils/InvariantTextLocalizerService.cs#L15
The event 'InvariantTextLocalizerService.LocalizationChanged' is never used
|