Skip to content

[WIP] Copilot Tweaked out #39

[WIP] Copilot Tweaked out

[WIP] Copilot Tweaked out #39

Re-run triggered July 9, 2025 08:09
Status Failure
Total duration 44s
Artifacts

dotnet-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: backend/NXTBackend.API.Domain/Entities/Comment.cs#L41
Non-nullable property 'Markdown' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: backend/NXTBackend.API.Domain/Entities/Comment.cs#L29
Non-nullable property 'ParentType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: backend/NXTBackend.API.Domain/Joins/CursusCollaborator.cs#L19
Non-nullable property 'Cursus' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: backend/NXTBackend.API.Domain/Joins/CursusCollaborator.cs#L18
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: backend/NXTBackend.API.Domain/Joins/GoalCollaborator.cs#L19
Non-nullable property 'Goal' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: backend/NXTBackend.API.Domain/Joins/GoalCollaborator.cs#L18
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: backend/NXTBackend.API.Domain/Joins/GoalProject.cs#L19
Non-nullable property 'Goal' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: backend/NXTBackend.API.Domain/Joins/GoalProject.cs#L18
Non-nullable property 'Project' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: backend/NXTBackend.API.Domain/CursusTrack.cs#L28
Non-nullable property 'Next' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: backend/NXTBackend.API.Domain/CursusTrack.cs#L22
Non-nullable property 'Goals' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.