Revisits and resolves a bunch of edge cases for Create, Upsert and Cr… #170
CI-PullRequest-2x.yml
on: pull_request
Sonar Quality Gate
3m 22s
Matrix: build-windows
Annotations
20 errors and 41 warnings
build-windows (FAKE_XRM_EASY):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L118
The type or namespace name 'KeyAttributeCollection' could not be found (are you missing a using directive or an assembly reference?)
|
build-windows (FAKE_XRM_EASY):
src/FakeXrmEasy.Core/Extensions/EntityExtensions.cs#L688
The type or namespace name 'EntityKeyMetadata' could not be found (are you missing a using directive or an assembly reference?)
|
build-windows (FAKE_XRM_EASY):
src/FakeXrmEasy.Core/Extensions/EntityExtensions.cs#L688
The type or namespace name 'KeyAttributeCollection' could not be found (are you missing a using directive or an assembly reference?)
|
build-windows (FAKE_XRM_EASY):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L129
The type or namespace name 'EntityKeyMetadata' could not be found (are you missing a using directive or an assembly reference?)
|
build-windows (FAKE_XRM_EASY):
src/FakeXrmEasy.Core/Extensions/EntityKeyMetadataExtensions.cs#L15
The type or namespace name 'EntityKeyMetadata' could not be found (are you missing a using directive or an assembly reference?)
|
build-windows (FAKE_XRM_EASY):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L118
The type or namespace name 'KeyAttributeCollection' could not be found (are you missing a using directive or an assembly reference?)
|
build-windows (FAKE_XRM_EASY):
src/FakeXrmEasy.Core/Extensions/EntityExtensions.cs#L688
The type or namespace name 'EntityKeyMetadata' could not be found (are you missing a using directive or an assembly reference?)
|
build-windows (FAKE_XRM_EASY):
src/FakeXrmEasy.Core/Extensions/EntityExtensions.cs#L688
The type or namespace name 'KeyAttributeCollection' could not be found (are you missing a using directive or an assembly reference?)
|
build-windows (FAKE_XRM_EASY):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L129
The type or namespace name 'EntityKeyMetadata' could not be found (are you missing a using directive or an assembly reference?)
|
build-windows (FAKE_XRM_EASY):
src/FakeXrmEasy.Core/Extensions/EntityKeyMetadataExtensions.cs#L15
The type or namespace name 'EntityKeyMetadata' could not be found (are you missing a using directive or an assembly reference?)
|
build-windows (FAKE_XRM_EASY_2013):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L118
The type or namespace name 'KeyAttributeCollection' could not be found (are you missing a using directive or an assembly reference?)
|
build-windows (FAKE_XRM_EASY_2013):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L129
The type or namespace name 'EntityKeyMetadata' could not be found (are you missing a using directive or an assembly reference?)
|
build-windows (FAKE_XRM_EASY_2013):
src/FakeXrmEasy.Core/Extensions/EntityExtensions.cs#L688
The type or namespace name 'EntityKeyMetadata' could not be found (are you missing a using directive or an assembly reference?)
|
build-windows (FAKE_XRM_EASY_2013):
src/FakeXrmEasy.Core/Extensions/EntityExtensions.cs#L688
The type or namespace name 'KeyAttributeCollection' could not be found (are you missing a using directive or an assembly reference?)
|
build-windows (FAKE_XRM_EASY_2013):
src/FakeXrmEasy.Core/Extensions/EntityKeyMetadataExtensions.cs#L15
The type or namespace name 'EntityKeyMetadata' could not be found (are you missing a using directive or an assembly reference?)
|
build-windows (FAKE_XRM_EASY_2013):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L118
The type or namespace name 'KeyAttributeCollection' could not be found (are you missing a using directive or an assembly reference?)
|
build-windows (FAKE_XRM_EASY_2013):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L129
The type or namespace name 'EntityKeyMetadata' could not be found (are you missing a using directive or an assembly reference?)
|
build-windows (FAKE_XRM_EASY_2013):
src/FakeXrmEasy.Core/Extensions/EntityExtensions.cs#L688
The type or namespace name 'EntityKeyMetadata' could not be found (are you missing a using directive or an assembly reference?)
|
build-windows (FAKE_XRM_EASY_2013):
src/FakeXrmEasy.Core/Extensions/EntityExtensions.cs#L688
The type or namespace name 'KeyAttributeCollection' could not be found (are you missing a using directive or an assembly reference?)
|
build-windows (FAKE_XRM_EASY_2013):
src/FakeXrmEasy.Core/Extensions/EntityKeyMetadataExtensions.cs#L15
The type or namespace name 'EntityKeyMetadata' could not be found (are you missing a using directive or an assembly reference?)
|
Sonar Quality Gate
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
build-windows (FAKE_XRM_EASY_2015):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L115
XML comment has a param tag for 'key', but there is no parameter by that name
|
build-windows (FAKE_XRM_EASY_2015):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L116
XML comment has a param tag for 'key', but there is no parameter by that name
|
build-windows (FAKE_XRM_EASY_2015):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L118
Parameter 'keyAttributeValues' has no matching param tag in the XML comment for 'InMemoryTable.GetByKeyAttributeCollection(KeyAttributeCollection)' (but other parameters do)
|
build-windows (FAKE_XRM_EASY_2015):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L129
Parameter 'matchedKeyMetadata' has no matching param tag in the XML comment for 'InMemoryTable.GetByAlternateKeys(Entity, out EntityKeyMetadata)' (but other parameters do)
|
build-windows (FAKE_XRM_EASY_2015):
src/FakeXrmEasy.Core/Extensions/TypeExtensions.cs#L110
Missing XML comment for publicly visible type or member 'TypeExtensions.GetPrimaryIdFieldName(Type)'
|
build-windows (FAKE_XRM_EASY_2015):
src/FakeXrmEasy.Core/XrmFakedContext.Create.cs#L65
Parameter 'isUpsert' has no matching param tag in the XML comment for 'XrmFakedContext.CreateEntity(Entity, bool)' (but other parameters do)
|
build-windows (FAKE_XRM_EASY_2015):
tests/FakeXrmEasy.Core.Tests/Middleware/Crud/FakeMessageExecutors/CreateRequestTests/CreateRequestRelatedEntitiesTests.cs#L16
The field 'CreateRequestRelatedEntitiesTests._salesOrderDetail2' is never used
|
build-windows (FAKE_XRM_EASY_2015):
tests/FakeXrmEasy.Core.Tests/Extensions/EntityExtensions/CloneEntityTests.cs#L14
The field 'CloneEntityTests._clone' is never used
|
build-windows (FAKE_XRM_EASY_2015):
tests/FakeXrmEasy.Core.Tests/Middleware/Crud/FakeMessageExecutors/CreateRequestTests/CreateRequestRelatedEntitiesTests.cs#L15
The field 'CreateRequestRelatedEntitiesTests._salesOrderDetail1' is never used
|
build-windows (FAKE_XRM_EASY_2015):
tests/FakeXrmEasy.Core.Tests/Middleware/Crud/FakeMessageExecutors/CreateRequestTests/CreateRequestRelatedEntitiesTests.cs#L14
The field 'CreateRequestRelatedEntitiesTests._salesOrder' is never used
|
build-windows (FAKE_XRM_EASY_2016):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L115
XML comment has a param tag for 'key', but there is no parameter by that name
|
build-windows (FAKE_XRM_EASY_2016):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L116
XML comment has a param tag for 'key', but there is no parameter by that name
|
build-windows (FAKE_XRM_EASY_2016):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L118
Parameter 'keyAttributeValues' has no matching param tag in the XML comment for 'InMemoryTable.GetByKeyAttributeCollection(KeyAttributeCollection)' (but other parameters do)
|
build-windows (FAKE_XRM_EASY_2016):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L129
Parameter 'matchedKeyMetadata' has no matching param tag in the XML comment for 'InMemoryTable.GetByAlternateKeys(Entity, out EntityKeyMetadata)' (but other parameters do)
|
build-windows (FAKE_XRM_EASY_2016):
src/FakeXrmEasy.Core/Extensions/TypeExtensions.cs#L110
Missing XML comment for publicly visible type or member 'TypeExtensions.GetPrimaryIdFieldName(Type)'
|
build-windows (FAKE_XRM_EASY_2016):
src/FakeXrmEasy.Core/XrmFakedContext.Create.cs#L65
Parameter 'isUpsert' has no matching param tag in the XML comment for 'XrmFakedContext.CreateEntity(Entity, bool)' (but other parameters do)
|
build-windows (FAKE_XRM_EASY_2016):
tests/FakeXrmEasy.Core.Tests/Middleware/Crud/FakeMessageExecutors/CreateRequestTests/CreateRequestRelatedEntitiesTests.cs#L14
The field 'CreateRequestRelatedEntitiesTests._salesOrder' is never used
|
build-windows (FAKE_XRM_EASY_2016):
tests/FakeXrmEasy.Core.Tests/Middleware/Crud/FakeMessageExecutors/CreateRequestTests/CreateRequestRelatedEntitiesTests.cs#L16
The field 'CreateRequestRelatedEntitiesTests._salesOrderDetail2' is never used
|
build-windows (FAKE_XRM_EASY_2016):
tests/FakeXrmEasy.Core.Tests/Middleware/Crud/FakeMessageExecutors/CreateRequestTests/CreateRequestRelatedEntitiesTests.cs#L15
The field 'CreateRequestRelatedEntitiesTests._salesOrderDetail1' is never used
|
build-windows (FAKE_XRM_EASY_2016):
tests/FakeXrmEasy.Core.Tests/Extensions/EntityExtensions/CloneEntityTests.cs#L14
The field 'CloneEntityTests._clone' is never used
|
build-windows (FAKE_XRM_EASY_9):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L115
XML comment has a param tag for 'key', but there is no parameter by that name
|
build-windows (FAKE_XRM_EASY_9):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L116
XML comment has a param tag for 'key', but there is no parameter by that name
|
build-windows (FAKE_XRM_EASY_9):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L118
Parameter 'keyAttributeValues' has no matching param tag in the XML comment for 'InMemoryTable.GetByKeyAttributeCollection(KeyAttributeCollection)' (but other parameters do)
|
build-windows (FAKE_XRM_EASY_9):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L129
Parameter 'matchedKeyMetadata' has no matching param tag in the XML comment for 'InMemoryTable.GetByAlternateKeys(Entity, out EntityKeyMetadata)' (but other parameters do)
|
build-windows (FAKE_XRM_EASY_9):
src/FakeXrmEasy.Core/Extensions/TypeExtensions.cs#L110
Missing XML comment for publicly visible type or member 'TypeExtensions.GetPrimaryIdFieldName(Type)'
|
build-windows (FAKE_XRM_EASY_9):
src/FakeXrmEasy.Core/XrmFakedContext.Create.cs#L65
Parameter 'isUpsert' has no matching param tag in the XML comment for 'XrmFakedContext.CreateEntity(Entity, bool)' (but other parameters do)
|
build-windows (FAKE_XRM_EASY_9):
tests/FakeXrmEasy.Core.Tests/Middleware/Crud/FakeMessageExecutors/CreateRequestTests/CreateRequestRelatedEntitiesTests.cs#L16
The field 'CreateRequestRelatedEntitiesTests._salesOrderDetail2' is never used
|
build-windows (FAKE_XRM_EASY_9):
tests/FakeXrmEasy.Core.Tests/Extensions/EntityExtensions/CloneEntityTests.cs#L14
The field 'CloneEntityTests._clone' is never used
|
build-windows (FAKE_XRM_EASY_9):
tests/FakeXrmEasy.Core.Tests/Middleware/Crud/FakeMessageExecutors/CreateRequestTests/CreateRequestRelatedEntitiesTests.cs#L15
The field 'CreateRequestRelatedEntitiesTests._salesOrderDetail1' is never used
|
build-windows (FAKE_XRM_EASY_9):
tests/FakeXrmEasy.Core.Tests/Middleware/Crud/FakeMessageExecutors/CreateRequestTests/CreateRequestRelatedEntitiesTests.cs#L14
The field 'CreateRequestRelatedEntitiesTests._salesOrder' is never used
|
build-windows (FAKE_XRM_EASY_365):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L115
XML comment has a param tag for 'key', but there is no parameter by that name
|
build-windows (FAKE_XRM_EASY_365):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L116
XML comment has a param tag for 'key', but there is no parameter by that name
|
build-windows (FAKE_XRM_EASY_365):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L118
Parameter 'keyAttributeValues' has no matching param tag in the XML comment for 'InMemoryTable.GetByKeyAttributeCollection(KeyAttributeCollection)' (but other parameters do)
|
build-windows (FAKE_XRM_EASY_365):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L129
Parameter 'matchedKeyMetadata' has no matching param tag in the XML comment for 'InMemoryTable.GetByAlternateKeys(Entity, out EntityKeyMetadata)' (but other parameters do)
|
build-windows (FAKE_XRM_EASY_365):
src/FakeXrmEasy.Core/Extensions/TypeExtensions.cs#L110
Missing XML comment for publicly visible type or member 'TypeExtensions.GetPrimaryIdFieldName(Type)'
|
build-windows (FAKE_XRM_EASY_365):
src/FakeXrmEasy.Core/XrmFakedContext.Create.cs#L65
Parameter 'isUpsert' has no matching param tag in the XML comment for 'XrmFakedContext.CreateEntity(Entity, bool)' (but other parameters do)
|
build-windows (FAKE_XRM_EASY_365):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L115
XML comment has a param tag for 'key', but there is no parameter by that name
|
build-windows (FAKE_XRM_EASY_365):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L116
XML comment has a param tag for 'key', but there is no parameter by that name
|
build-windows (FAKE_XRM_EASY_365):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L118
Parameter 'keyAttributeValues' has no matching param tag in the XML comment for 'InMemoryTable.GetByKeyAttributeCollection(KeyAttributeCollection)' (but other parameters do)
|
build-windows (FAKE_XRM_EASY_365):
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L129
Parameter 'matchedKeyMetadata' has no matching param tag in the XML comment for 'InMemoryTable.GetByAlternateKeys(Entity, out EntityKeyMetadata)' (but other parameters do)
|