Microsoft.PowerPlatform.Dataverse.ModelBuilderLib
1.0.18
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.PowerPlatform.Dataverse.ModelBuilderLib --version 1.0.18
NuGet\Install-Package Microsoft.PowerPlatform.Dataverse.ModelBuilderLib -Version 1.0.18
<PackageReference Include="Microsoft.PowerPlatform.Dataverse.ModelBuilderLib" Version="1.0.18" />
paket add Microsoft.PowerPlatform.Dataverse.ModelBuilderLib --version 1.0.18
#r "nuget: Microsoft.PowerPlatform.Dataverse.ModelBuilderLib, 1.0.18"
// Install Microsoft.PowerPlatform.Dataverse.ModelBuilderLib as a Cake Addin #addin nuget:?package=Microsoft.PowerPlatform.Dataverse.ModelBuilderLib&version=1.0.18 // Install Microsoft.PowerPlatform.Dataverse.ModelBuilderLib as a Cake Tool #tool nuget:?package=Microsoft.PowerPlatform.Dataverse.ModelBuilderLib&version=1.0.18
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 (>= 6.0.7)
- System.Xml.XmlDocument (>= 4.3.0)
-
net6.0
- System.CodeDom (>= 6.0.0)
- System.Configuration.ConfigurationManager (>= 6.0.0)
- System.Text.Json (>= 6.0.7)
- 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
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