Skip to content

Merge branch 'features/winforms-inventory' #11

Merge branch 'features/winforms-inventory'

Merge branch 'features/winforms-inventory' #11

Triggered via push October 29, 2024 14:12
Status Success
Total duration 2m 13s
Billable time 6m
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/Utilities/GqlRequest.cs#L219
Converting null literal or possible null value to non-nullable type.
Release (linux): TwitchDropsBot.Core/Utilities/GqlRequest.cs#L223
Dereference of a possibly null reference.
Release (linux): TwitchDropsBot.Core/Utilities/GqlRequest.cs#L226
Dereference of a possibly null reference.
Release (linux): TwitchDropsBot.Core/Bot.cs#L35
Possible null reference assignment.
Release (linux): TwitchDropsBot.Core/Bot.cs#L61
Dereference of a possibly null reference.
Release (linux): TwitchDropsBot.Core/Bot.cs#L66
Dereference of a possibly null reference.
Release (windows): TwitchDropsBot.Core/Exception/StreamOffline.cs#L16
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Release (windows): TwitchDropsBot.Core/Object/TwitchGQL/BenefitEdges.cs#L5
Non-nullable property 'Benefit' 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/Channel.cs#L4
Non-nullable property 'Id' 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/Channel.cs#L5
Non-nullable property 'Name' 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/Channel.cs#L6
Non-nullable property 'Url' 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/DropCampaign.cs#L4
Non-nullable property 'ImageURL' 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/DropCampaign.cs#L7
Non-nullable property 'Self' 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/DropCampaign.cs#L8
Non-nullable property 'Allow' 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/DropCampaign.cs#L9
Non-nullable property 'TimeBasedDrops' 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/DropCurrentSession.cs#L5
Non-nullable property 'Channel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Release (winforms): TwitchDropsBot.Core/Object/TwitchGQL/Broadcaster.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 (winforms): TwitchDropsBot.Core/Object/TwitchGQL/Broadcaster.cs#L6
Non-nullable property 'ProfileImageURL' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Release (winforms): TwitchDropsBot.Core/Object/TwitchGQL/Campaign.cs#L4
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Release (winforms): TwitchDropsBot.Core/Object/TwitchGQL/Campaign.cs#L5
Non-nullable property 'DetailsURL' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Release (winforms): TwitchDropsBot.Core/Object/TwitchGQL/Campaign.cs#L6
Non-nullable property 'AccountLinkURL' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Release (winforms): TwitchDropsBot.Core/Object/TwitchGQL/Campaign.cs#L7
Non-nullable property 'Self' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Release (winforms): TwitchDropsBot.Core/Object/TwitchGQL/Channel.cs#L4
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Release (winforms): TwitchDropsBot.Core/Object/TwitchGQL/Channel.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Release (winforms): TwitchDropsBot.Core/Object/TwitchGQL/Channel.cs#L6
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Release (winforms): TwitchDropsBot.Core/Object/TwitchGQL/BroadcastSettings.cs#L4
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.