Development #2
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/Commands/CommandManager.cs#L39
'ApplicationCommandException' is obsolete: 'Please use HttpException instead of this. Will be removed in next major version.'
|
build:
RemindoBot/Commands/RemindMeCommand.cs#L33
Possible null reference argument for parameter 'time' in 'DateTime ITimeParserService.ParseTime(string time)'.
|
build:
RemindoBot/Commands/RemindMeCommand.cs#L51
Possible null reference assignment.
|
build:
RemindoBot/Commands/RemindMeCommand.cs#L35
The variable 'e' is declared but never used
|
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#L16
Non-nullable field '_client' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
RemindoBot/Program.cs#L17
Non-nullable field '_services' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
RemindoBot/Program.cs#L18
Non-nullable field '_logger' 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.
|