Rework AutoOT methods altogether. #29
Annotations
22 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
SysBot.Pokemon/TradeHub/PokeTradeDetail.cs#L63
Cannot convert null literal to non-nullable reference type.
|
SysBot.Pokemon/BDSP/BotTrade/PokeTradeBotBS.cs#L327
Dereference of a possibly null reference.
|
SysBot.Pokemon/BDSP/BotTrade/PokeTradeBotBS.cs#L327
Dereference of a possibly null reference.
|
SysBot.Pokemon/BDSP/BotTrade/PokeTradeBotBS.cs#L327
Dereference of a possibly null reference.
|
SysBot.Pokemon/BDSP/BotTrade/PokeTradeBotBS.cs#L327
Possible null reference argument for parameter 'ot' in 'void TradeCodeStorage.UpdateTradeDetails(ulong trainerID, string ot, int tid, int sid)'.
|
SysBot.Pokemon/SWSH/BotTrade/PokeTradeBotSWSH.cs#L349
Dereference of a possibly null reference.
|
SysBot.Pokemon/SWSH/BotTrade/PokeTradeBotSWSH.cs#L349
Dereference of a possibly null reference.
|
SysBot.Pokemon/SWSH/BotTrade/PokeTradeBotSWSH.cs#L349
Dereference of a possibly null reference.
|
SysBot.Pokemon/SWSH/BotTrade/PokeTradeBotSWSH.cs#L349
Possible null reference argument for parameter 'ot' in 'void TradeCodeStorage.UpdateTradeDetails(ulong trainerID, string ot, int tid, int sid)'.
|
SysBot.Pokemon/Structures/PokeBotRunner.cs#L38
Non-nullable event 'BotStopped' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
SysBot.Pokemon/TradeHub/PokeTradeDetail.cs#L63
Cannot convert null literal to non-nullable reference type.
|
SysBot.Pokemon/SWSH/BotTrade/PokeTradeBotSWSH.cs#L349
Dereference of a possibly null reference.
|
SysBot.Pokemon/SWSH/BotTrade/PokeTradeBotSWSH.cs#L349
Dereference of a possibly null reference.
|
SysBot.Pokemon/SWSH/BotTrade/PokeTradeBotSWSH.cs#L349
Dereference of a possibly null reference.
|
SysBot.Pokemon/SWSH/BotTrade/PokeTradeBotSWSH.cs#L349
Possible null reference argument for parameter 'ot' in 'void TradeCodeStorage.UpdateTradeDetails(ulong trainerID, string ot, int tid, int sid)'.
|
SysBot.Pokemon/Structures/PokeBotRunner.cs#L38
Non-nullable event 'BotStopped' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
SysBot.Pokemon/Structures/PokeBotRunner.cs#L44
Non-nullable event 'BotStopped' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
SysBot.Pokemon/Settings/TradeSettings.cs#L582
Non-nullable property 'EmojiCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
SysBot.Pokemon/Settings/TradeSettings.cs#L584
Non-nullable property 'EmojiCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
SysBot.Pokemon/Settings/TradeSettings.cs#L558
Non-nullable property 'EmojiCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "MergeBot".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
The logs for this run have expired and are no longer available.
Loading