Skip to content

hotfix

hotfix #7

Triggered via pull request February 17, 2024 14:10
Status Success
Total duration 50s
Artifacts

build-pr.yml

on: pull_request
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/checkout@v3, 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: RemindoBot/Services/UrbanDictionaryService.cs#L31
Non-nullable property 'Definition' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: RemindoBot/Services/UrbanDictionaryService.cs#L32
Non-nullable property 'Example' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: RemindoBot/Services/UrbanDictionaryService.cs#L33
Non-nullable property 'Permalink' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: RemindoBot/Services/UrbanDictionaryService.cs#L34
Non-nullable property 'Word' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: RemindoBot/Services/UrbanDictionaryService.cs#L37
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: RemindoBot/Services/UrbanDictionaryService.cs#L38
Non-nullable property 'Written_on' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: RemindoBot/Services/UrbanDictionaryService.cs#L26
Non-nullable property 'List' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: RemindoBot/Commands/CommandManager.cs#L40
'ApplicationCommandException' is obsolete: 'Please use HttpException instead of this. Will be removed in next major version.'
build: RemindoBot/Models/ReminderDTO.cs#L6
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: RemindoBot/Services/RemindoService.cs#L23
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.