Skip to content

Run Bot

Run Bot #365

Triggered via schedule May 8, 2024 11:14
Status Success
Total duration 1m 3s
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/Core/Crypto/IdGenerator.cs#L21
GenerateId uses a broken cryptographic algorithm MD5 (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5351)
build: tests/XboxPromotionCheckerBot.App.Tests/Core/Extensions/AsyncEnumerableExtensionsTests.cs#L17
Async-iterator 'Filter1.Filter(IAsyncEnumerable<Game>, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
build: tests/XboxPromotionCheckerBot.App.Tests/Core/Extensions/AsyncEnumerableExtensionsTests.cs#L38
Async-iterator 'Filter2.Filter(IAsyncEnumerable<Game>, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
build: tests/XboxPromotionCheckerBot.App.Tests/Infrastructure/Fixtures/MongoDbFixture.cs#L16
Non-nullable field '_timeProvider' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: tests/XboxPromotionCheckerBot.App.Tests/Infrastructure/Fixtures/MongoDbFixture.cs#L16
Non-nullable property 'MongoGamesRepository' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.