Merge pull request #206 from BUTR/code-formatting/fix-codeformatting #403
Annotations
20 warnings
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/Contexts/AppDbContextWrite.cs#L118
The variable 'e' is declared but never used
|
build:
src/BUTR.Site.NexusMods.Server/Controllers/RecreateStacktraceController.cs#L59
Dereference of a possibly null reference.
|
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.Server/Controllers/RecreateStacktraceController.cs#L96
Dereference of a possibly null reference.
|
build:
src/BUTR.Site.NexusMods.Server/Services/General/INexusModsModFileParser.cs#L174
Unreachable code detected
|
build:
src/BUTR.Site.NexusMods.Server/Startup.cs#L181
The local function 'AtEveryFirstDayOfMonth' is declared but never used
|
build:
src/BUTR.Site.NexusMods.Server/Startup.cs#L182
The local function 'AtEveryMonday' is declared but never used
|
build:
src/BUTR.Site.NexusMods.Server/Services/General/INexusModsModFileParser.cs#L211
Unreachable code detected
|
build:
src/BUTR.Site.NexusMods.Server/Extensions/ImmutableArrayExtensions.cs#L7
Ambiguous reference in cref attribute: 'ImmutableArray{T}'. Assuming 'ImmutableArray<T>', but could have also matched other overloads including 'ImmutableArray<T>'.
|
build:
src/BUTR.Site.NexusMods.ServerClient/Clients.g.cs#L8077
Converting null literal or possible null value to non-nullable type.
|
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/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/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/Services/AuthenticationProvider.cs#L38
The variable 'e' is declared but never used
|
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/App.razor#L116
Unreachable code detected
|
build:
src/BUTR.Site.NexusMods.Client/Pages/Basic/Profile.razor#L189
The field 'Profile._tokenUrl' is never used
|
build:
src/BUTR.Site.NexusMods.Client/Services/Utils/InvariantTextLocalizerService.cs#L15
The event 'InvariantTextLocalizerService.LocalizationChanged' is never used
|