-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Need to return SourceRoot Items to for referenced projects #43476
Labels
Comments
14 tasks
Can we get this into 3.1.xxx servicing? |
Ping on servicing? This affects code coverage tools that will need this data. |
Jared answered in the PR, master goes to both 5.0.xxx and 3.1.xxx branches, so the answer is yes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version Used:
Latest
We need to return the
SourceRoot
items calculated byInitializeSourceRootMappedPaths
so that other tools can access the map outside of the immediate project. No target returns theSourceRoot
items today.This was needed to enable Coverlet, and likely other tools to work. Coverlet had to get the
SourceRoot
items for each of the projects referenced by a test project.@tmat and I worked with @MarcoRossignoli to come up with a solution. To work, we need to either add a new target like this:
Or return the
SourceRoot
's fromInitializeSourceRootMappedPaths
directly.See coverlet-coverage/coverlet#363
The text was updated successfully, but these errors were encountered: