This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
Merge pull request #47 from IzzyDotExe/transcripts-redesign #37
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.
|