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

Feature: Add files to build output #363

Open
marzullo opened this issue Sep 15, 2020 · 1 comment
Open

Feature: Add files to build output #363

marzullo opened this issue Sep 15, 2020 · 1 comment

Comments

@marzullo
Copy link

marzullo commented Sep 15, 2020

Purpose of this feature is to primarily provide a method to include various configuration or extra dependencies to the build output folder. My common use case is including database configurations when running short NHibernate scripts. LinqPad provides an option to include a global app.config, so I figure this accomplishes a similar use case.

Button on the toolbar creates the dialog below to add/remove files. The file list is contained within IApplicationSettings so they are saved and serialized with the rest of the user options.
image
image

Do you have any thoughts on this feature being added?

@aelij
Copy link
Member

aelij commented Oct 7, 2020

I would rather this be added to the document and not via a UI panel, for example:

#content "mycontent.xml"

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

No branches or pull requests

2 participants