lots of changes #21
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
UrphaCapital.Domain/Entities/Answer.cs#L12
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
UrphaCapital.Domain/Entities/Answer.cs#L15
Non-nullable property 'Test' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
UrphaCapital.Domain/DTOs/HomeworkResultView.cs#L12
Non-nullable property 'LessonTitle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
UrphaCapital.Domain/DTOs/HomeworkResultView.cs#L13
Non-nullable property 'FILE' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
UrphaCapital.Domain/Entities/Test.cs#L12
Non-nullable property 'Question' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
UrphaCapital.Domain/Entities/Test.cs#L14
Non-nullable property 'Lesson' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
UrphaCapital.Domain/Entities/Test.cs#L15
Non-nullable property 'Answers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
UrphaCapital.Domain/Entities/Auth/Admin.cs#L12
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:
UrphaCapital.Domain/Entities/Auth/Admin.cs#L13
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
UrphaCapital.Domain/Entities/Auth/Admin.cs#L14
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|