Skip to content

Run Bot

Run Bot #360

Triggered via schedule April 29, 2024 11:14
Status Success
Total duration 59s
Artifacts

cron.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/XboxPromotionCheckerBot.App/Infrastructure/Extensions/WebApplicationBuilderExtensions.cs#L40
Possible null reference argument for parameter 'webhookurl' in 'DiscordWebhookClient WebApplicationBuilderExtensions.CreateDiscordWebhookClient(string webhookurl)'.
build: src/XboxPromotionCheckerBot.App/Infrastructure/Filters/GameNameFilter.cs#L7
Non-nullable field '_normalizedTitle' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/XboxPromotionCheckerBot.App/Infrastructure/MongoDb/MongoXboxGame.cs#L17
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/XboxPromotionCheckerBot.App/Infrastructure/MongoDb/MongoXboxGame.cs#L17
Non-nullable property 'Link' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/XboxPromotionCheckerBot.App/Infrastructure/MongoDb/MongoXboxGame.cs#L17
Non-nullable property 'Platform' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/XboxPromotionCheckerBot.App/Infrastructure/Providers/SteamResponses.cs#L80
Non-nullable property 'Currency' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/XboxPromotionCheckerBot.App/Infrastructure/Providers/SteamGamesParser.cs#L111
Dereference of a possibly null reference.
build: src/XboxPromotionCheckerBot.App/Infrastructure/Providers/SteamResponses.cs#L28
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/XboxPromotionCheckerBot.App/Infrastructure/Providers/SteamResponses.cs#L32
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/XboxPromotionCheckerBot.App/Infrastructure/Providers/SteamResponses.cs#L44
Non-nullable property 'DetailedDescription' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.