some changes #31
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/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/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/Entities/Payment.cs#L16
Non-nullable property 'PaymentStatus' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
UrphaCapital.Domain/Entities/Payment.cs#L19
Non-nullable property 'Student' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
UrphaCapital.Domain/Entities/Payment.cs#L20
Non-nullable property 'Course' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|