Skip to content

Merge pull request #36 from ARCv3/ARC-025-unity-staging-beta #64

Merge pull request #36 from ARCv3/ARC-025-unity-staging-beta

Merge pull request #36 from ARCv3/ARC-025-unity-staging-beta #64

Triggered via push December 12, 2024 17:05
Status Success
Total duration 32s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: ARC3/ARC3/Core/Modules/OwnerModule.cs#L36
Cannot convert null literal to non-nullable reference type.
build: ARC3/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/ARC3/Core/Modules/UtilityModule.cs#L71
'EnabledInDmAttribute' is obsolete: 'This attribute will be deprecated soon. Configure with CommandContextTypes attribute instead.'
build: ARC3/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/ARC3/Core/Services/SocketCommService.cs#L55
Unreachable code detected
build: ARC3/ARC3/arc3.cs#L102
Possible null reference argument for parameter 'provider' in 'DbService ServiceProviderServiceExtensions.GetRequiredService<DbService>(IServiceProvider provider)'.
build: ARC3/ARC3/arc3.cs#L119
Possible null reference assignment.
build: ARC3/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/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.
build: ARC3/ARC3/Core/Modules/UtilityModule.cs#L32
Non-nullable property 'ModmailService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.