John Kalberer

Results 16 comments of John Kalberer

@smourier thanks for this. Do you know of any way to set the model in the request?

@joserito - I think I ended up just using an older version of OData which isn't ideal...

Any update on this? Anyone figure out a solution for dynamic models?

I have something I think would work as a solution which I was using in conjunction with the dynamic EDM models -- but I can probably replace the dynamic EDM...

[Hey everyone, I got motivated over the weekend and I implemented a different way to filter the properties on entities by overriding the behavior of the `EnableQueryAttribute` instead of using...

So the key is just this line `builder.AddService(ServiceLifetime.Scoped, sp =>`? I will give your code a go but I tried using dependency injection. The callback would only run once so...

@rbmanian75 - check out my example. I actually do this there. I think the code is outdated and has a few bugs but it will give you the general idea.

Yes, I updated all my nuget packages and now my old formatter is broken.

I have a fix in `https://github.com/brewskey/art`. Waiting for it to be merged here https://github.com/react-native-community/art/pull/65

Yeah, I'm also running into the issue. Did you ever figure out a solution?