Skip to content

Update appsettings.Development.json #911

Update appsettings.Development.json

Update appsettings.Development.json #911

Triggered via push November 17, 2023 08:33
Status Success
Total duration 47s
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

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/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/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/Services/GirafService.cs#L153
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
Unit Test (ubuntu-20.04): GirafRest/Controllers/PictogramController.cs#L367
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
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)
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/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/Services/GirafService.cs#L153
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
Unit Test (ubuntu-20.04): GirafRest/Repositories/DepartmentRepository.cs#L37
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/Repositories/DepartmentRepository.cs#L43
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#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.