Feature/backend refresh token#49
Merged
mukund58 merged 2 commits intoJun 22, 2026
Merged
Annotations
11 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build:
Backend/Models/DTOs/LabelDto.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Backend/Models/DTOs/NotificationDto.cs#L19
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Backend/Models/DTOs/NotificationDto.cs#L18
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Backend/Models/DTOs/TaskAttachmentDto.cs#L12
Non-nullable property 'UploadedByUserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Backend/Models/DTOs/TaskAttachmentDto.cs#L9
Non-nullable property 'StoragePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Backend/Models/DTOs/TaskAttachmentDto.cs#L8
Non-nullable property 'FileExtension' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Backend/Models/DTOs/TaskAttachmentDto.cs#L6
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Backend/Models/DTOs/TaskAttachmentDto.cs#L21
Non-nullable property 'StoragePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Backend/Models/DTOs/TaskAttachmentDto.cs#L20
Non-nullable property 'FileExtension' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Backend/Models/DTOs/TaskAttachmentDto.cs#L18
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
background
wait
wait-all
cancel
parallel
Loading