-
I downloaded **odata-v4-server-mssql-example**. I have created database and i have changed Config in the connect.ts But i run ***NPM TEST*** its throwing me this error. Need quick help on this
-
Defining something like this:
``` markdown
## Resources [/resources{?$filter}]
```
throws the following error:
```
URI template expression "?$filter" contains invalid characters.
Allowed characters…
-
In Microsoft.OData.Client 7.21.3 the `Microsoft.OData.Client.DataService.Context.BulkUpdate()` method appears to [force the OData-Version header to 4.01](https://github.com/OData/odata.net/blob/98…
-
**Describe the bug**
In v4 the following request was allowed (i.e. it was not a bad request):-
```csharp
// v4 - this works
await _graphClient.Groups[targetGroup.Id].Members[user.Id].Request().G…
-
How to customize OData payload in V4 e.g.
payload
{
"@**odata.context**": "http://services.odata.org/TripPinRESTierService//$metadata#People",
"value": [
{
"@**odata.…
-
Using NuGet package [Simple.OData.V4.Client 6.0.1](https://www.nuget.org/packages/Simple.OData.V4.Client/6.0.1) I get the following exception on every request:
```
System.InvalidOperationException
…
-
All my trials to transform any OData metadata from XML to JSON using the [OASIS XSL transformations](https://github.com/oasis-tcs/odata-openapi) result in an error `not implemented: strip-space`.
T…
-
**Assemblies affected**
ASP.NET Core OData 8.x
**Describe the bug**
Excel doesn't escape '/' characters in keys when calling OData endpoint. Therefore, the routing fails.
**Reproduce steps**
…
-
I have an operation processor to add some query parameters to support OData and a TypeScript generated API when an action has `[EnableQuery]` on it.
```
public class ODataQueryableOperationProcess…
-
I installed jaysvcutil from npm.
I run it on my oData v4 endpoint:
`jaysvcutil -m http://localhost:17257/odata/$metadata -n XXX`
A JayDataContext.d.ts which shows my context class as this:
```
dec…
sheam updated
8 years ago