Skip to content

remove failing test #26

remove failing test

remove failing test #26

Triggered via push July 10, 2023 11:43
Status Success
Total duration 1m 13s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: CleanAspCore/DbSetExtensions.cs#L9
Cannot convert null literal to non-nullable reference type.
build: CleanAspCore/Features/Import/ImportTestData.cs#L33
Possible null reference argument for parameter 'source' in 'IEnumerable<Job> Enumerable.Select<JobDto, Job>(IEnumerable<JobDto> source, Func<JobDto, Job> selector)'.
build: CleanAspCore/Features/Import/ImportTestData.cs#L39
Possible null reference argument for parameter 'source' in 'IEnumerable<Department> Enumerable.Select<DepartmentDto, Department>(IEnumerable<DepartmentDto> source, Func<DepartmentDto, Department> selector)'.
build: CleanAspCore/Features/Import/ImportTestData.cs#L45
Possible null reference argument for parameter 'source' in 'IEnumerable<Employee> Enumerable.Select<EmployeeDto, Employee>(IEnumerable<EmployeeDto> source, Func<EmployeeDto, Employee> selector)'.
build: CleanAspCore/Domain/Jobs/JobDto.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CleanAspCore/Domain/Jobs/Job.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CleanAspCore/Domain/Employees/EmployeeDto.cs#L6
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CleanAspCore/Domain/Employees/EmployeeDto.cs#L7
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CleanAspCore/Domain/Employees/EmployeeDto.cs#L8
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CleanAspCore/Domain/Employees/EmployeeDto.cs#L9
Non-nullable property 'Gender' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.