-
Notifications
You must be signed in to change notification settings - Fork 261
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
Open-source platform extensions and tooling #3133
Conversation
I still need to work on fixing the acceptance tests and review linux build/test behavior |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please consider adding the exact commit and link to repo from which you took the copy, so we can track changes back into history, even if internally.
@@ -29,9 +29,13 @@ | |||
<!-- Core --> | |||
<ItemGroup> | |||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(MicrosoftNETTestSdkVersion)" VersionOverride="$(MicrosoftNETTestSdkVersion)" Sdk="MSTest" /> | |||
<!-- Most of the times this dependency is not required but we leave the opportunity to align the version of the platform being used --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For future readers, consider commenting when it is not needed, and in which situation it might be needed. Because 2 years from now we won't know and will be afraid to remove this.
Co-authored-by: Jakub Jareš <[email protected]>
Following recent update, we are open sourcing all the extensions required for a behavior similar to VSTest.
Extracting code from https://github.com/microsoft/testanywhere/commit/2549f8dc1f973ae67c5d2cbf36e87131fd53c420