Skip to content

fix: force dropCurrentSessionContext to update in a particular situation #9

fix: force dropCurrentSessionContext to update in a particular situation

fix: force dropCurrentSessionContext to update in a particular situation #9

Triggered via push October 5, 2024 17:17
Status Success
Total duration 1m 28s
Billable time 5m
Artifacts

dotnet.yml

on: push
Matrix: Release
Fit to window
Zoom out
Zoom in

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.