Skip to content

CFODEV-506: CATS-DMS Integration (candidate search) #41

CFODEV-506: CATS-DMS Integration (candidate search)

CFODEV-506: CATS-DMS Integration (candidate search) #41

Triggered via pull request June 27, 2024 06:52
Status Success
Total duration 1m 3s
Artifacts

unittest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/Domain/Entities/Administration/Location.cs#L43
Possible null reference argument for parameter 'contractId' in 'Location.Location(string name, int genderProvisionId, int locationTypeId, string contractId, DateTime lifetimeStart, DateTime lifetimeEnd)'.
build: src/Domain/Common/Entities/BaseEntity.cs#L13
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Application/Features/Identity/DTOs/ApplicationRoleDto.cs#L7
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Application/Features/Candidates/DTOs/CandidateDto.cs#L10
Non-nullable property 'Identifier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Application/Features/Candidates/DTOs/CandidateDto.cs#L15
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Application/Features/Candidates/DTOs/CandidateDto.cs#L20
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Application/Features/Candidates/DTOs/CandidateDto.cs#L38
Non-nullable property 'Gender' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Application/Features/Candidates/DTOs/CandidateDto.cs#L43
Non-nullable property 'CurrentLocation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.