Microsoft.CrmSdk.Extensions
5.0.18
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.CrmSdk.Extensions --version 5.0.18
NuGet\Install-Package Microsoft.CrmSdk.Extensions -Version 5.0.18
<PackageReference Include="Microsoft.CrmSdk.Extensions" Version="5.0.18" />
paket add Microsoft.CrmSdk.Extensions --version 5.0.18
#r "nuget: Microsoft.CrmSdk.Extensions, 5.0.18"
// Install Microsoft.CrmSdk.Extensions as a Cake Addin #addin nuget:?package=Microsoft.CrmSdk.Extensions&version=5.0.18 // Install Microsoft.CrmSdk.Extensions as a Cake Tool #tool nuget:?package=Microsoft.CrmSdk.Extensions&version=5.0.18
This package contains the official Microsoft.Xrm.Client.dll and Microsoft.Xrm.Portal assemblies, the CrmSvcUtil tool, and the WebsiteCopy tool. This package has been authored by the Microsoft Dynamics CRM SDK team.
The tools can be found in the bin\tools folder of the project.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.0
- Microsoft.CrmSdk.CoreAssemblies (>= 5.0.17)
- Microsoft.CrmSdk.Deployment (>= 5.0.17)
- WindowsAzure.ServiceBus (>= 2.1.2)
NuGet packages (22)
Showing the top 5 NuGet packages that depend on Microsoft.CrmSdk.Extensions:
Package | Downloads |
---|---|
FakeXrmEasy.2015
Utilities to streamline unit testing in Dynamics CRM 2015 by faking the IOrganizationService against an In-Memory context which runs blazingly fast. |
|
FakeXrmEasy.2013
Utilities to streamline unit testing in Dynamics CRM 2013 by faking the IOrganizationService against an In-Memory context which runs blazingly fast. |
|
XrmUnitTest.2015
Contains Xrm Unit Testing Library |
|
Xrm.Framework.Test
xRM Framework Test Library for Dynamics CRM 2015 |
|
CrmAdo
CrmAdo is an ADO.Net data provider for Dynamics Crm. It's goal is to make it easy for you to perform CRUD operations against Dynamics Crm. It exposes Dynamics to you as an ordinary ADO.Net data source that you can execute SQL commands against. It allows you to use the familiar ADO.Net classes to connect to, and perform your queries against Dynamics CRM. Architecturally, CrmAdo sits on top of the Dynamics SDK, and handles all the conversion between your SQL commands into the appropriate IOrganisation web service calls and interactions behind the scenes. |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Microsoft.CrmSdk.Extensions:
Repository | Stars |
---|---|
scottdurow/SparkleXrm
An open-source library for building Dynamics CRM XRM solutions using Script#, jQuery & Knockoutjs.
|
|
jordimontana82/fake-xrm-easy
The testing framework for Dynamics CRM and Dynamics 365 which runs on an In-Memory context and deals with mocks or fakes for you
|
|
WaelHamze/xrm-ci-framework
xRM CI Framework provides you with the tools automate the build and deployment of your CRM Solution. Using the framework to implement a fully automated DevOps pipeline will allow you to deploy more frequently with added consistency and quality.
|