Commit graph

1760 commits

Author SHA1 Message Date
Jared Parsons
e56858b4b3 Make Portable PDB the default on Windows
VS 2015 Update 2 CTP has been released which has support for debugging portable PDBs.  Now is a good time to make the transition so a) we can root out any remaining issues with portable PDBs and b) have larger dogfooding of the VS debugging experience here.

closes #704
2016-03-02 09:58:41 -08:00
Troy Dai
b63705198c Merge branch 'troy/1569' into rel/1.0.0 2016-03-02 09:31:36 -08:00
Livar
66a4554290 Merge pull request #1640 from livarcocc/update_xunit_runner
Updating tests to use the latest version of dotnet-test-xunit
2016-03-01 22:47:37 -08:00
Livar Cunha
ebab175d17 Added a command factory where you can fix the output parameters that will flow to the commands, like configuration, outputpath and in the future, framework, runtime and base path. 2016-03-01 22:28:46 -08:00
Livar Cunha
9953ab48b3 Changing from serializing ProcessStartInfo to our own TestStartInfo class, because serializing ProcessStartInfo doesn't really work cross-platform due to unsupported properties. 2016-03-01 21:53:51 -08:00
Troy Dai
4dff646f5d Update ProjectManager error message 2016-03-01 19:45:45 -08:00
Livar Cunha
4108920510 Updating tests to use the latest version of dotnet-test-xunit, which supports debugging from VS. Also updating our xproj files so that we can build the CLI from VS using the CLI. 2016-03-01 16:28:10 -08:00
Troy Dai
9f8906fdac Update dotnet projectmodel tests 2016-03-01 12:58:30 -08:00
Troy Dai
bcd656daec Fix logging error 2016-03-01 12:58:30 -08:00
Troy Dai
78433197b3 Add tests to capture issue 1568 2016-03-01 12:58:30 -08:00
Pawel Kadluczka
ab5df03700 Merge pull request #1630 from dotnet/pawelka/pinned
Do not download a pinned version of cli if it is already installed.
2016-03-01 08:41:54 -08:00
Troy Dai
7582649f88 Merge branch 'troy/add.test.wip' into rel/1.0.0 2016-02-29 22:32:19 -08:00
Troy Dai
13f97b0cb8 Replace TestHelper with TestAssetsManager 2016-02-29 21:34:48 -08:00
Troy Dai
f7e4714dc5 Integrate ProjectModel server tests 2016-02-29 20:40:04 -08:00
moozzyk
3f43386d2a Do not download a pinned version of cli if it is already installed.
Fixes #1628
2016-02-29 16:03:50 -08:00
Sridhar Periyasamy
de89da6a3a Merge pull request #1551 from Sridhar-MS/cli-x86-support
Add support for building Windows x86 version of dotnet CLI
2016-02-29 14:59:51 -08:00
Sridhar Periyasamy
106aa69ce1 Add '--targets' option to the build scripts which take a comma separated
list of build targets.
2016-02-29 13:05:38 -08:00
Zlatko Knezevic
93f0a2b28d Merge pull request #1611 from blackdwarf/isstemplate
Adding ISSUE_TEMPLATE
2016-02-29 11:24:02 -08:00
Zlatko Knezevic
9d742e41ac Merge pull request #1538 from blackdwarf/buildscriptfix
Fixing the name of the OS X package
2016-02-29 11:23:50 -08:00
Zlatko Knezevic
18b0273850 Responding to PR feedback 2016-02-29 06:57:47 -08:00
Zlatko Knezevic
b5de686ba4 Merge pull request #1621 from rkakadia/patch-1
Update canonical.md
2016-02-28 13:07:01 -08:00
Piotr Puszkiewicz
08c011e088 Merge pull request #1622 from rkakadia/patch-2
Update canonical.md
2016-02-28 12:56:38 -08:00
rkakadia
8aeba7806b Update canonical.md
Typo
2016-02-27 21:57:02 -05:00
rkakadia
f1399ed25a Update canonical.md
Fixed typo.
2016-02-27 21:51:50 -05:00
Livar
1740854a85 Merge pull request #1610 from livarcocc/remove_net461_build_tests
Removing net 461 from the build tests, as we are also missing that framework from our VSO machines at the moment.
2016-02-27 15:03:30 -08:00
Livar
208a0f31ec Merge pull request #1609 from livarcocc/dotnet_test_xunit_command
Dotnet test creating the command using dotnet-test-xunit
2016-02-27 15:03:14 -08:00
David Fowler
12aade5d76 Merge pull request #1615 from pdelvo/autogenheader
Add a auto-generated header to the assembly info file that is created on build
2016-02-27 08:40:29 -08:00
Dennis Fischer
61281b4580 Add a auto-generated header to the assembly info file that is created on build 2016-02-27 15:05:45 +01:00
Zlatko Knezevic
f981ac245e Responding to PR feedback 2016-02-26 21:11:32 -08:00
Sridhar Periyasamy
85ca7c183d Upgrade the roslyn packages to 1.3.0-beta1-20160225-02.
This version has the fix for https://github.com/dotnet/roslyn/issues/8951
2016-02-26 16:00:54 -08:00
Zlatko Knezevic
1736b6530d Adding ISSUE_TEMPLATE
Addin template for new issues. Also adding instructions for
"clone, run, repro" that we want to be at.
2016-02-26 15:23:55 -08:00
Troy Dai
268dd603cc Ensure Microsoft.CSharp reference is not duplicated 2016-02-26 15:06:39 -08:00
Livar Cunha
b14881d303 Removing net 461 from the build tests, as we are also missing that framework from our VSO machines at the moment. 2016-02-26 14:53:27 -08:00
Sridhar Periyasamy
01d2656be1 Merge branch 'rel/1.0.0' of https://github.com/dotnet/cli into cli-x86-support 2016-02-26 14:34:25 -08:00
Livar Cunha
5b5d2cd31a Adding a new factory that creates the command as is, without adding the dotnet to it. We need it so that the runner can pass dotnet-test-xunit and get back the final corehost command, which is the right one for VS to use and attach to. 2016-02-26 14:34:23 -08:00
Livar
14e8b184bd Merge pull request #1597 from livarcocc/debug_tests_fixes
Test Runner test started needs to handle messages when dotnet test is in TestStarted state
2016-02-26 10:49:36 -08:00
David Fowler
0818068e0b Merge pull request #1564 from dotnet/anurse/update-deps-json-spec
Update deps.json spec for portable application model
2016-02-25 21:06:58 -08:00
Pavel Krymets
9d09d8aeac Merge pull request #1594 from dotnet/pakrym/dth-ref
Fix design time host regression that caused project references being additionaly referenced as metadata
2016-02-25 19:50:08 -08:00
Senthil
5d396aaa15 Merge pull request #1598 from schellap/buildcpp
Add cpp compiler flags to build
2016-02-25 19:40:22 -08:00
Senthil
f165aa5e68 Add cpp compiler flags 2016-02-25 18:12:00 -08:00
Livar Cunha
46b1fb42c0 Test Runner test started needs to handle messages when dotnet test is in a TestStarted state, as we will receive multiple test started messages. Also, to prevent a crash, when we get a message that terminates the adapter or the runner, we need to stop listening. Unfortunately, this needs to be directly where we read the messages, because if we give a handler a chance to handle that message, the reader will already be trying to read again. 2016-02-25 17:36:13 -08:00
Livar
178d05a5ec Merge pull request #1590 from livarcocc/remove_net20_40_build_tests
The multitarget framework build tests is failing in VSO for net20 and net40
2016-02-25 15:14:14 -08:00
Pavel Krymets
fa55e6fa2b Fix DHT when referencing projects 2016-02-25 13:50:10 -08:00
Livar Cunha
58b8e332c1 The multitarget framework build tests is failing in VSO for net20 and net40 because it requires specific things installed at the machine. Removing the tests for these two frameworks. 2016-02-25 11:18:28 -08:00
Livar
b00a75e3ea Merge pull request #1552 from livarcocc/make_version_check_optional
Making the version check an optional message for test discovery and test run.
2016-02-25 08:35:28 -08:00
Zlatko Knezevic
e36f976266 Merge pull request #1583 from AlexKeySmith/AlexKeySmith-readmechanges
Links to dev docs in root readme
2016-02-25 07:04:05 -08:00
Eric Erhardt
445b1b3adb Merge pull request #1526 from eerhardt/UpdateCI
Enable installer tests in our CI.
2016-02-25 08:59:18 -06:00
Alex KeySmith
fc3f28f780 Links to dev docs in root readme 2016-02-25 09:58:24 +00:00
David Fowler
e23bd4d1d3 Update global.json
Remove the SDK version from the project file
2016-02-25 00:04:17 -08:00
David Fowler
1fe78c2b4d Merge pull request #1577 from dotnet/davidfowl/remove-compile
Remove top level compile command
2016-02-24 22:33:35 -08:00