John Gathogo

Results 107 comments of John Gathogo

@kfrentzel @GabrieleVolpato For a single-valued navigation property, you should implement controller actions matching either of the following: ```csharp // Let's say the single-valued navigation property is named "Customer" // DELETE...

@GabrieleVolpato I'll go ahead and close this. If the solution I proposed doesn't work, feel free to reopen it

@andygjp I believe the OData URI `/Emails?$expand=Customer/Default.VipCustomer` is invalid for two reasons: - The `Customer` navigation property may contain either a `Customer` or `VipCustomer` object. Trying to cast a `Customer`...

Thanks @radderz for reporting this issue. We currently don't evaluate conditions applied to the `JsonIgnore` attribute. Implementing support for that may also not be something that the team might consider...

Thank you @PG-Ayaney for reporting the issue. Would you consider contributing a pull request to address the feature gap?

Thank you @dxrdxr for reporting this issue. We welcome a contribution to resolve it if you're in a position to

Hi @ellizio. Thank you for reporting this issue. If you're able to contribute a pull request we'd be happy to review.

@manoack It's not clear to me whether what you want to do is to format decimals stored in the database as strings or to format decimals to strings. Either way...

Fixed by https://github.com/OData/AspNetCoreOData/pull/831