Skip to content

Fix DefaultExcludesInProjectFolder value ignored #24063

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

Merged
merged 2 commits into from
Feb 23, 2022
Merged

Conversation

ViktorHofer
Copy link
Member

@ViktorHofer ViktorHofer commented Feb 23, 2022

The DefaultItemExcludesInProjectFolder property is never defined and was likely forgotten to be renamed. Because of that, the DefaultExcludesInProjectFolder property overwrites any user set value. Add DefaultExcludesInProjectFolder and keep DefaultItemExcludesInProjectFolder to not break existing consumers.

The DefaultItemExcludesInProjectFolder property is never defined and was highly likely forgotten to be renamed. Because of that, the DefaultExcludesInProjectFolder property overwrites any user set values.
@ViktorHofer ViktorHofer self-assigned this Feb 23, 2022
@ghost ghost added the Area-WebSDK label Feb 23, 2022
@dsplaisted
Copy link
Member

This probably was a mistake, but I'm not sure about taking the change now, as it looks like there are projects setting the property that isn't otherwise set or used in the SDK: https://github.com/search?q=DefaultItemExcludesInProjectFolder&type=code

@ViktorHofer
Copy link
Member Author

ViktorHofer commented Feb 23, 2022

What about excluding both DefaultItemExcludesInProjectFolder and DefaultExcludesInProjectFolder so that it matches the documentation but also doesn't break existing consumers?

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

Successfully merging this pull request may close these issues.

2 participants