This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
fix messages next to eachother not having space #36
Annotations
10 warnings
Arc3/Core/Modules/OwnerModule.cs#L36
Cannot convert null literal to non-nullable reference type.
|
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.
|
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.
|
Arc3/Core/Services/SocketCommService.cs#L55
Unreachable code detected
|
Arc3/arc3.cs#L102
Possible null reference argument for parameter 'provider' in 'DbService ServiceProviderServiceExtensions.GetRequiredService<DbService>(IServiceProvider provider)'.
|
Arc3/arc3.cs#L119
Possible null reference assignment.
|
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.
|
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.
|
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.
|
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.
|
This job succeeded
Loading