get task from ID #39
Annotations
3 errors and 10 warnings
blotztask-api/Services/TaskService.cs#L29
'TaskItem' does not contain a definition for 'ID' and no accessible extension method 'ID' accepting a first argument of type 'TaskItem' could be found (are you missing a using directive or an assembly reference?)
|
blotztask-api/Services/TaskService.cs#L29
'TaskItem' does not contain a definition for 'ID' and no accessible extension method 'ID' accepting a first argument of type 'TaskItem' could be found (are you missing a using directive or an assembly reference?)
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
blotztask-api/Data/Entities/TaskItem.cs#L9
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
blotztask-api/Models/TaskItemDTO.cs#L6
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
blotztask-api/Models/TaskItemDTO.cs#L7
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
blotztask-api/Services/TaskService.cs#L34
The variable 'ex' is declared but never used
|
blotztask-api/Data/Entities/TaskItem.cs#L9
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
blotztask-api/Models/TaskItemDTO.cs#L6
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
blotztask-api/Models/TaskItemDTO.cs#L7
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
blotztask-api/Services/TaskService.cs#L34
The variable 'ex' is declared but never used
|
This job failed
Loading