Microsoft.PowerPlatform.Dataverse.ModelBuilderLib 2.0.6

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Microsoft.PowerPlatform.Dataverse.ModelBuilderLib --version 2.0.6
NuGet\Install-Package Microsoft.PowerPlatform.Dataverse.ModelBuilderLib -Version 2.0.6
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="2.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.PowerPlatform.Dataverse.ModelBuilderLib --version 2.0.6
#r "nuget: Microsoft.PowerPlatform.Dataverse.ModelBuilderLib, 2.0.6"
#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=2.0.6

// Install Microsoft.PowerPlatform.Dataverse.ModelBuilderLib as a Cake Tool
#tool nuget:?package=Microsoft.PowerPlatform.Dataverse.ModelBuilderLib&version=2.0.6

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.6 1,259 7/18/2023
1.0.23 674 4/21/2023
1.0.21 683 4/20/2023
1.0.18 920 3/13/2023
1.0.16 769 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

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