fix: force dropCurrentSessionContext to update in a particular situation #9
Annotations
30 warnings
Release (linux):
TwitchDropsBot.Core/Utilities/Logger.cs#L7
Non-nullable property 'TwitchUser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Release (linux):
TwitchDropsBot.Core/Utilities/Logger.cs#L9
Non-nullable event 'OnLog' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Release (linux):
TwitchDropsBot.Core/Utilities/Logger.cs#L10
Non-nullable event 'OnError' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Release (linux):
TwitchDropsBot.Core/Utilities/Logger.cs#L11
Non-nullable event 'OnInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Release (linux):
TwitchDropsBot.Core/Bot.cs#L55
Dereference of a possibly null reference.
|
Release (linux):
TwitchDropsBot.Core/Bot.cs#L60
Dereference of a possibly null reference.
|
Release (linux):
TwitchDropsBot.Core/Bot.cs#L64
Dereference of a possibly null reference.
|
Release (linux):
TwitchDropsBot.Core/Bot.cs#L68
Dereference of a possibly null reference.
|
Release (linux):
TwitchDropsBot.Core/Bot.cs#L73
Dereference of a possibly null reference.
|
Release (linux):
TwitchDropsBot.Core/Bot.cs#L83
Dereference of a possibly null reference.
|
Release (winforms):
TwitchDropsBot.Core/Utilities/Logger.cs#L7
Non-nullable property 'TwitchUser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Release (winforms):
TwitchDropsBot.Core/Utilities/Logger.cs#L9
Non-nullable event 'OnLog' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Release (winforms):
TwitchDropsBot.Core/Utilities/Logger.cs#L10
Non-nullable event 'OnError' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Release (winforms):
TwitchDropsBot.Core/Utilities/Logger.cs#L11
Non-nullable event 'OnInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Release (winforms):
TwitchDropsBot.Core/Bot.cs#L55
Dereference of a possibly null reference.
|
Release (winforms):
TwitchDropsBot.Core/Bot.cs#L60
Dereference of a possibly null reference.
|
Release (winforms):
TwitchDropsBot.Core/Bot.cs#L64
Dereference of a possibly null reference.
|
Release (winforms):
TwitchDropsBot.Core/Bot.cs#L68
Dereference of a possibly null reference.
|
Release (winforms):
TwitchDropsBot.Core/Bot.cs#L73
Dereference of a possibly null reference.
|
Release (winforms):
TwitchDropsBot.Core/Bot.cs#L83
Dereference of a possibly null reference.
|
Release (windows):
TwitchDropsBot.Core/Utilities/Logger.cs#L7
Non-nullable property 'TwitchUser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Release (windows):
TwitchDropsBot.Core/Utilities/Logger.cs#L9
Non-nullable event 'OnLog' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Release (windows):
TwitchDropsBot.Core/Utilities/Logger.cs#L10
Non-nullable event 'OnError' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Release (windows):
TwitchDropsBot.Core/Utilities/Logger.cs#L11
Non-nullable event 'OnInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Release (windows):
TwitchDropsBot.Core/Object/TwitchGQL/User.cs#L5
Non-nullable property 'displayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Release (windows):
TwitchDropsBot.Core/Object/TwitchGQL/User.cs#L10
Non-nullable property 'BroadcastSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Release (windows):
TwitchDropsBot.Core/Object/TwitchGQL/User.cs#L11
Non-nullable property 'DropCampaigns' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Release (windows):
TwitchDropsBot.Core/Object/TwitchGQL/User.cs#L13
Non-nullable property 'DropCurrentSession' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Release (windows):
TwitchDropsBot.Core/Object/TwitchGQL/User.cs#L15
Non-nullable property 'Inventory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Release (windows):
TwitchDropsBot.Core/Object/TwitchGQL/TimeBasedDrop.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|