David Yee

Results 4 comments of David Yee

I was testing the $batch feature out in our project as well (.NET Core 2.2, OData 7.2.1) with just a single GET request and received the same error as well....

I also ran into this issue using the latest OData.Client 7.9.0 in a Blazor WASM 6.0.0-preview.3 app. There are two workarounds that appear to work: ## Option 1: Force cast...

We're noticing this issue too on our DotNet Core 3.1 projects using the latest `Microsoft.AspNetCore.OData` 7.3.0. We are specifying `HasKey` by model configuration which appears to write the correct $metadata...

Nebular is usually quite behind the current Angular versions. The workaround without having to use `npm install -f` is to define the peerDependencies of the Nebular package(s) using the [`overrides`](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides)...