Skip to content

ARC-010: add sudo to workflows (#14) #39

ARC-010: add sudo to workflows (#14)

ARC-010: add sudo to workflows (#14) #39

Triggered via push October 8, 2024 00:34
Status Success
Total duration 35s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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/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/SocketCommService.cs#L55
Unreachable code detected
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/arc3.cs#L102
Possible null reference argument for parameter 'provider' in 'DbService ServiceProviderServiceExtensions.GetRequiredService<DbService>(IServiceProvider provider)'.
build: ARC3/arc3.cs#L119
Possible null reference assignment.
build: 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.
build: 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.