Skip to content

Add blacklist id command #9

Add blacklist id command

Add blacklist id command #9

Triggered via pull request July 2, 2024 00:03
Status Success
Total duration 26s
Artifacts

dotnet.yml

on: pull_request
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/Services/PaginationService.cs#L79
Non-nullable property 'DbService' must contain a non-null value when exiting constructor. Consider 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 declaring the field as nullable.
build: Arc3/Core/Services/PaginationService.cs#L33
Possible null reference assignment.
build: Arc3/Core/Services/PaginationService.cs#L31
Non-nullable property 'Embed' 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 '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.