Skip to content

Fix

Fix #107

Triggered via push May 22, 2025 20:48
Status Failure
Total duration 33s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
build
Process completed with exit code 1.
build: backend/NXTBackend.API.Core/Services/Implementation/NotificationService.cs#L50
'await' cannot be used as an identifier within an async method or lambda expression
build: backend/NXTBackend.API.Core/Services/Implementation/NotificationService.cs#L50
'await' cannot be used as an identifier within an async method or lambda expression
build: backend/NXTBackend.API.Domain/Entities/Users/User.cs#L22
Non-nullable property 'CreatedFeeds' 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#L22
Non-nullable property 'ProjectMember' 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#L22
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#L22
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#L22
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#L22
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#L22
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#L22
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#L22
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#L22
Non-nullable property 'Rubricer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.