Microsoft.PowerPlatform.Dataverse.ModelBuilderLib
2.0.11
Prefix Reserved
dotnet add package Microsoft.PowerPlatform.Dataverse.ModelBuilderLib --version 2.0.11
NuGet\Install-Package Microsoft.PowerPlatform.Dataverse.ModelBuilderLib -Version 2.0.11
<PackageReference Include="Microsoft.PowerPlatform.Dataverse.ModelBuilderLib" Version="2.0.11" />
paket add Microsoft.PowerPlatform.Dataverse.ModelBuilderLib --version 2.0.11
#r "nuget: Microsoft.PowerPlatform.Dataverse.ModelBuilderLib, 2.0.11"
// Install Microsoft.PowerPlatform.Dataverse.ModelBuilderLib as a Cake Addin #addin nuget:?package=Microsoft.PowerPlatform.Dataverse.ModelBuilderLib&version=2.0.11 // Install Microsoft.PowerPlatform.Dataverse.ModelBuilderLib as a Cake Tool #tool nuget:?package=Microsoft.PowerPlatform.Dataverse.ModelBuilderLib&version=2.0.11
Dataverse Model Builder is used to generate classes and API contracts from Dataverse Metadata
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- System.CodeDom (>= 6.0.0)
- System.Configuration.ConfigurationManager (>= 6.0.0)
- System.Text.Json (>= 7.0.3)
- System.Xml.XmlDocument (>= 4.3.0)
-
net6.0
- System.CodeDom (>= 6.0.0)
- System.Configuration.ConfigurationManager (>= 6.0.0)
- System.Text.Json (>= 7.0.3)
- System.Xml.XmlDocument (>= 4.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Microsoft.PowerPlatform.Dataverse.ModelBuilderLib:
Package | Downloads |
---|---|
DLaB.Xrm.EarlyBoundGeneratorV2.Api
Generates Early Bound Entities/Option Sets/Actions Without XrmToolBox Dependencies. Uses ModelBuilder from the PAC. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Notice:
Class and Message Generation Utility library for the Power Platform Dataverse API.
Port of the CrmServiceUtility for use with PAC CLI and other hosts
General Documentation about CrmServiceUtility can be found here:
https://docs.microsoft.com/en-us/power-apps/developer/data-platform/org-service/generate-early-bound-classes
2.0.11:
Dependency changes:
System.Text.Json moved to 7.0.3
2.0.6:
--- BREAKING CHANGES ---
Assembly and File Versions bumped to 2.x to denote breaking changes.
Refactored ModelBuilderLib Constructor.
Removed all console write operations for reporting status and replaced with events.
Removed GenerateActions Command from invoker and Settings, Replaced with GenerateSdkMessages.
- Existing settings files will read the value for GenerateActions and use it for GenerateSdkMessages.
--- END BREAKING CHANGES ---
Added Ilogger Support for capturing detailed output.
Added /emitEntityETC control for emitting ETC code in code base, Defaulted is now to not emit ETC on write.
Added /emitVirtualAttributes control for emitting Virtual Attributes as part of ModelBuilding. This allows access to "name" properties that are stored in the formatedvalues property bag.
-- added at the request of git: https://github.com/microsoft/powerplatform-vscode/issues/509
Updated Suppress Code Generation attribute behavior to remove tool version from files.
Updated generation of field enums to a partial class to support the request on Git: https://github.com/microsoft/powerplatform-vscode/discussions/558
Fixed issue where Warning about not writhing Proxy attribute was not emitted to the console. https://github.com/microsoft/powerplatform-vscode/issues/516
Fixed issue where SDK message builder would miss messages due to the volume of data being read from Dataverse. https://github.com/microsoft/powerplatform-vscode/issues/413
1.0.23:
Fix for Messages requiring wild card specifiers. You can now pass message names by themselves to the builder.
Fix for incorrect generation of messages that exist in Microsoft.Xrm.Sdk.Messages or Microsoft.Crm.Sdk.Messages namespaces.
1.0.18:
Fix for GIT reported issue: https://github.com/microsoft/powerplatform-vscode/issues/362, Helped Dataverse Modelbuilder find its way... it now has a name and a version number.
Fix for GIT reported issue https://github.com/microsoft/powerplatform-vscode/issues/361 , suppressINotifyPattern now properly acts as a toggle.
Fix for GIT reported issue: https://github.com/microsoft/powerplatform-vscode/issues/363 for missing description text for static functions.
Modified OptionSet Label value to respect the system default language configuration.
1.0.9:
Fixed an issue where both /out and /outdirectory could be passed. This created a situation where there was confusion on which path directive would be used for writing.
Fixed Perf issue where Messages were being loaded from Dataverse when they were not needed.
1.0.4:
Initial Release of Cross Platform Port of the CrmServiceUtility as the DataverseModelBuilderLibrary