Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uri parsing on type cast on property allowed in validation vocabulary #1295

Merged
merged 2 commits into from
Dec 7, 2018

Commits on Dec 6, 2018

  1. Uri parsing on type cast using DerivedTypeConstraints term

    1. Type cast on singleton: ~/Me/NS.Cast
    2. Type cast on entity set: /Users/NS.Cast
    3. Type cast on entity: ~/users(1)/NS.Cast
    4. Type cast on property: ~/user(1)/property/NS.Cast
    5. Type cast on navigation property:
    ~/users(1)/navigationproperty/NS.Cast
    6. Type cast on binding parameter
    xuzhg committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    3f32f46 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. Resolve the comments

    xuzhg committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    c9c9cea View commit details
    Browse the repository at this point in the history