Fix #411
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.ValueObjects.Vogen/Utils/IHasRandomValueGenerator.cs#L3
The type 'TValueObject' cannot be used as type parameter 'TValueObject' in the generic type or method 'IVogen<TVogen, TValueObject>'. Nullability of type argument 'TValueObject' doesn't match 'notnull' constraint.
|
build:
src/BUTR.Site.NexusMods.Server.ValueObjects.Vogen/Utils/VogenDefaults.cs#L3
The type 'TValueObject' cannot be used as type parameter 'TValueObject' in the generic type or method 'IVogen<TVogen, TValueObject>'. Nullability of type argument 'TValueObject' doesn't match 'notnull' constraint.
|
build:
src/BUTR.Site.NexusMods.Server.ValueObjects.Vogen/Utils/VogenUtils.cs#L32
The type 'TValueObject' cannot be used as type parameter 'TValueObject' in the generic type or method 'IVogen<TVogen, TValueObject>'. Nullability of type argument 'TValueObject' doesn't match 'notnull' constraint.
|
build:
src/BUTR.Site.NexusMods.Server.ValueObjects.Vogen/Utils/VogenUtils.cs#L33
The type 'TValueObject' cannot be used as type parameter 'TValueObject' in the generic type or method 'IVogen<TVogen, TValueObject>'. Nullability of type argument 'TValueObject' doesn't match 'notnull' constraint.
|
build:
src/BUTR.Site.NexusMods.Server/Controllers/RecreateStacktraceController.cs#L60
Dereference of a possibly null reference.
|
build:
src/BUTR.Site.NexusMods.Server/Controllers/RecreateStacktraceController.cs#L97
Dereference of a possibly null reference.
|
build:
src/BUTR.Site.NexusMods.Server/Controllers/NexusModsUserController.cs#L153
Dereference of a possibly null reference.
|
build:
src/BUTR.Site.NexusMods.Server/Controllers/NexusModsArticleController.cs#L25
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BUTR.Site.NexusMods.Server/Controllers/AuthenticationController.cs#L192
Possible null reference assignment.
|
build:
src/BUTR.Site.NexusMods.ServerClient/Clients.g.cs#L7551
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/Pages/Basic/OAuthCallback.razor#L36
Possible null reference argument for parameter 'code' in 'Task<string?> AuthenticationProvider.AuthenticateWithOAuth2Async(string code, Guid state, string type, CancellationToken ct = default(CancellationToken))'.
|
build:
src/BUTR.Site.NexusMods.Client/Pages/Discord/OAuthCallback.razor#L105
Possible null reference argument for parameter 'code' in 'Task<StringApiResultModel> IDiscordClient.AddLinkAsync(string code, CancellationToken cancellationToken = default(CancellationToken))'.
|
build:
src/BUTR.Site.NexusMods.Client/Services/AuthenticationProvider.cs#L38
The variable 'e' is declared but never used
|
build:
src/BUTR.Site.NexusMods.Client/Services/AuthenticationProvider.cs#L60
The variable 'e' is declared but never used
|
build:
src/BUTR.Site.NexusMods.Client/Pages/GOG/OAuthCallback.razor#L64
Possible null reference argument for parameter 'code' in 'Task<StringApiResultModel> IGOGClient.AddLinkAsync(string code, CancellationToken cancellationToken = default(CancellationToken))'.
|
build:
src/BUTR.Site.NexusMods.Client/Pages/GitHub/OAuthCallback.razor#L105
Possible null reference argument for parameter 'code' in 'Task<StringApiResultModel> IGitHubClient.AddLinkAsync(string code, CancellationToken cancellationToken = default(CancellationToken))'.
|
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.
|