Skip to content

Update: remove type logic on import research #7

Update: remove type logic on import research

Update: remove type logic on import research #7

Triggered via push November 29, 2023 07:09
Status Success
Total duration 55s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/Core/Domain/ReportGenerator/Teacher.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Core/Domain/ReportGenerator/ResearchResearchType.cs#L9
Non-nullable property 'Research' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Core/Domain/ReportGenerator/ResearchResearchType.cs#L12
Non-nullable property 'ResearchType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Core/Domain/ReportGenerator/Research.cs#L11
Non-nullable property 'Teacher' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Core/Domain/ReportGenerator/Research.cs#L16
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Core/Domain/ReportGenerator/Research.cs#L20
Non-nullable property 'Portfolio' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Core/Domain/ReportGenerator/Research.cs#L22
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Core/Domain/ReportGenerator/CourseTeacher.cs#L9
Non-nullable property 'Course' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Core/Domain/ReportGenerator/CourseTeacher.cs#L12
Non-nullable property 'Teacher' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Core/Domain/ReportGenerator/Function/TeacherResume.cs#L51
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.