Microsoft.CrmSdk.CoreTools 9.1.0.79

This package contains the official SDK tools authored by the Microsoft Common Data Service SDK team. The included command line tools are installed in the project's bin\coretools folder.

Showing the top 20 packages that depend on Microsoft.CrmSdk.CoreTools.

Packages Downloads
spkl
Simple and Lightweight deployment task runner for Dynamics 365
10
spkl
Simple and Lightweight deployment task runner for Dynamics 365
45

These tools may be used for application and solution development. The Microsoft .NET Framework 4.6.2 must be installed on the computer where these tools are to execute. For information about downloading the tools, see https://docs.microsoft.com/dynamics365/customer-engagement/developer/download-tools-nuget 9.1.0.79: SolutionPackager: - Fix XML declaration and encoding when packaging in localization files - Support for license/service plan entities 9.1.0.68: CrmServiceUtil: - Added Support to generate properties for EntitySetName, EntityCollectionName - Added new command line parameter to support removing the Generated Code Attribute from every class Command line parameter is /SuppressGeneratedCodeAttribute or /sgca for short. - Added Support to detect and modify the use of reserved SDK names by SolutionAware Entities. This should cut down on the issues seen when a solution aware entity includes a field name like "EntityLogicalName" Should this occur, a the class member will end up with the name "EntityLogicalName1" - Fixed an issue where an Empty Enum would be generated for an optionset with no members. Going forward, if an OptionSet exists with no members, it, and any property that utilizes it will be excluded from code gen. - Fixed an issue where an invalid SDK Message mapping could cause a null exception in the CrmServiceClientUtil. This edge case has appeared in a few environments with enough consistency to warrant a fix to the tool to handle that state. 9.1.0.64: SolutionPackager: - Correctly roundtrip empty NavigationSettings in AppModule - Exception will be thrown when canvas app doesn't have any matching filename with its name - Fixed crash when more than one SolutionPackager was running in parallel - Fixed args parsing issue when args has backslash followed by a quote - Added support for localization of sharded components 9.1.0.44: CrmServiceClient: Fixed Authority property data loss post clone process 9.1.0.43: SolutionPackager: Support service-side sharding of component files during extract and pack. Consequence of this when packing a solution zip: any subfolder and its files in the solution's root folder will be treated as potential component files and added to the solution.zip. Folders with names as bin/obj will be ignored during extract and pack. Support processing files longer than 260 chars Fix adding localization duplicates when writing resources into .resx file Improved performance while handling localized files Fixed crash when the same component file was referenced from different locations using web vs windows path to that file 9.1.0.39: Fixed a bug with components in managed solutions when the user was not passing packagetype argument. 9.1.0.38: SolutionPackager: - respect unmanaged SiteMap.xml if packing with '/useUnmanagedFileForMissingManaged' 9.1.0.22: SolutionPackager: - fix name detection in EnvironmentVariable components - emit actionable error message when referenced formula xaml file is missing in solution.zip 9.1.0.21: CrmServiceUtil: Fixed a bug with how errors are handled when they are raised from ADAL 3.19+. MFA Force Login will now work properly again. Added 3 new GEO's to Selection List. Region Name - RegionCode: United Arab Emirates - UAE South Africa - ZAF Germany (Go Local) - GER 9.1.0.14: SolutionPackager: - Added anonymous telemetry to SolutionPackager; to opt out use PowerApps CLI, see: [PowerApps CLI telemetry](https://docs.microsoft.com/en-us/powerapps/developer/component-framework/get-powerapps-cli#microsoft-powerapps-cli-telemetry) 9.1.0.13: CrmServiceUtil: ADAL 3.19+ is now required for this library. ADAL 2.x clients will need to be updated to use ADAL 3.x+ Added Support for Current User ID login when using Online flows with oAuth ( Including constructor/connection string support ) Added Support for ClientID Secret Auth when using oAuth flows. ( Including constructor/connection string support ) SolutionPackager: - support for Environment Variables (definitions and values) - support for Connectors - when packing components/subcomponents that distinguish unmanaged and managed XML files (e.g. AppModuleSiteMap, AppModule, FormXml), then use an unmanaged file if a '*_managed.xml' file cannot be found This is an opt-in behavior, selected by the new command line param: '/useUnmanagedFileForMissingManaged' - fixed NullReferenceException when package type was not specified and packaging both managed & unmanaged 9.0.3.5: bug fixes SolutionPackager: - allow relative folder paths (no longer 'invalid URL' errors) - RootComponentValidation for generic components now only warns, since a generic component cannot be validated 9.0.3.4: bug fixes: - CustomControl: issue helpful warnings and auto-generate metadata XML for incompletely migrated PCF controls - CrmServiceUtil: fix its assembly version to 9.0.0.0 (binary content already had 9.x functionality, but previous version showed misleadingly as being 8.x) 9.0.3.3: SolutionPackager: pack from single AppModuleSiteMaps file for packageType=both unless an explicit AppModuleSiteMap_managed.xml file is found 9.0.3.2: CrmSvcUtil: Added Support for China Geo 9.0.3.1: SolutionPackager: - support extract/pack for CustomControls, their custom manifest and control resources - support extract/pack Flow and CanvasApp - support extract/pack for not yet supported components; information in Customizations.xml and component files will be extracted and packed without roundtrip loss, but no parsing or component-specific checks 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 ) Applies to CrmSvcUtil primarily 9.0.2.9: Note .net 4.6.2 is now required as a baseline Fixed AppModuleSiteMap to support both unmanaged and managed local files side-by-side 9.0.2.6: Corrected Code Sign issue on SolutionPackager 9.0.2.5: Updated for 9.0.2.1080 CDS/XRM release Fixed an issue in SolutionPackager.exe where it was incorrectly adding a visualizations node to savedqueries nodes 9.0.2.4: Updated for 9.0.2.449 CDS/XRM release 9.0.2.3: Updated with Xrm.Tooling.Connector support Added new dependencies for Xrm.Tooling.Connector.dll 9.0.0.6: Adding missing file for interactive use of CrmServiceUtil. Will enabled the /il switch. 9.0.0.5: 9.0 Initial Release 9.0.0.2-Preview: 9.0 Initial Release SolutionPackager: Major updates to solution packager to support new component types. *note: SolutionPackager 8.x is not compatible with all component types in 9.x + XrmToolingConnector: 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. CrmSvcUtil: Seveal preformance updates. 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: Fixes: Addressed an issue with customers who use optionset type generators and or linq class access that do not have a handler to define type enum’s for optionsets. This update will provide support for older behaviors in addition to supporting developer who use enum based optionset generators 8.2.0.3: CrmSvcUtil.exe : Updated to correct version of crmsvcutil for the current version of CRM that exposes all command line switches SolutionPackager.exe: Fixes in dependency mapper and that caused issues with some solutions 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 Refreshed from current release Fixed site map packing issue in solutionpackager.exe 8.2.0: Removed Deprecated Assemblies and Executables. Updated to current bits. 8.1.0.1: Updated the Microsoft.IdentityModel.Clients.ActiveDirectory assemblies as required by the Xrm Tooling assemblies. 8.1.0: CRM Online 2016 Update 1 8.1-preview: Pre-release CRM Online 2016 Update 1 8.0.2.1: UR1 (Update Rollup 1) with customer related hotfix 8.0.2: UR1 (Update Rollup 1) 8.0.1: GA (General Availability) 8.0.0: RTM release * The CrmSvcUtil.exe program has been updated with additional command line parameters. For more information, run the program with no parameters to see the online help.

This package has no dependencies.

Version Downloads Last updated
9.1.0.179 0 13.07.2024
9.1.0.159 14 05.02.2024
9.1.0.158 8 31.01.2024
9.1.0.155 0 20.07.2023
9.1.0.146 0 21.04.2023
9.1.0.144 0 20.04.2023
9.1.0.115 0 11.07.2022
9.1.0.111 0 13.05.2022
9.1.0.110 0 25.04.2022
9.1.0.108 0 09.03.2022
9.1.0.92 0 25.10.2021
9.1.0.90 0 22.09.2021
9.1.0.88 0 30.08.2021
9.1.0.79 12 18.03.2024
9.1.0.77 0 07.04.2021
9.1.0.68 0 06.01.2021
9.1.0.64 0 20.11.2020
9.1.0.49 0 15.07.2020
9.1.0.46 0 01.07.2020
9.1.0.44 0 12.06.2020
9.1.0.43 0 02.06.2020
9.1.0.42 0 20.04.2020
9.1.0.41 0 20.04.2020
9.1.0.39 0 25.03.2020
9.1.0.38 0 11.02.2020
9.1.0.26 0 18.12.2019
9.1.0.25 0 05.12.2019
9.1.0.22 0 07.11.2019
9.1.0.21 0 25.10.2019
9.1.0.17 0 16.10.2019
9.1.0.13 0 11.09.2019
9.0.3.4 0 23.05.2019
9.0.3.1 0 03.04.2019
9.0.2.12 0 28.02.2019
9.0.2.11 0 07.02.2019
9.0.2.6 0 20.09.2018
9.0.2.5 0 17.09.2018
9.0.2.4 0 06.07.2018
9.0.0.7 1 02.09.2024
9.0.0.5 0 23.10.2017
9.0.0.4-Preview 0 29.08.2017
8.2.0.5 46 02.02.2024
8.2.0.4 0 22.03.2017
8.2.0.3 0 03.03.2017
8.2.0.1 0 10.12.2016
8.2.0 0 03.11.2016
8.1.0.2 0 26.05.2016
8.1.0.1 0 09.05.2016
8.1.0-preview 0 21.04.2016
8.0.2.1 0 22.02.2016
8.0.2 0 20.02.2016
8.0.1 0 15.12.2015
8.0.0 0 03.12.2015
8.0.0-preview2 0 23.11.2015
7.1.1 0 21.08.2015
7.1.0 0 28.04.2015
7.1.0-preview 0 17.03.2015
7.0.1 0 10.03.2015
7.0.0.3 0 14.01.2015
7.0.0.2 0 03.12.2014
7.0.0.1 0 02.12.2014
7.0.0 0 23.10.2014