Greg.FetchXmlDom 1.2024.9.16

There is a newer version of this package available.
See the version list below for details.
dotnet add package Greg.FetchXmlDom --version 1.2024.9.16                
NuGet\Install-Package Greg.FetchXmlDom -Version 1.2024.9.16                
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="Greg.FetchXmlDom" Version="1.2024.9.16" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Greg.FetchXmlDom --version 1.2024.9.16                
#r "nuget: Greg.FetchXmlDom, 1.2024.9.16"                
#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 Greg.FetchXmlDom as a Cake Addin
#addin nuget:?package=Greg.FetchXmlDom&version=1.2024.9.16

// Install Greg.FetchXmlDom as a Cake Tool
#tool nuget:?package=Greg.FetchXmlDom&version=1.2024.9.16                

Greg.FetchXmlDom

A simple library that provides an object-oriented way to create FetchXml expressions for PowerApps / Dynamics 365.

Many users (me included) prefer QueryExpressions to FetchXml because they are strongly typed and easy to work with, thanks to intellisense and compile time checks. FetchXml is a bit more cumbersome, you need to manually manipulate XML files, and this may lead to unwanted errors at runtime.

At the same time, FetchXml is more powerful than QueryExpressions, and it is the only way to perform some kind of operations like aggregations, grouping, and complex joins.

This library provides a way to create FetchXml expressions in a strongly typed way.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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 net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.2024.9.17 111 9/5/2024
1.2024.9.16 119 9/3/2024
1.2024.9.15 105 9/2/2024
1.2024.9.14 100 9/2/2024
1.2024.9.13 93 9/2/2024
1.2024.9.12 106 9/2/2024