Microsoft.PowerPlatform.Dataverse.ModelBuilderLib 1.0.18

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.PowerPlatform.Dataverse.ModelBuilderLib --version 1.0.18
NuGet\Install-Package Microsoft.PowerPlatform.Dataverse.ModelBuilderLib -Version 1.0.18
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.PowerPlatform.Dataverse.ModelBuilderLib" Version="1.0.18" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.PowerPlatform.Dataverse.ModelBuilderLib --version 1.0.18
#r "nuget: Microsoft.PowerPlatform.Dataverse.ModelBuilderLib, 1.0.18"
#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.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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Microsoft.PowerPlatform.Dataverse.ModelBuilderLib:

Package Downloads
DLaB.Xrm.EarlyBoundGeneratorV2.Api The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.

Version Downloads Last updated
2.0.11 109 5/8/2024
2.0.10 81 5/7/2024
2.0.6 1,336 7/18/2023
1.0.23 677 4/21/2023
1.0.21 685 4/20/2023
1.0.18 922 3/13/2023
1.0.16 772 12/16/2022

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