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
The core platform service is currently built for net standard 1.0 because of which a bunch of functionality be it Console Redirection or Code navigation is not possible. This needs to change to either build against netcoreapp1.0 or a later netstandard.
Steps to reproduce
N.A
Expected behavior
The platform service for core should be able to have access to a larger API set providing richer functionality for .Net Core.
Actual behavior
The platform service for .Net Core is built against netstandard1.0.
Environment
N.A
The text was updated successfully, but these errors were encountered:
Add an integration test framework that runs tests for vstest.console.exe.
Create test assets for integration tests.
The test framework provides standard way to query for test assets, test runner
etc. irrespective of IDE or CI.
* Fix TestImpact smoke tests.
Use full path in test environment. Sign testimpact listener assembly.
* Add /tests and /testCaseFilter arguments for vstest.console.
Refactor tests to check for all IArgumentProcessor implementations in command
map.
* Rename test asset to not conflict with actual unit test projects.
* Fix inproc data collector interface implementation.
* Add set and reset environment to test script.
A few variables like TP_ROOT_DIR, TPT_TargetFramework, TPT_TargetRuntime are set before the test run.
Fix the usage of environment variable in integration tests.
* Update netci.groovy to run smoke tests.
Description
The core platform service is currently built for net standard 1.0 because of which a bunch of functionality be it Console Redirection or Code navigation is not possible. This needs to change to either build against netcoreapp1.0 or a later netstandard.
Steps to reproduce
N.A
Expected behavior
The platform service for core should be able to have access to a larger API set providing richer functionality for .Net Core.
Actual behavior
The platform service for .Net Core is built against netstandard1.0.
Environment
N.A
The text was updated successfully, but these errors were encountered: