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

FileSystemProvider / New option to include scripts from subdirectories #194

Conversation

jesuissur
Copy link
Contributor

The FileSystemProvider now accepts an options argument. This argument holds the already existing options (encoding and filter) but also adds a new one: IncludeSubdirectories.

Thanks
Phil

@jesuissur
Copy link
Contributor Author

The following test is failing : DbUp.Tests.ApiTests.dbup_has_no_public_api_changes
I guess it's expected because I've exposed a new class (FileSystemProviderOptions) and put obsolete on some constructors of the FileSystemProvider class to use the one with the options argument instead of those overloads.

@JakeGinnivan JakeGinnivan merged commit 1ec3dc1 into DbUp:master Aug 14, 2016
@JakeGinnivan
Copy link
Member

Thanks, nice change

@jesuissur jesuissur deleted the SubDirectories_Options_For_FileSystemProvider branch August 17, 2016 14:32
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.

2 participants