Arc 010 stg environment #12
Merged
Annotations
12 warnings
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/
|
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/
|
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.
|
ARC3/Core/Modules/OwnerModule.cs#L36
Cannot convert null literal to non-nullable reference type.
|
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.
|
ARC3/Core/Services/SocketCommService.cs#L55
Unreachable code detected
|
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.
|
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.
|
ARC3/arc3.cs#L102
Possible null reference argument for parameter 'provider' in 'DbService ServiceProviderServiceExtensions.GetRequiredService<DbService>(IServiceProvider provider)'.
|
ARC3/arc3.cs#L119
Possible null reference assignment.
|
ARC3/Core/Modules/UtilityModule.cs#L32
Non-nullable property 'DbService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ARC3/Core/Modules/UtilityModule.cs#L32
Non-nullable property 'UptimeService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading