Skip to content

Merge pull request #33 from IzzyDotExe/priority-mail #8

Merge pull request #33 from IzzyDotExe/priority-mail

Merge pull request #33 from IzzyDotExe/priority-mail #8

Triggered via push June 4, 2024 22:20
Status Success
Total duration 28s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/Modules/OwnerModule.cs#L36
Cannot convert null literal to non-nullable reference type.
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#L31
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#L31
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#L31
Non-nullable property 'ModmailService' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Arc3/Core/Schema/Transcript.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Arc3/Core/Schema/Transcript.cs#L14
Non-nullable property 'ModMailId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Arc3/Core/Schema/Transcript.cs#L20
Non-nullable property 'AttachmentURls' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.