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
Both recipes do the same in slightly different ways; rather than maintain both we want to only have one going forward.
Logging here, but should also be updated downstream.
Describe the solution you'd like
HasSourcePath fully removed, here and downstream, where it can be replaced with FindSourceFiles.
Evaluate if any downstream projects use the HasSourcePathregex option, and if so add that to FindSourceFiles.
Turns out HasSourcePath supported {.md,.txt} syntax, which FindSourceFiles does not (yet) support. Worked around this in downstream projects where we saw test failures; did not spot this elsewhere.
What problem are you trying to solve?
Both recipes do the same in slightly different ways; rather than maintain both we want to only have one going forward.
Logging here, but should also be updated downstream.
Describe the solution you'd like
HasSourcePath
fully removed, here and downstream, where it can be replaced withFindSourceFiles
.HasSourcePath
regex
option, and if so add that toFindSourceFiles
.HasSourcePath
withFindSourceFiles
downstream.HasSourcePath
here.Additional context
The text was updated successfully, but these errors were encountered: