Skip to content

Add collaboration UI #100

Add collaboration UI

Add collaboration UI #100

Triggered via push April 25, 2025 06:13
Status Success
Total duration 33s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: backend/NXTBackend.API.Domain/Entities/Users/User.cs#L23
Non-nullable property 'Comments' 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/Users/User.cs#L23
Non-nullable property 'UserCursi' 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/Users/User.cs#L23
Non-nullable property 'UserGoals' 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/Users/User.cs#L23
Non-nullable property 'CreatedCursus' 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/Users/User.cs#L23
Non-nullable property 'CreatedGoals' 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/Users/User.cs#L23
Non-nullable property 'CreatedRubrics' 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/Users/User.cs#L23
Non-nullable property 'CreatedProjects' 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/Users/User.cs#L23
Non-nullable property 'Rubricer' 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/Cursus.cs#L65
Non-nullable property 'Collaborators' 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/Cursus.cs#L65
Non-nullable property 'UserCursi' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.