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
#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

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 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.

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 29,187 2/10/2020
1.2018.12.31 15,511 12/31/2018
1.2018.12.28 1,409 12/28/2018
1.2018.12.18 2,238 12/18/2018
1.2018.1.4 34,948 1/4/2018
1.2017.5.23 75,694 5/23/2017
1.2017.5.17 9,355 5/17/2017
1.2017.5.16 1,802 5/16/2017
1.2017.4.23 16,041 4/23/2017
1.2017.4.21 2,224 4/21/2017
1.2017.4.19 18,287 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