Development #5
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/UrbanUrbanDictionaryService.cs#L10
Non-nullable property 'Definition' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
RemindoBot/Services/UrbanUrbanDictionaryService.cs#L11
Non-nullable property 'Example' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
RemindoBot/Services/UrbanUrbanDictionaryService.cs#L12
Non-nullable property 'Permalink' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
RemindoBot/Services/UrbanUrbanDictionaryService.cs#L13
Non-nullable property 'Word' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
RemindoBot/Services/UrbanUrbanDictionaryService.cs#L16
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
RemindoBot/Services/UrbanUrbanDictionaryService.cs#L17
Non-nullable property 'Written_on' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
RemindoBot/Services/UrbanUrbanDictionaryService.cs#L5
Non-nullable property 'List' must contain a non-null value when exiting constructor. Consider declaring the property 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/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.
|