Garrett DeBruin

Results 149 comments of Garrett DeBruin

It appears that we are not parsing correctly from ODL. There seems to be a confounding issue that this exception is not caught in WebApi and surfaced as a 5xx...

Hi @andygjp, after discussing it within the team, the issue here is actually with the "on-the-wire" representation. Take the case where a client calls `GET /customers` and the first entity...

@MolallaComm I see your [PR](https://github.com/OData/AspNetCoreOData/pull/543) looks a lot like this [post](https://github.com/OData/AspNetCoreOData/issues/420#issuecomment-1069024981) from @MattiaMagliocchetti . Can you confirm that? And can both of you confirm that this seems to have fixed...

I left a couple of small comments, but I really like this change, thanks for adding the test case. @xuzhg, since you are more familiar with this repo can you...

I am adding context from one of our investigations meetings to each of the EDM related work items. Please keep these scenarios in mind when investigating this work item: It...

With the above scenarios in mind, we should move the `UseDefault` property to the interface assuming that the EDM types haven't been re-structured in such a way that makes this...

Garrett, follow-up with Sam about the all-up investigation for EDM since a lot of those items are assigned to you.

Hey @lpagithub, can you provide a more specific example? I want to make sure I have a proper comparison with the use of `DefaultResolveType` and whatever other code is 5...

Is there a reason that you are instantiating multiple `DataServiceContext`s? Can you share what that code looks like?

Got it, thanks, I didn't realize `Container` in your example was the `DataServiceContext`. We want to avoid making `resolveTypesCache` `static` exactly because of the type conflicts that you mentioned. In...