Skip to content

remove old Model usings #991

remove old Model usings

remove old Model usings #991

Triggered via push November 22, 2023 10:09
Status Failure
Total duration 32s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

unit_test.yml

on: push
Matrix: Unit Test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
Unit Test (ubuntu-20.04): GirafEntities/User/DTOs/DepartmentDTO.cs#L58
The type or namespace name 'IGirafService' could not be found (are you missing a using directive or an assembly reference?)
Unit Test (ubuntu-20.04): GirafEntities/User/DTOs/DepartmentDTO.cs#L58
The type or namespace name 'IGirafService' could not be found (are you missing a using directive or an assembly reference?)
Unit Test (ubuntu-20.04)
Process completed with exit code 1.
Unit Test (ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Unit Test (ubuntu-20.04): GirafEntities/User/GirafUser.cs#L152
Cannot convert null literal to non-nullable reference type.
Unit Test (ubuntu-20.04): GirafEntities/WeekPlanner/DTOs/TimerDTO.cs#L52
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Unit Test (ubuntu-20.04): GirafEntities/WeekPlanner/DTOs/TimerDTO.cs#L8
'TimerDTO' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Unit Test (ubuntu-20.04): GirafEntities/User/DTOs/DisplayNameDTO.cs#L62
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Unit Test (ubuntu-20.04): GirafEntities/User/DTOs/DisplayNameDTO.cs#L49
Nullability of reference types in type of parameter 'other' of 'int DisplayNameDTO.CompareTo(DisplayNameDTO other)' doesn't match implicitly implemented member 'int IComparable<DisplayNameDTO>.CompareTo(DisplayNameDTO? other)' (possibly because of nullability attributes).
Unit Test (ubuntu-20.04): GirafEntities/User/DTOs/DisplayNameDTO.cs#L9
'DisplayNameDTO' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Unit Test (ubuntu-20.04): GirafEntities/User/DTOs/DisplayNameDTO.cs#L34
Cannot convert null literal to non-nullable reference type.
Unit Test (ubuntu-20.04): GirafEntities/WeekPlanner/DTOs/WeekNameDTO.cs#L43
Nullability of reference types in type of parameter 'other' of 'int WeekNameDTO.CompareTo(WeekNameDTO other)' doesn't match implicitly implemented member 'int IComparable<WeekNameDTO>.CompareTo(WeekNameDTO? other)' (possibly because of nullability attributes).
Unit Test (ubuntu-20.04): GirafEntities/User/GirafUser.cs#L152
Cannot convert null literal to non-nullable reference type.
Unit Test (ubuntu-20.04): GirafEntities/WeekPlanner/DTOs/TimerDTO.cs#L52
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).