Microsoft.CrmSdk.XrmTooling.WpfControls.WithResources 9.1.0.17

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.CrmSdk.XrmTooling.WpfControls.WithResources --version 9.1.0.17
NuGet\Install-Package Microsoft.CrmSdk.XrmTooling.WpfControls.WithResources -Version 9.1.0.17
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="Microsoft.CrmSdk.XrmTooling.WpfControls.WithResources" Version="9.1.0.17" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.CrmSdk.XrmTooling.WpfControls.WithResources --version 9.1.0.17
#r "nuget: Microsoft.CrmSdk.XrmTooling.WpfControls.WithResources, 9.1.0.17"
#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 Microsoft.CrmSdk.XrmTooling.WpfControls.WithResources as a Cake Addin
#addin nuget:?package=Microsoft.CrmSdk.XrmTooling.WpfControls.WithResources&version=9.1.0.17

// Install Microsoft.CrmSdk.XrmTooling.WpfControls.WithResources as a Cake Tool
#tool nuget:?package=Microsoft.CrmSdk.XrmTooling.WpfControls.WithResources&version=9.1.0.17

This package contains the following official Microsoft assemblies and has been authored by the Microsoft Common Data Service SDK team.
- Microsoft.Xrm.Tooling.CrmConnectControl
- Microsoft.Xrm.Tooling.Ui.Resources
- Microsoft.Xrm.Tooling.WebResourceUtility

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 (2)

Showing the top 2 popular GitHub repositories that depend on Microsoft.CrmSdk.XrmTooling.WpfControls.WithResources:

Repository Stars
microsoft/PowerApps-Samples
Sample code for Power Apps, including Dataverse, model-driven apps, canvas apps, Power Apps component framework, portals, and AI Builder.
microsoft/Dynamics365-Apps-Samples
Sample code for Dynamics 365 apps
Version Downloads Last updated
9.1.1.45 289 11/28/2023
9.1.1.44 138 11/8/2023
9.1.1.41 234 7/20/2023
9.1.1.32 190 4/21/2023
9.1.1.30 167 4/20/2023
9.1.1.27 240 3/13/2023
9.1.1.1 529 7/11/2022
9.1.0.110 456 4/25/2022
9.1.0.108 708 3/9/2022
9.1.0.92 863 10/25/2021
9.1.0.90 385 9/22/2021
9.1.0.88 329 8/30/2021
9.1.0.87 321 8/29/2021
9.1.0.86 307 8/25/2021
9.1.0.79 448 4/29/2021
9.1.0.77 370 4/7/2021
9.1.0.68 574 1/6/2021
9.1.0.64 562 11/20/2020
9.1.0.63 443 11/18/2020
9.1.0.51 561 8/13/2020
9.1.0.49 577 7/15/2020
9.1.0.46 578 7/1/2020
9.1.0.44 521 6/12/2020
9.1.0.43 548 6/2/2020
9.1.0.42 606 4/20/2020
9.1.0.41 471 4/20/2020
9.1.0.39 832 3/25/2020
9.1.0.38 672 2/11/2020
9.1.0.37 547 2/7/2020
9.1.0.26 758 12/18/2019
9.1.0.25 569 12/5/2019
9.1.0.21 1,226 10/25/2019
9.1.0.17 637 10/16/2019
9.1.0.13 672 9/11/2019
9.0.2.26 773 7/23/2019
9.0.2.24 558 7/17/2019
9.0.2.16 646 5/22/2019
9.0.2.12 919 2/25/2019
9.0.2.11 697 2/7/2019
9.0.2.7 927 10/24/2018
9.0.2.5 1,387 9/17/2018
9.0.2.3 1,621 4/25/2018

These assemblies require application development using the Microsoft .NET Framework 4.6.2 or later.

9.1.0.17:
           Updating 9.1.0.8833 CDS/XRM release
           Updated default response sizes to support more verbose error messages from CDS
           
       9.1.0.13:
           Added Support for Current User ID login when using Online flows with oAuth
           **BREAKING CHANGE**
               ADAL 3.19+ is now required for this library.  ADAL 2.x clients will need to be updated to use ADAL 3.x+

       9.0.2.25:
         Added support for France and New US Geo's
         Added new behavior to return the full login error when initial connect fails in LastException.
         Fixed https activation issue introduced by .net 4.8. - This should no longer require http activation to be enabled on windows.
         Fixed issue where a long running cloned connection loses its access token.

       9.0.2.16:
           Added native support for handing throttling messages from server.

       9.0.2.14:
           Added Support for China Geo
           Minor changes to logging of Import Solution Activities

       9.0.2.12:
           Fixed bug in CrmServiceClient which would cause some OnPrem connections to fail with an error "Item already added to List"
           Minor Pref Improvements

       9.0.2.11:
           Updated to include Fixed version of CrmServiceClient and login control for new US Geo ( US Gov High )

       9.0.2.9:
           Picked up updated CrmServiceClient (Microsoft.Xrm.Tooling.Connector)
           .Net 4.6.2 is now required for this assembly.
           Added resiliency to "GET" operations in the API to improve API reliability.
           Added Support for new GEO,  "USGov High" with deploymentRegion=USGov
           Major cleanup pass on logging of errors,  Error logging should be more concise now.
           Updated HighContrast UX layout for accessibility

       9.0.2.8:
           Picked up updated CrmServiceClient (Microsoft.Xrm.Tooling.Connector)

       9.0.2.7:
           Fixed a bug that would occur when using oAuth based login where the same user windows session  ( login to windows ) was used to then connect to more than one user of CDS/CRM in the same domain.
               Example of failure:
                   user contoso\Jdoe (shared account) is used to login into a windows desktop.
                   On that desktop cdsuser1@contoso.com is used to login into CDS,  then a second application is lauched and the user cdsuser2@contoso.com is used to login into CDS.
                   This would result in login failure for the second user with a error indicating that ADAL could not determine which token to use to login.
           Fixed a bug in ExecuteCrmWebRequest where some http success codes would be incorrectly seen as a fault.

           Updated behavior to block use of token cache files when the setting CacheCredentials = false

       9.0.2.5:
            Fixed a bug with using ExecuteCrmWebRequest where SkipDiscovery was also used that would cause the command to fail with a malformed URI error.
           Fix to support SSO login, issue manifested as unable to execute a SSO login on second attempt.
           Fix to make local metadata cache instance aware,
           Issue manifested in a single client process where more then one connection was made to different CDS instances and the metadata helpers were used.  The Metadata would not be instance specific.
                   
           Streamlined .Clone support by removing unneeded WhoAmI validation call.
           Added new .Clone override to allow a developer to pass an assembly reference to the .Clone method to use when establishing strong types for that connection.
           Added addition error log details when a fault is detected
           Added settings to control inline retry of requests when request is failed due to a network related issue.
           ApiOperationRetryCountOverride - count of retries before the connection gives up.  default is 3.
           ApiOperationRetryDelayOverride - Time the system waits between retries in seconds.  default is 1.
       
       9.0.2.4:
           Added support for retrying SDK request if the server throws a retriable errors.
           Global Discovery is now preferred for all commercial regions as part of logon.
               This will remove the "Screen pops" that chain pop when choosing "Don’t Know" for your region.

       9.0.2.3:  
           Updated with Xrm.Tooling.Connector support - See Notes for this module for details.
           Added support for Skiping discovery using an app.config app setting entry called "SkipDiscovery" with a value of True
               Note: This will require you to enter the base URL of the instance your trying to connect to.
                   Applies to Online Connections only.
                   Intended for Microsoft Use only. Documented here for troubleshooting support when required.

       9.0.0.7: Fixed to allow External Authentication Type to function in released versions of Xrm.Tooling.Connector.dll
       9.0.0.5: 9.0 Initial Release
       9.0.0.2-preview:
           Improved cache system for faster reconnects.
           New interfaces to support certificate based auth.
           Added support to skip discovery
           Added Clone connection support of OAuth based connections
           Added New Authentication type to support externally hosted auth.
          **Note: Interface for Xrm.Tooling.Connector is *NOT* Final. there are new API interfaces that will be surfaced before GA.

       8.2.0.5:
           Fix to memory leak in Microsoft.Xrm.Tooling.Connector.TraceLoggerBase.  Trace Listener collection would not be released within a process over a very long time frame over multiple connections. This would manifest as increasing memory consumption over a very long period.
           Fix cleans this up on the .dispose() call on the CrmServiceClient.
           Note: if you have built your own logger based on the Microsoft.Xrm.Tooling.Connector.TraceLoggerBase, you must call .dispose() when you are done with it to clean up the listener collection assigned to it.

       8.2.0.4: Added Support for United Kingdom CRM GEO
       8.2.0.2: Fix of dependency issue in nuget package. Now properly requires .net 4.5.2 as a baseline
       8.2.0.1: Assembly version changed to 2.2.0.0
           Fixes:
           Many Accessibility fixes for screen readers.
           Added:
           New Function: CultureUtils.SetDisplayCulture(LCID),  This function provides support to relay out the UX based on localization needs ( RTL support )

       8.1.0: CRM Online 2016 Update 1
       8.0.2: UR1 (Update Rollup 1)
       8.0.0: RTM