-
There is no sample or documentation on using queries like "$top" using this SDK. Please update the docs / samples to include this information.
For example, how do you use this SDK to implement this…
ghost updated
4 years ago
-
I've found that using filter on a folder (in this case my root / Shared Documents in SharePoint) it doesn't return the folder
```
var folderSearch = await serviceClient!
.Drives[drive…
-
I have Get action in controller:
```
public IActionResult Get(ODataQueryOptions queryOptions, CancellationToken cancellationToken)
{
var query = MyDBContext.Set().ToL…
-
Calling odata query synchronously is possible by LINQ .Where and .FirstOrDefault call on the entity set IQueryable. Calling the same query with async/await is not possible using LINQ, but you have…
Mek7 updated
9 months ago
-
One central feature about OData is it's capability to allow the client to determine the data shape of the response. The two main operations here are `$select`ing properties of an entity and `$expand`i…
-
**Assemblies affected**
ASP.NET Core OData 8.x
**Describe the bug**
When [Select] attribute on Entity without [Page(MaxTop = 100)] attribute, then MaxTop set to 0
For entity without [Select] att…
-
It seems a string formatting error since it's missing the } that close the object
Following the script that I use:
$ClientSecretCredential = New-Object -TypeName System.Management.Automation.PSC…
-
**Assemblies affected**
ASP.NET Core OData 8.x
**Describe the bug**
Wrong error message when a query options is not enabled in the global configuration but enabled in the controller.
**Reprodu…
-
I want to filter on a nullable DateOnly type field. Currently this throws an exception.
### Assemblies affected
Microsoft.OData.Core.dll v7.20
### Reproduce steps
- have a sql database wit…
-
### Q&A (please complete the following information)
- OS: Windows
- Browser: Firefox, Edge
- Version: SaaS
Example Swagger/OpenAPI definition:
```yaml
/me/RecentCommunication(senderEm…