Gigabyte0x1337
Gigabyte0x1337
Close the issue if it is solved, thanks.
OData only generates expression trees, check if the expression tree is correct by doing it on a static list with the same data shape. if so it's an ef issue.
You can enable a lot of routing options, for routing does that help? ``` builder.Services.AddControllers() .AddOData((options, serviceProvider) => { options.RouteOptions.EnableKeyInParenthesis = true; options.RouteOptions.EnableNonParenthesisForEmptyParameterFunction = true; options.RouteOptions.EnableQualifiedOperationCall = true; options.RouteOptions.EnableUnqualifiedOperationCall =...
This is not possible yet because we need a different input/output formatter i made a project and got pretty far but the only issue is that you can't parse input...
[Program.cs.txt](https://github.com/OData/AspNetCoreOData/files/8734264/Program.cs.txt)
> @Gigabyte0x1337 but it will not work without EDM model as with Controllers, right? > > Also I think Batch will not be able to handle this as well I...
#700 Maybe related
I tried but there is something wrong with the accuracy when converting to onnx, the model works fine in python in pytorch but after convering it has very bad accuracy...
> The wait is _almost_ over. `6.0` Preview 1 is now available with support for OData 8.0 and .NET 6.0: > > * [Asp.Versioning.OData](https://www.nuget.org/packages/Asp.Versioning.OData) > * [Asp.Versioning.OData.ApiExplorer](https://www.nuget.org/packages/Asp.Versioning.OData.ApiExplorer) > > You...
I created a proof of concept with new .NET features which helps with some ideas on the possibilities for implementation. There is some extra code that doesn't need to be...