Skip to content

Create dotnet.yml

Create dotnet.yml #1

Triggered via push January 30, 2024 18:45
Status Success
Total duration 34s
Artifacts

dotnet.yml

on: push
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/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.
build: RemindoBot/Program.cs#L62
'ApplicationCommandException' is obsolete: 'Please use HttpException instead of this. Will be removed in next major version.'
build: RemindoBot/Program.cs#L95
Possible null reference assignment.
build: RemindoBot/Program.cs#L78
The variable 'e' is declared but never used
build: RemindoBot/Program.cs#L17
Non-nullable field '_client' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: RemindoBot/Program.cs#L18
Non-nullable field '_services' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
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.
build: RemindoBot/Program.cs#L62
'ApplicationCommandException' is obsolete: 'Please use HttpException instead of this. Will be removed in next major version.'