AlbanianXrm.PowerPlatform.EntitySerializer.Sources 1.23.10150

dotnet add package AlbanianXrm.PowerPlatform.EntitySerializer.Sources --version 1.23.10150
                    
NuGet\Install-Package AlbanianXrm.PowerPlatform.EntitySerializer.Sources -Version 1.23.10150
                    
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="AlbanianXrm.PowerPlatform.EntitySerializer.Sources" Version="1.23.10150" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AlbanianXrm.PowerPlatform.EntitySerializer.Sources" Version="1.23.10150" />
                    
Directory.Packages.props
<PackageReference Include="AlbanianXrm.PowerPlatform.EntitySerializer.Sources" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AlbanianXrm.PowerPlatform.EntitySerializer.Sources --version 1.23.10150
                    
#r "nuget: AlbanianXrm.PowerPlatform.EntitySerializer.Sources, 1.23.10150"
                    
#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.
#addin nuget:?package=AlbanianXrm.PowerPlatform.EntitySerializer.Sources&version=1.23.10150
                    
Install AlbanianXrm.PowerPlatform.EntitySerializer.Sources as a Cake Addin
#tool nuget:?package=AlbanianXrm.PowerPlatform.EntitySerializer.Sources&version=1.23.10150
                    
Install AlbanianXrm.PowerPlatform.EntitySerializer.Sources as a Cake Tool

AlbanianXrm.PowerPlatform.EntitySerializer

Build Status
Build Status
Build history
Package NuGet
AlbanianXrm.PowerPlatform.EntitySerializer.Sources AlbanianXrm.PowerPlatform.EntitySerializer.Sources

This library can serialize an Microsoft.Xrm.Sdk.Entity to Json and back using System.Text.Json.

Usage

To use the library:

  1. Get the package from NuGet:
nuget install AlbanianXrm.PowerPlatform.EntitySerializer.Sources
  1. Use EntitySerializer or the JsonConverters with your JsonSerializerOptions instance to serialize/deserialize your data.
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.23.10150 420 10/15/2023

v1.23.10150:
- First release