You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix DefaultExcludesInProjectFolder value ignored (#24063)
* Fix DefaultExcludesInProjectFolder value ignored
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.
0 commit comments