ASTIC
Results
2
issues of
ASTIC
If i defined a single method for GET in the ApiVersioning/SwaggerODataSample `public SingleResult Get( [FromQuery] int? dummy = 1 ) ...` i will get the result `{ "error": { "code":...
bug
asp.net core
odata
.NET6 & OData 8.0.8 If a controller returns an IEnumerable as result, this is requested completely. This was partially correct in .NET Core 3.1. Especially with the parameter $top this...
investigating