Revisits and resolves a bunch of edge cases for Create, Upsert and Cr… #169
Annotations
5 errors and 10 warnings
Build:
tests/FakeXrmEasy.Core.Tests/Middleware/Crud/FakeMessageExecutors/FakeXrmEasyAlternateKeyTestsBase.cs#L25
Argument 1: cannot convert from 'Microsoft.Xrm.Sdk.LocalizedLabel' to 'string'
|
Build:
tests/FakeXrmEasy.Core.Tests/Middleware/Crud/FakeMessageExecutors/FakeXrmEasyAlternateKeyTestsBase.cs#L25
Argument 2: cannot convert from 'System.Collections.Generic.List<Microsoft.Xrm.Sdk.LocalizedLabel>' to 'int'
|
Build:
tests/FakeXrmEasy.Core.Tests/Middleware/Crud/FakeMessageExecutors/FakeXrmEasyAlternateKeyTestsBase.cs#L25
Argument 1: cannot convert from 'Microsoft.Xrm.Sdk.LocalizedLabel' to 'string'
|
Build:
tests/FakeXrmEasy.Core.Tests/Middleware/Crud/FakeMessageExecutors/FakeXrmEasyAlternateKeyTestsBase.cs#L25
Argument 2: cannot convert from 'System.Collections.Generic.List<Microsoft.Xrm.Sdk.LocalizedLabel>' to 'int'
|
Build
Process completed with exit code 1.
|
Build:
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L115
XML comment has a param tag for 'key', but there is no parameter by that name
|
Build:
src/FakeXrmEasy.Core/Db/InMemoryTable.cs#L116
XML comment has a param tag for 'key', but there is no parameter by that name
|
Build:
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:
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:
src/FakeXrmEasy.Core/Extensions/TypeExtensions.cs#L110
Missing XML comment for publicly visible type or member 'TypeExtensions.GetPrimaryIdFieldName(Type)'
|
Build:
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:
tests/FakeXrmEasy.Core.Tests/Middleware/Crud/FakeMessageExecutors/CreateRequestTests/CreateRequestRelatedEntitiesTests.cs#L16
The field 'CreateRequestRelatedEntitiesTests._salesOrderDetail2' is never used
|
Build:
tests/FakeXrmEasy.Core.Tests/Middleware/Crud/FakeMessageExecutors/CreateRequestTests/CreateRequestRelatedEntitiesTests.cs#L14
The field 'CreateRequestRelatedEntitiesTests._salesOrder' is never used
|
Build:
tests/FakeXrmEasy.Core.Tests/Extensions/EntityExtensions/CloneEntityTests.cs#L14
The field 'CloneEntityTests._clone' is never used
|
Build:
tests/FakeXrmEasy.Core.Tests/Middleware/Crud/FakeMessageExecutors/CreateRequestTests/CreateRequestRelatedEntitiesTests.cs#L15
The field 'CreateRequestRelatedEntitiesTests._salesOrderDetail1' is never used
|
Loading