Adding Tasks/Launch settings for vscode support. #10
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/Participants/Participant.cs#L17
Non-nullable property 'ReferralSource' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Domain/Entities/Documents/Document.cs#L7
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Domain/Entities/Documents/Document.cs#L8
Non-nullable property 'ContentType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Domain/Entities/Candidates/Candidate.cs#L13
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Domain/Entities/Candidates/Candidate.cs#L16
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Domain/Entities/Candidates/Candidate.cs#L20
Non-nullable property 'CurrentLocation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Domain/Entities/Administration/Location.cs#L27
Non-nullable property 'Contract' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Domain/Entities/Administration/Location.cs#L42
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/Tenants/Queries/Pagination/TenantsPaginationSpecification.cs#L12
Dereference of a possibly null reference.
|