You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Short summary (3-5 sentences) describing the issue.
Currently adding a new out of line annotation for singletons causes the VocabularyAnnotationInaccessibleTarget rule to fail. According to the OData spec singletons are uniquely identified and shoulc be able to be addressed using a unique target consutructed using the rule MySchema.MyEntityContainer/MySingleton
Short summary (3-5 sentences) describing the issue.
Currently adding a new out of line annotation for singletons causes the VocabularyAnnotationInaccessibleTarget rule to fail. According to the OData spec singletons are uniquely identified and shoulc be able to be addressed using a unique target consutructed using the rule
MySchema.MyEntityContainer/MySingleton
Assemblies affected
Assemblies affected 7.*
Reproduce steps
Using the following csdl
Expected result
No errors are produced.
Actual result
The entity set 'Me' could not be found.(18, 18)
The text was updated successfully, but these errors were encountered: