Deleted unused logging method #905
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
22 warnings
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, codecov/[email protected]. 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):
GirafRest/Models/Setting.cs#L80
XML comment has badly formed XML -- 'End tag was not expected at this location.'
|
Unit Test (ubuntu-20.04):
GirafRest/Repositories/DepartmentRepository.cs#L43
'DepartmentRepository.Update(Department)' hides inherited member 'Repository<Department>.Update(Department)'. Use the new keyword if hiding was intended.
|
Unit Test (ubuntu-20.04):
GirafRest/Repositories/GirafUserRepository.cs#L45
'GirafUserRepository.Update(GirafUser)' hides inherited member 'Repository<GirafUser>.Update(GirafUser)'. Use the new keyword if hiding was intended.
|
Unit Test (ubuntu-20.04):
GirafRest/IRepositories/IDepartmentRepository.cs#L22
'IDepartmentRepository.Update(Department)' hides inherited member 'IRepository<Department>.Update(Department)'. Use the new keyword if hiding was intended.
|
Unit Test (ubuntu-20.04):
GirafRest/Models/DTOs/DisplayNameDTO.cs#L9
'DisplayNameDTO' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Unit Test (ubuntu-20.04):
GirafRest/Models/DTOs/TimerDTO.cs#L6
'TimerDTO' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Unit Test (ubuntu-20.04):
GirafRest/Controllers/AlternateNameController.cs#L87
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Unit Test (ubuntu-20.04):
GirafRest/Controllers/AlternateNameController.cs#L129
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Unit Test (ubuntu-20.04):
GirafRest/Controllers/ActivityController.cs#L85
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Unit Test (ubuntu-20.04):
GirafRest/Controllers/ActivityController.cs#L166
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Unit Test (ubuntu-20.04)
The process '/usr/bin/git' failed with exit code 128
|
Unit Test (ubuntu-20.04):
GirafRest/Models/Setting.cs#L80
XML comment has badly formed XML -- 'End tag was not expected at this location.'
|
Unit Test (ubuntu-20.04):
GirafRest/Repositories/DepartmentRepository.cs#L43
'DepartmentRepository.Update(Department)' hides inherited member 'Repository<Department>.Update(Department)'. Use the new keyword if hiding was intended.
|
Unit Test (ubuntu-20.04):
GirafRest/IRepositories/IDepartmentRepository.cs#L22
'IDepartmentRepository.Update(Department)' hides inherited member 'IRepository<Department>.Update(Department)'. Use the new keyword if hiding was intended.
|
Unit Test (ubuntu-20.04):
GirafRest/Repositories/GirafUserRepository.cs#L45
'GirafUserRepository.Update(GirafUser)' hides inherited member 'Repository<GirafUser>.Update(GirafUser)'. Use the new keyword if hiding was intended.
|
Unit Test (ubuntu-20.04):
GirafRest/Models/DTOs/DisplayNameDTO.cs#L9
'DisplayNameDTO' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Unit Test (ubuntu-20.04):
GirafRest/Models/DTOs/TimerDTO.cs#L6
'TimerDTO' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Unit Test (ubuntu-20.04):
GirafRest/Controllers/AlternateNameController.cs#L87
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Unit Test (ubuntu-20.04):
GirafRest/Controllers/AlternateNameController.cs#L129
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Unit Test (ubuntu-20.04):
GirafRest/Controllers/ActivityController.cs#L85
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Unit Test (ubuntu-20.04):
GirafRest/Controllers/ActivityController.cs#L166
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|