Update Startup.cs #1074
Annotations
3 errors and 12 warnings
GirafRest/Setup/Startup.cs#L37
Extension method must be defined in a non-generic static class
|
GirafRest/Setup/Startup.cs#L37
Extension method must be defined in a non-generic static class
|
|
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/
|
GirafRest/Models/Setting.cs#L80
XML comment has badly formed XML -- 'End tag was not expected at this location.'
|
GirafRest/Repositories/DepartmentRepository.cs#L43
'DepartmentRepository.Update(Department)' hides inherited member 'Repository<Department>.Update(Department)'. Use the new keyword if hiding was intended.
|
GirafRest/Repositories/GirafUserRepository.cs#L45
'GirafUserRepository.Update(GirafUser)' hides inherited member 'Repository<GirafUser>.Update(GirafUser)'. Use the new keyword if hiding was intended.
|
GirafRest/Models/DTOs/DisplayNameDTO.cs#L9
'DisplayNameDTO' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
GirafRest/Models/DTOs/TimerDTO.cs#L6
'TimerDTO' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
GirafRest/IRepositories/IDepartmentRepository.cs#L22
'IDepartmentRepository.Update(Department)' hides inherited member 'IRepository<Department>.Update(Department)'. Use the new keyword if hiding was intended.
|
GirafRest/Models/Setting.cs#L80
XML comment has badly formed XML -- 'End tag was not expected at this location.'
|
GirafRest/Repositories/DepartmentRepository.cs#L43
'DepartmentRepository.Update(Department)' hides inherited member 'Repository<Department>.Update(Department)'. Use the new keyword if hiding was intended.
|
GirafRest/Repositories/GirafUserRepository.cs#L45
'GirafUserRepository.Update(GirafUser)' hides inherited member 'Repository<GirafUser>.Update(GirafUser)'. Use the new keyword if hiding was intended.
|
GirafRest/Models/DTOs/DisplayNameDTO.cs#L9
'DisplayNameDTO' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
|
The logs for this run have expired and are no longer available.
Loading