ARC-011: New Login Page #42
Annotations
12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: snickerbockers/submodules-init@v4. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: snickerbockers/submodules-init@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
ARC3/Core/Modules/OwnerModule.cs#L36
Cannot convert null literal to non-nullable reference type.
|
build:
ARC3/Core/Services/KaraokeService.cs#L19
'DefaultDict<TKey, TValue>.this[TKey]' hides inherited member 'Dictionary<TKey, TValue>.this[TKey]'. Use the new keyword if hiding was intended.
|
build:
ARC3/Core/Services/PaginationService.cs#L33
Possible null reference assignment.
|
build:
ARC3/Core/Services/PaginationService.cs#L31
Non-nullable property 'Embed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
ARC3/Core/Services/PaginationService.cs#L79
Non-nullable property 'DbService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
ARC3/Core/Services/PaginationService.cs#L79
Non-nullable field '_message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
ARC3/Core/Services/SocketCommService.cs#L55
Unreachable code detected
|
build:
ARC3/Core/Schema/KaraokeUser.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
ARC3/Core/Services/JailService.cs#L53
The variable 'e' is declared but never used
|
build:
ARC3/Core/Services/ModMailService.cs#L177
The variable 'e' is declared but never used
|