Greg.FetchXmlDom
1.2024.9.12
See the version list below for details.
dotnet add package Greg.FetchXmlDom --version 1.2024.9.12
NuGet\Install-Package Greg.FetchXmlDom -Version 1.2024.9.12
<PackageReference Include="Greg.FetchXmlDom" Version="1.2024.9.12" />
paket add Greg.FetchXmlDom --version 1.2024.9.12
#r "nuget: Greg.FetchXmlDom, 1.2024.9.12"
// Install Greg.FetchXmlDom as a Cake Addin #addin nuget:?package=Greg.FetchXmlDom&version=1.2024.9.12 // Install Greg.FetchXmlDom as a Cake Tool #tool nuget:?package=Greg.FetchXmlDom&version=1.2024.9.12
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 | Versions 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. |
-
.NETFramework 4.6.2
- Microsoft.PowerPlatform.Dataverse.Client (>= 1.1.32)
- System.ComponentModel.Annotations (>= 5.0.0)
-
net8.0
- Microsoft.PowerPlatform.Dataverse.Client (>= 1.1.32)
- System.ComponentModel.Annotations (>= 5.0.0)
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 |