Merge pull request #150 from rGunti/better-logging #36
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.Commands.Aux.UnitConv/Engine/UnitConversion/Conversion/ChainedUnitConversion.cs#L17
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading