Simple OData v4 LINQPad dynamic driver.
Forked from meancrazy/LINQPadOData4 and updated for LINQPad 9 / .NET 10.
- Connect to OData v4 endpoints from LINQPad
- Auto-generate strongly-typed C# classes from
$metadata - Browse entity sets, properties, and navigation properties in the schema explorer
- Support for Basic / Windows / Client Certificate authentication
- Custom HTTP headers, proxy, and invalid SSL certificate acceptance
| LINQPad | .NET | Driver |
|---|---|---|
| 9.x | 10 | This release (OData4.LINQPadDriver.Net10) |
| 8.x | 8 | Original NuGet package v2.0.0 |
- Download
OData4.LINQPadDriver.Net10.lpx6from the Releases page - Drag & drop into LINQPad 9, or double-click the file
dotnet build -c ReleaseThe post-build step copies the output to %LocalAppData%\LINQPad\Drivers\DataContext\NetCore\OData4.LINQPadDriver.Net10\ for local testing.
- Microsoft.OData.Client 8.4.3
- Microsoft.CodeAnalysis.CSharp 4.14.0
- LINQPad.Reference 1.3.1
MIT - Original copyright (c) Dmitrii Smirnov