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

Schema creator bug fixed #5

Open
AmeerMansour opened this issue Dec 23, 2020 · 1 comment
Open

Schema creator bug fixed #5

AmeerMansour opened this issue Dec 23, 2020 · 1 comment

Comments

@AmeerMansour
Copy link

in ScheamCreator.cs
schemaAttribute.VendorId = schemaAttribute.VendorId;

it shall be

schemaBuilder.SetVendorId( schemaAttribute.VendorId);

@AmeerMansour AmeerMansour changed the title creator bug fixed Schema creator bug fixed Dec 23, 2020
@AmeerMansour AmeerMansour reopened this Dec 23, 2020
@harrymattison
Copy link
Contributor

This is fixed in #4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants