Skip to content

Contacts two way sync #23

Contacts two way sync

Contacts two way sync #23

Triggered via pull request February 4, 2024 16:49
Status Failure
Total duration 46s
Artifacts

ci.yml

on: pull_request
Build and Test
37s
Build and Test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 11 warnings
Build and Test: src/Kentico.Xperience.CRM.Salesforce/Synchronization/FailedItemsWorker.cs#L11
The type or namespace name 'ISalesforceContactsIntegrationService' could not be found (are you missing a using directive or an assembly reference?)
Build and Test: src/Kentico.Xperience.CRM.Salesforce/SalesforceServiceCollectionsExtensions.cs#L65
The type or namespace name 'SalesforceContactMappingBuilder' could not be found (are you missing a using directive or an assembly reference?)
Build and Test: src/Kentico.Xperience.CRM.Salesforce/Synchronization/FailedItemsWorker.cs#L11
The type or namespace name 'ISalesforceContactsIntegrationService' could not be found (are you missing a using directive or an assembly reference?)
Build and Test: src/Kentico.Xperience.CRM.Salesforce/SalesforceServiceCollectionsExtensions.cs#L65
The type or namespace name 'SalesforceContactMappingBuilder' could not be found (are you missing a using directive or an assembly reference?)
Build and Test
Process completed with exit code 1.
Build and Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build and Test: src/Kentico.Xperience.CRM.Common/Synchronization/IFailedSyncItemService.cs#L41
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
Build and Test: src/Kentico.Xperience.CRM.Common/Admin/InfoModels/ContactsLastSyncInfo.generated.cs#L29
#warning: '"You will need to configure the type info."'
Build and Test: src/Kentico.Xperience.CRM.Common/Configuration/ContactMappingBuilder.cs#L36
XML comment has a param tag for 'services', but there is no parameter by that name
Build and Test: src/Kentico.Xperience.CRM.Common/Synchronization/FailedSyncItemsWorkerBase.cs#L23
Type parameter 'TContactsService' has no matching typeparam tag in the XML comment on 'FailedSyncItemsWorkerBase<TWorker, TFormLeadsService, TContactsService, TSettings, TApiConfig>' (but other type parameters do)
Build and Test: src/Kentico.Xperience.CRM.Common/Synchronization/IFailedSyncItemService.cs#L32
XML comment has a param tag for 'bizFormItem', but there is no parameter by that name
Build and Test: src/Kentico.Xperience.CRM.Common/Synchronization/IFailedSyncItemService.cs#L34
Parameter 'bizFormItems' has no matching param tag in the XML comment for 'IFailedSyncItemService.LogFailedLeadItems(IEnumerable<BizFormItem>, string)' (but other parameters do)
Build and Test: src/Kentico.Xperience.CRM.Common/Converters/ICRMTypeConverter.cs#L3
Add the 'in' keyword to parameter 'TDestination' to make it 'contravariant'. (https://rules.sonarsource.com/csharp/RSPEC-3246)
Build and Test: src/Kentico.Xperience.CRM.Dynamics/Helpers/EntityHelper.cs#L14
XML comment has a typeparam tag for 'TLeadEntity', but there is no type parameter by that name
Build and Test: src/Kentico.Xperience.CRM.Dynamics/Helpers/EntityHelper.cs#L16
Type parameter 'TEntity' has no matching typeparam tag in the XML comment on 'EntityHelper.GetLogicalNameFromExpression<TValue, TEntity>(Expression<Func<TEntity, TValue>>)' (but other type parameters do)
Build and Test: src/Kentico.Xperience.CRM.Dynamics/DynamicsIntegrationGlobalEvents.cs#L28
Remove this unread private field 'logger' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)