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

More extensibile nuget based adapter settings #2294

Closed
AbhitejJohn opened this issue Jan 7, 2020 · 2 comments
Closed

More extensibile nuget based adapter settings #2294

AbhitejJohn opened this issue Jan 7, 2020 · 2 comments

Comments

@AbhitejJohn
Copy link
Contributor

Currently settings for nuget based data collectors are difficult to specify given that the code base entry cannot be a fixed path on disk.
Currently this is achieved by adding in a check in the vstest code to fix this up based on a build property that supplies test adapter paths through a VSTestTestAdapterPath build property.
We'd either want to have an inbuilt mechanism that falls back to adapter paths if a codebase entry is not a path or we'd want to have a better mechanism for adapters to specify a full file path.
Originated from a discussion at #2288

@MarcoRossignoli
Copy link
Contributor

MarcoRossignoli commented Jan 7, 2020

For the completeness at the moment there is a fallback inside inproc collector based on list of paths passed to host before testing

PR #2288 remove custom code that pass coverlet.collector.dll base path.

@nohwnd
Copy link
Member

nohwnd commented Jul 9, 2024

This is a new feature and won't be implemented, we are focusing on adding new features to Testing.Platform instead. https://aka.ms/testingplatform

@nohwnd nohwnd closed this as not planned Won't fix, can't repro, duplicate, stale Jul 9, 2024
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

No branches or pull requests

3 participants