Merge pull request #142 from rGunti/141-replace-moq-with-fakeiteasy #35
Annotations
10 warnings
src/FloppyBot.Communication/Mock/MockNotificationReceiver.cs#L12
The event 'MockNotificationReceiver<T>.NotificationReceived' is never used
|
src/FloppyBot.Communication.Redis/RedisNotificationSender.cs#L21
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'
|
src/FloppyBot.Communication.Redis/RedisNotificationReceiver.cs#L31
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'
|
src/FloppyBot.Communication.Redis/RedisNotificationReceiver.cs#L42
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'
|
src/FloppyBot.Commands.Core/Attributes/Metadata/CommandParameterHintAttribute.cs#L31
'CommandParameterHintAttribute.Type' hides inherited member 'CommandMetadataAttribute.Type'. Use the new keyword if hiding was intended.
|
src/FloppyBot.Commands.Core/Config/CommandConfiguration.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/FloppyBot.Commands.Core/Config/CommandConfiguration.cs#L9
Non-nullable property 'ChannelId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/FloppyBot.Commands.Core/Config/CommandConfiguration.cs#L10
Non-nullable property 'CommandName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/FloppyBot.Commands.Core/Config/CommandConfiguration.cs#L14
Non-nullable property 'CustomCooldownConfiguration' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/FloppyBot.WebApi.V1Compatibility/DataImport/V1DataImportService.cs#L282
Possible null reference argument for parameter 'userId' in 'User? IUserService.GetUserInfo(string userId, bool createIfMissing = false)'.
|
The logs for this run have expired and are no longer available.
Loading