Merge pull request #37 from markhazleton/upgrade-to-NET10 #45
Annotations
1 error and 10 warnings
|
build
Process completed with exit code 1.
|
|
build:
Mwh.Sample.Domain/Extensions/LogExtensions.cs#L99
Converting null literal or possible null value to non-nullable type.
|
|
build:
Mwh.Sample.Domain/Extensions/LogExtensions.cs#L29
Possible null reference argument for parameter 'record' in 'string LogExtensions.GetTextObjectString(object record)'.
|
|
build:
Mwh.Sample.Domain/Models/EmployeeDto.cs#L86
Cannot convert null literal to non-nullable reference type.
|
|
build:
Mwh.Sample.Domain/Models/EmployeeDto.cs#L86
Possible null reference argument for parameter 'left' in 'bool EmployeeDto.operator ==(EmployeeDto left, EmployeeDto right)'.
|
|
build:
Mwh.Sample.Domain/Models/DepartmentDto.cs#L18
Non-nullable property 'Employees' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
Mwh.Sample.Domain/Models/DepartmentDto.cs#L11
Non-nullable property 'Employees' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
Mwh.Sample.Domain/Models/EmployeeList.cs#L13
Cannot convert null literal to non-nullable reference type.
|
|
build:
Mwh.Sample.Domain/Models/EmployeeList.cs#L13
Possible null reference argument for parameter 'left' in 'bool EmployeeDto.operator ==(EmployeeDto left, EmployeeDto right)'.
|
|
build:
Mwh.Sample.Domain/Models/EmployeeDto.cs#L233
Nullability of reference types in return type of 'string? EmployeeDto.GenderName.get' doesn't match implicitly implemented member 'string IEmployeeDto.GenderName.get' (possibly because of nullability attributes).
|
|
build:
Mwh.Sample.Domain/Models/EmployeeDto.cs#L225
Nullability of reference types in return type of 'string? EmployeeDto.DepartmentName.get' doesn't match implicitly implemented member 'string IEmployeeDto.DepartmentName.get' (possibly because of nullability attributes).
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
test-results
|
35.2 KB |
sha256:06868704d4959d3f15ace172f74b94cb7373c284ea9b6c0ae60b7ecb30e2828e
|
|