Skip to content

Build(deps): Bump xunit from 2.4.1 to 2.6.2 #8

Build(deps): Bump xunit from 2.4.1 to 2.6.2

Build(deps): Bump xunit from 2.4.1 to 2.6.2 #8

Triggered via pull request November 29, 2023 23:24
Status Success
Total duration 56s
Artifacts

dotnet.yml

on: pull_request
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/Function/TeacherResume.cs#L51
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Core/Domain/ReportGenerator/Function/TeacherResume.cs#L54
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Core/Domain/ReportGenerator/Function/TeacherResume.cs#L57
Non-nullable property 'EnglishName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.