Ameed.Xrm.SearchPOALandscape
1.2020.2.10
dotnet add package Ameed.Xrm.SearchPOALandscape --version 1.2020.2.10
NuGet\Install-Package Ameed.Xrm.SearchPOALandscape -Version 1.2020.2.10
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ameed.Xrm.SearchPOALandscape" Version="1.2020.2.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ameed.Xrm.SearchPOALandscape --version 1.2020.2.10
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Ameed.Xrm.SearchPOALandscape, 1.2020.2.10"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Ameed.Xrm.SearchPOALandscape as a Cake Addin #addin nuget:?package=Ameed.Xrm.SearchPOALandscape&version=1.2020.2.10 // Install Ameed.Xrm.SearchPOALandscape as a Cake Tool #tool nuget:?package=Ameed.Xrm.SearchPOALandscape&version=1.2020.2.10
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Fixed the null reference exception:
- code expected OrganizationServiceProxy as concrete type of IOrganizationService
- adjusted the code to also work with OrganizationWebProxyClient, which also is an instance of IOrganizationService type
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- XrmToolBox (>= 1.2020.2.36)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2020.2.10 | 30,841 | 2/10/2020 |
1.2018.12.31 | 15,548 | 12/31/2018 |
1.2018.12.28 | 1,440 | 12/28/2018 |
1.2018.12.18 | 2,273 | 12/18/2018 |
1.2018.1.4 | 34,987 | 1/4/2018 |
1.2017.5.23 | 75,725 | 5/23/2017 |
1.2017.5.17 | 9,386 | 5/17/2017 |
1.2017.5.16 | 1,834 | 5/16/2017 |
1.2017.4.23 | 16,072 | 4/23/2017 |
1.2017.4.21 | 2,255 | 4/21/2017 |
1.2017.4.19 | 18,350 | 4/19/2017 |
1.2020.2.10:
Fixed the null reference exception:
- code expected OrganizationServiceProxy as concrete type of IOrganizationService
- adjusted the code to also work with OrganizationWebProxyClient, which also is an instance of IOrganizationService type