-
Notifications
You must be signed in to change notification settings - Fork 181
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
Option to prevent the prefix from being added to the output path #300
Comments
Hi,
When i was playing around with this, i seemed to get mixed results. However i seem to get different results when ran from the EXE - it always adding it. I believe it is because the command line version goes through CodeUtilities.ParseNamespace which seems to always append the Prefix. (so is this inconsistant behaviour a bug ?) So, what i was requesting with this feature request, was really how i was expecting it to work: e.g. for an XSD with namespace "Foobar" - set to separate files Expecting files to like Also, while i was testing the behaviour of this running as a library, i wrote about 20 unit test (which test the current behaviour) - with the Prefix being added in a few different ways, 1 file vs Separate files, etc. |
Sure. If you're interested, a PR implementing the behavior you have described (optionally create separate folders for every namespace component) would be welcome as well. |
Hi,
It would be nice if there was an option to prevent the Prefix from being added to the output path
thanks
Mike
The text was updated successfully, but these errors were encountered: