chore: update release workflow #16
Annotations
10 warnings
Build and Publish Console:
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)
|
Build and Publish Console:
TwitchDropsBot.Core/Object/TwitchUser.cs#L94
Non-nullable field '_inventory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build and Publish Console:
TwitchDropsBot.Core/Utilities/Logger.cs#L8
Non-nullable property 'TwitchUser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Publish Console:
TwitchDropsBot.Core/Utilities/Logger.cs#L10
Non-nullable event 'OnLog' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Build and Publish Console:
TwitchDropsBot.Core/Utilities/Logger.cs#L11
Non-nullable event 'OnError' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Build and Publish Console:
TwitchDropsBot.Core/Utilities/Logger.cs#L12
Non-nullable event 'OnInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Build and Publish Console:
TwitchDropsBot.Core/Utilities/GqlRequest.cs#L68
Dereference of a possibly null reference.
|
Build and Publish Console:
TwitchDropsBot.Core/Utilities/GqlRequest.cs#L76
Dereference of a possibly null reference.
|
Build and Publish Console:
TwitchDropsBot.Core/Bot.cs#L36
Possible null reference assignment.
|
Build and Publish Console:
TwitchDropsBot.Core/Bot.cs#L52
Dereference of a possibly null reference.
|
Loading