Skip to content

Merge pull request #47 from IzzyDotExe/transcripts-redesign #37

Merge pull request #47 from IzzyDotExe/transcripts-redesign

Merge pull request #47 from IzzyDotExe/transcripts-redesign #37

Triggered via push July 9, 2024 00:15
Status Success
Total duration 24s
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/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/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#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.