Merge pull request #18 from OlimjonovOzodbek/master #19
Annotations
11 warnings
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/
|
Loyihani yig'ish (build):
UrphaCapital.Domain/Entities/Auth/Student.cs#L13
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loyihani yig'ish (build):
UrphaCapital.Domain/Entities/Auth/Student.cs#L14
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loyihani yig'ish (build):
UrphaCapital.Domain/Entities/Auth/Student.cs#L15
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loyihani yig'ish (build):
UrphaCapital.Domain/Entities/Auth/Student.cs#L16
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loyihani yig'ish (build):
UrphaCapital.Domain/Entities/Auth/Student.cs#L17
Non-nullable property 'PasswordHash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loyihani yig'ish (build):
UrphaCapital.Domain/Entities/Auth/Student.cs#L18
Non-nullable property 'Salt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loyihani yig'ish (build):
UrphaCapital.Domain/Entities/Auth/Student.cs#L22
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loyihani yig'ish (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.
|
Loyihani yig'ish (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.
|
Loyihani yig'ish (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.
|
Loading