CFODEV-506: CATS-DMS Integration (candidate search) #44
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/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/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/Application/Features/AuditTrails/Specifications/AuditTrailAdvancedSpecification.cs#L24
Dereference of a possibly null reference.
|
build:
src/Application/Features/AuditTrails/Specifications/AuditTrailAdvancedSpecification.cs#L33
Dereference of a possibly null reference.
|
build:
src/Application/Features/AuditTrails/Specifications/AuditTrailAdvancedSpecification.cs#L33
Possible null reference argument for parameter 'value' in 'bool string.Contains(string value)'.
|
build:
src/Application/Features/KeyValues/Commands/Import/ImportKeyValuesCommand.cs#L9
Non-nullable property 'CacheKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Application/Features/Tenants/DTOs/TenantDto.cs#L9
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/Participants/DTOs/ParticipantDto.cs#L9
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Application/Features/Participants/DTOs/ParticipantDto.cs#L30
Non-nullable property 'Consents' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|