David

Results 6 issues of David

*Short summary (3-5 sentences) describing the issue.* The CSDL writer does not take into account any preferences and as such is too rigid to support the preference for including or...

feature
Major release opportunity
milestone investigation

Annotations in Edm cannot bind to a target path of more[ than 3 parts.](https://github.com/OData/odata.net/blob/2486d9f70532efcd9b651525fa765e2c621b1dc1/src/Microsoft.OData.Edm/Csdl/Semantics/CsdlSemanticsVocabularyAnnotation.cs#L287) ` MySchema.MyEntityContainer/MySingleton/MyComplexProperty/MyContainmentNavProp ` ### Assemblies affected *Which assemblies and versions are known to be affected e.g....

bug
P2

### Is your feature request related to a problem? Please describe. Currently users are unable to use the current code generation features outside visual studio #### Describe the solution you'd...

Feature
HacktoberFest

Refactors tests and prepares code for #411 Moves all UI tests to use await async and removes the .Wait() call that could hide any async bugs or COM extension communication...

Updates codegen to be async and builds on top of #413 - [x] Migrates the code generator to transform async. - [x] Uses the Threading model within visual studio. -...

#### Is your feature request related to a problem? Please describe. Currently, most of the Connected Service tests utilize `Task.Wait()` to ensure that the context does not shift from the...

Feature