Merge pull request #202 from palladiumkenya/feat/fastSendingWithConcu… #23
Annotations
1 error and 22 warnings
Test
Process completed with exit code 123.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
Test:
src/Dwapi.SettingsManagement.Core/Model/DatabaseProtocol.cs#L10
'DatabaseProtocol.EmrSystemId' hides inherited member 'DbProtocol.EmrSystemId'. Use the new keyword if hiding was intended.
|
Test:
src/Dwapi.SettingsManagement.Core/Application/Checks/Commands/PerformSingleCheck.cs#L40
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.
|
Test:
src/Dwapi.SettingsManagement.Core/Application/Checks/Commands/PerformCheck.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.
|
Test:
src/Dwapi.ExtractsManagement.Core/Cleaner/Crs/ClearCrsExtracts.cs#L6
The using directive for 'Dwapi.ExtractsManagement.Core.Interfaces.Repository.Crs' appeared previously in this namespace
|
Test:
src/Dwapi.ExtractsManagement.Core/Cleaner/Crs/ClearCrsExtracts.cs#L8
The using directive for 'Dwapi.ExtractsManagement.Core.Model.Destination.Crs' appeared previously in this namespace
|
Test:
src/Dwapi.ExtractsManagement.Core/Interfaces/Loaders/Hts/IHTSClientLinkageLoader.cs#L5
'TempHTSClientLinkageExtract' is obsolete: 'Class is obsolete,use TempHtsClientLinkage'
|
Test:
src/Dwapi.ExtractsManagement.Core/Interfaces/Loaders/Hts/IHTSClientLoader.cs#L5
'TempHTSClientExtract' is obsolete: 'Class is obsolete,use TempHtsClients'
|
Test:
src/Dwapi.ExtractsManagement.Core/Interfaces/Loaders/Hts/IHTSClientPartnerLoader.cs#L5
'TempHTSClientPartnerExtract' is obsolete
|
Test:
src/Dwapi.ExtractsManagement.Core/Interfaces/Repository/IExtractHistoryRepository.cs#L25
'IExtractHistoryRepository.GetSiteCode(string)' hides inherited member 'IRepository<ExtractHistory, Guid>.GetSiteCode(string)'. Use the new keyword if hiding was intended.
|
Test:
src/Dwapi.ExtractsManagement.Core/Model/Destination/Dwh/AllergiesChronicIllnessExtract.cs#L30
'AllergiesChronicIllnessExtract.Date_Created' hides inherited member 'ClientExtract.Date_Created'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Build:
src/Dwapi.SettingsManagement.Core/Model/DatabaseProtocol.cs#L10
'DatabaseProtocol.EmrSystemId' hides inherited member 'DbProtocol.EmrSystemId'. Use the new keyword if hiding was intended.
|
Build:
src/Dwapi.SettingsManagement.Core/Application/Checks/Commands/PerformSingleCheck.cs#L40
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.
|
Build:
src/Dwapi.SettingsManagement.Core/Application/Checks/Commands/PerformCheck.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.
|
Build:
src/Dwapi.ExtractsManagement.Core/Cleaner/Crs/ClearCrsExtracts.cs#L6
The using directive for 'Dwapi.ExtractsManagement.Core.Interfaces.Repository.Crs' appeared previously in this namespace
|
Build:
src/Dwapi.ExtractsManagement.Core/Cleaner/Crs/ClearCrsExtracts.cs#L8
The using directive for 'Dwapi.ExtractsManagement.Core.Model.Destination.Crs' appeared previously in this namespace
|
Build:
src/Dwapi.ExtractsManagement.Core/Interfaces/Loaders/Hts/IHTSClientLinkageLoader.cs#L5
'TempHTSClientLinkageExtract' is obsolete: 'Class is obsolete,use TempHtsClientLinkage'
|
Build:
src/Dwapi.ExtractsManagement.Core/Interfaces/Loaders/Hts/IHTSClientLoader.cs#L5
'TempHTSClientExtract' is obsolete: 'Class is obsolete,use TempHtsClients'
|
Build:
src/Dwapi.ExtractsManagement.Core/Interfaces/Loaders/Hts/IHTSClientPartnerLoader.cs#L5
'TempHTSClientPartnerExtract' is obsolete
|
Build:
src/Dwapi.ExtractsManagement.Core/Interfaces/Repository/Hts/IHTSClientExtractRepository.cs#L9
'HTSClientExtract' is obsolete: 'Class is obsolete, use HtsClients'
|
Build:
src/Dwapi.ExtractsManagement.Core/Interfaces/Repository/Hts/IHTSClientExtractRepository.cs#L11
'HTSClientExtract' is obsolete: 'Class is obsolete, use HtsClients'
|
Loading