Michael Pizzo
                                            Michael Pizzo
                                        
                                    In particular, it's unclear from the description whether the nested nextlink is being generated but is invalid, or is not being generated, or exactly what the behavior may be. Assuming...
By "container" I assume you mean that you don't have a separate top-level collection ("entityset") that contains all of the countyDetails. That's what @gathogojr meant by "contained" -- the countyDetails...
Clement to investigate whether we are calling instances of changed methods through reflection.
According to the [OASIS CSDL Specification](https://docs.oasis-open.org/odata/odata-csdl-xml/v4.01/odata-csdl-xml-v4.01.html#sec_Target), it is not possible to target the schema element with external annotations. We will investigate the wording from the OData to OpenAPI specification. I...
Does this fix the issue with OData Client? I don't see where RelativeUrl gets set in MessageWriterSettings. Could it use BaseUri instead? #ByDesign
Sorry, I meant MessageReaderSettings. How/where does RequestUri get set when using ODataClient to read a result with relative URLs? --- In reply to: [406729387](https://github.com/OData/odata.net/pull/1211#issuecomment-406729387) [](ancestors = 406729387,406439921)
This fix appears to be specific to the contextUrl. how do we resolve relative urls in nextLinks, edit/readLinks, mediaLInks, relationshipLinks, etc.? #Resolved
Code appears to attempt to add the person to the datasource instance. Perhaps the instance isn't being maintained, so it is adding to a different instance than it is retrieving...
Yes; this would be a breaking change. No, we should not change it. Per protocol, if there is no type information (it's not a defined property and there's not @odata.type...
Supporting nested properties is a feature, but it's a bug that we handle non-nested properties the way that we do rather than returning a reasonable error, but we should implement...