ODataBridge 0.2.4

dotnet tool install --global ODataBridge --version 0.2.4
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local ODataBridge --version 0.2.4
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=ODataBridge&version=0.2.4
                    
nuke :add-package ODataBridge --version 0.2.4
                    

ODataBridge

ODataBridge is a .NET 10 CLI scaffold for bringing legacy OData V3 services into modern .NET workflows.

The current scaffold includes:

  • a slnx solution file
  • a packable CLI project
  • an xUnit test project
  • central package management through Directory.Packages.props
  • shared build defaults through Directory.Build.props

Generate

Use the legacy compatibility path:

dotnet run --project src/ODataBridge.Cli -- generate \
  --config-file ../TestConnectedService/ConnectedService.json \
  --output-dir ../TestConnectedService/out

Or use native CLI inputs without a Visual Studio connected-service file:

dotnet run --project src/ODataBridge.Cli -- generate \
  --metadata ../TestConnectedService/metadata.xml \
  --output-dir ../TestConnectedService/out \
  --namespace Scanjour.Client \
  --file-name-prefix ScanjourClient

Generate one file per top-level generated type:

dotnet run --project src/ODataBridge.Cli -- generate \
  --metadata ../TestConnectedService/metadata.xml \
  --output-dir ../TestConnectedService/out-split \
  --split-files true

Current V3 baseline behavior:

  • --config-file is treated as a compatibility import format.
  • --metadata can replace the legacy config file entirely.
  • Legacy GenerateMultipleFiles is now honored by post-processing the generated client into one file per top-level type.
  • Split output defaults to file-scoped namespaces.
  • ExcludedSchemaTypes, ExcludedOperationImports, ExcludedBoundOperations, and MakeTypesInternal are still ignored on the V3 baseline and are reported as warnings when present in a legacy config.
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.

This package has no dependencies.

Version Downloads Last Updated
0.2.4 102 4/21/2026
0.2.0 100 4/9/2026
0.1.4 96 4/9/2026
0.1.3 95 4/9/2026
0.1.2 102 4/9/2026
0.1.1 105 4/8/2026
0.1.0 95 4/8/2026