-
We should improve the CI testing coverage by doing:
- [ ] switch to the official cmake action by github and add testing for multiple compile targets (Release, debug)
- [ ] DevSkim (code scanning)
-…
-
## Summary
- Create an API to retrieve the in-memory information about peggo
## Problem Definition
- We need this feature so that the frontend is able to retrieve which transacti…
-
I'm trying to update my api to support delta link/token. When I return a nextLink for my first responses, it works fine, but for the final response, when I try to return a deltaLink along a deltaTok…
-
When defining a function with single optional parameter, api returns 500 (Internal Server Error).
### Assemblies affected
Microsoft.AspNet.OData 7.0.1
#### Reproduce steps
```csharp
[…
-
- [x] I'm sure this issue is not a _duplicate_.
Platform: Windows 10
Code: Code Insiders
I've added the custom folder path at `C:\Users\JGrote\AppData\Roaming\Code - Insiders\User\vsico…
-
When migrating from app.UseMvc to app.UseRouting and app.UseEndpoints, I noticed that controllers that don't extend from ODataController began returning OData objects. This is due to the fact that…
-
I have a scenario where I make a POST call to a bound Action which is supposed to return a 201 Created, however ends up resulting in a failure to serialize and turns into a 400 BadRequest.
#…
-
In previous version of OData, a function such as below would be allowed in the model:
```C#
builder.Function("allMessages")
.SetBindingParameter("bindingParameter", builder.En…
-
I think it is because in file
https://github.com/OData/WebApi/blob/master/src/Microsoft.AspNetCore.OData/Batch/ODataBatchReaderExtensions.cs
in line 227 context.Request.Cookies = originalConte…
-
My goal is to disable $filter for a specific property of a navigation property such that I can do a query like
```
$filter=navProp/any(x: x/id eq )
```
but not
```
$filter=navProp/any(x: x/nam…