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

Implemented code generation splitting by either namespace name or individual class name #34

Closed
wants to merge 23 commits into from

Conversation

mamift
Copy link
Owner

@mamift mamift commented Aug 1, 2021

Implemented generating individual C# source code files by either individual namespace or individual classes using new configuration elements:

  <CodeGeneration>
    <SplitCodeFiles By="Namespace" />
  </CodeGeneration>

To take advantage of the new functionality, create a new sample configuration file using the linqtoxsd config -e <xsdfilefile.xsd> command or update your existing configuration file using the above XML fragment and run the appropriate linqtoxsd gen command.

@mamift
Copy link
Owner Author

mamift commented Mar 28, 2022

Too many changes made in master branch since draft; abandoned for now.

@mamift mamift closed this Mar 28, 2022
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

Successfully merging this pull request may close these issues.

Modify the LinqToXsd program such that it will emit one xml namespace to one corresponding c# file.
1 participant