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

Add -NoProject switch #418

Open
markdnelson opened this issue Nov 5, 2024 · 0 comments
Open

Add -NoProject switch #418

markdnelson opened this issue Nov 5, 2024 · 0 comments
Labels
Feature New feature

Comments

@markdnelson
Copy link

Is your feature request related to a problem? Please describe.

A significant amount of time is spent adding each generated file to a project. If the project variable is null, adding the file is skipped, and code generation is significantly faster.

Describe the solution you'd like

Add a command line switch to the cli to skip project generation/adding the file to the project.

Describe alternatives you've considered

Improve the performance of adding each file to the project.

Additional context

C# projects no longer need to reference every file they contain, instead you can exclude files you don't want. This means that the presence of the file is enough to include it in your project.

@markdnelson markdnelson added the Feature New feature label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant