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

Core platform service built for the latest Core CLR #19

Closed
AbhitejJohn opened this issue Oct 24, 2016 · 0 comments
Closed

Core platform service built for the latest Core CLR #19

AbhitejJohn opened this issue Oct 24, 2016 · 0 comments
Assignees
Milestone

Comments

@AbhitejJohn
Copy link
Contributor

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

@AbhitejJohn AbhitejJohn added this to the S109 milestone Oct 24, 2016
@AbhitejJohn AbhitejJohn modified the milestones: S110, S109 Nov 21, 2016
@AbhitejJohn AbhitejJohn modified the milestones: S110, S111 Dec 8, 2016
@AbhitejJohn AbhitejJohn modified the milestones: S114, S111 Jan 22, 2017
@AbhitejJohn AbhitejJohn modified the milestone: S116 Mar 20, 2017
singhsarab pushed a commit to singhsarab/testfx that referenced this issue Apr 8, 2019
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.
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

2 participants