remove old Model usings #991
Annotations
3 errors and 11 warnings
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?)
|
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?)
|
|
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/
|
GirafEntities/User/GirafUser.cs#L152
Cannot convert null literal to non-nullable reference type.
|
GirafEntities/WeekPlanner/DTOs/TimerDTO.cs#L52
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
GirafEntities/WeekPlanner/DTOs/TimerDTO.cs#L8
'TimerDTO' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
GirafEntities/User/DTOs/DisplayNameDTO.cs#L62
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
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).
|
GirafEntities/User/DTOs/DisplayNameDTO.cs#L9
'DisplayNameDTO' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
GirafEntities/User/DTOs/DisplayNameDTO.cs#L34
Cannot convert null literal to non-nullable reference type.
|
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).
|
GirafEntities/User/GirafUser.cs#L152
Cannot convert null literal to non-nullable reference type.
|
GirafEntities/WeekPlanner/DTOs/TimerDTO.cs#L52
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
The logs for this run have expired and are no longer available.
Loading