Skip to content

Merge pull request #45 from IzzyDotExe/user-notes #33

Merge pull request #45 from IzzyDotExe/user-notes

Merge pull request #45 from IzzyDotExe/user-notes #33

Triggered via push July 8, 2024 00:49
Status Success
Total duration 32s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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 declaring the property as nullable.
build: Arc3/Core/Services/SocketCommService.cs#L55
Unreachable code detected
build: Arc3/Core/Modules/UtilityModule.cs#L32
Non-nullable property 'DbService' must contain a non-null value when exiting constructor. Consider 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 declaring the property as nullable.
build: Arc3/Core/Modules/UtilityModule.cs#L32
Non-nullable property 'ModmailService' must contain a non-null value when exiting constructor. Consider declaring the property 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/Services/PaginationService.cs#L79
Non-nullable property 'DbService' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.