Skip to content

Unit Test Project Type #10

Answered by BetimBeja
victorsolaya asked this question in Q&A
Jan 20, 2022 · 1 comments · 6 replies
Discussion options

You must be logged in to vote

Hello Victor,
there are two versions of FakeXrmEasy:

  • v2 that you can use to test your plugins, NuGet package Microsoft.CrmSdk.CoreAssemblies, The test project should target the FULL .Net Framework (ex. v4.6.2)
  • v3 that you can use to test your azure functions or integrations based on the new Microsoft.PowerPlatform.Dataverse.Client nuget package.

Regarding Create Query, I am not sure I understood correctly, there are overloads that use Early-Bound entities (where you can omit entity name) or Late-Bound entities where the entity name is required.

https://github.com/DynamicsValue/fake-xrm-easy-core/blob/8c8bcf1150766c58c4a8415afc00b3f9f11e870d/src/FakeXrmEasy.Core/XrmFakedContext.Queries.c…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@jordimontana82
Comment options

@jordimontana82
Comment options

@victorsolaya
Comment options

@jordimontana82
Comment options

@victorsolaya
Comment options

Answer selected by jordimontana82
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants