Fdw.Data.OData 1.1.0-rc.1

This is a prerelease version of Fdw.Data.OData.
dotnet add package Fdw.Data.OData --version 1.1.0-rc.1
                    
NuGet\Install-Package Fdw.Data.OData -Version 1.1.0-rc.1
                    
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="Fdw.Data.OData" Version="1.1.0-rc.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fdw.Data.OData" Version="1.1.0-rc.1" />
                    
Directory.Packages.props
<PackageReference Include="Fdw.Data.OData" />
                    
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 Fdw.Data.OData --version 1.1.0-rc.1
                    
#r "nuget: Fdw.Data.OData, 1.1.0-rc.1"
                    
#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.
#:package Fdw.Data.OData@1.1.0-rc.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Fdw.Data.OData&version=1.1.0-rc.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Fdw.Data.OData&version=1.1.0-rc.1&prerelease
                    
Install as a Cake Tool

Fdw.Data.OData

OData query translation and metadata mapping.

A TypeCollection and its options — an extensible enum. Members are discovered at compile time and reachable by ByName / ById / All; a lookup that finds nothing returns a NotFound sentinel rather than null, so a caller never has to null-check a lookup.

A module initializer collects every [TypeOption] in every referenced assembly and dedupes them into the collection at load. Adding a member is a package reference plus a declaration — the collection itself is never edited.

Collections

Type Kind Purpose
ODataCommandTranslators class TypeCollection of REST/OData data command translators. Discovered at compile-time via TypeCollection…
ODataResultCodes class TypeCollection for REST data translator result codes. Codes use categorized numbers (Id == EventId ==…

Options (15 declared)

Type Kind Purpose
ContainerNullCode class Container parameter is null.
DeleteFilterInvalidCode class DeleteCommand has invalid Filter expression.
DeleteFilterRequiredCode class DeleteCommand requires Filter in metadata for safety.
DeleteResourceIdNotFoundCode class Cannot determine resource ID from Filter expression.
DeleteTranslationFailedCode class Failed to translate DELETE command.
InsertDataRequiredCode class InsertCommand requires Data in metadata.
InsertTranslationFailedCode class Failed to translate INSERT command.
ODataCommandTranslators class TypeCollection of REST/OData data command translators. Discovered at compile-time via TypeCollection…
ODataDeleteTranslator class Translates DeleteCommand to REST DELETE request.
ODataInsertTranslator class Translates InsertCommand to REST POST request with JSON body.
ODataQueryTranslator class Translates QueryCommand to REST GET request with OData query parameters.
ODataUpdateTranslator class Translates UpdateCommand to REST PUT/PATCH request with JSON body.
QueryTranslationFailedCode class Failed to translate QUERY command.
UpdateDataRequiredCode class UpdateCommand requires Data in metadata.
UpdateResourceIdNotFoundCode class Cannot determine resource ID for update.
UpdateTranslationFailedCode class Failed to translate UPDATE command.

Installation

dotnet add package Fdw.Data.OData --prerelease

Dependencies

Fdw.Collections · Fdw.Commands.Data · Fdw.Commands.Data.Abstractions · Fdw.Data · Fdw.Data.Abstractions · Fdw.MessageLogging.Abstractions · Fdw.Results · Fdw.Services.Connections.Abstractions

Build-time only (generators and analyzers, not runtime dependencies): Fdw.Collections.SourceGenerators · Fdw.MessageLogging.SourceGenerators


Part of FractalDataWorks 1.0.0-rc.1. Licensed under Apache-2.0.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows 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.1.0-rc.1 0 9/15/2026
1.0.1-rc.4 56 9/2/2026
1.0.1-rc.3 57 9/2/2026
1.0.1-rc.2 46 9/1/2026
1.0.1-rc.1 48 8/31/2026
1.0.0-rc.10 54 8/28/2026
1.0.0-rc.9 62 8/25/2026
1.0.0-rc.8 55 8/25/2026
1.0.0-rc.6.1 61 8/20/2026
1.0.0-rc.6 62 8/20/2026
1.0.0-rc.5 61 8/19/2026
1.0.0-rc.4 57 8/19/2026
1.0.0-rc.3 70 8/17/2026
1.0.0-rc.1 64 8/10/2026