Eric Erhardt
8e06989c8f
Add a workaround for a Sockets issue on Unix.
...
Adding an explicit reference to System.Net.NameResolution in our dotnet-projectmodel-server.Tests. The current build of Roslyn references an old version of System.Net.NameResolution which is the version that gets used during the test. Explicitly referencing the current CoreFX version for now. This should be reverted when the underlying bug gets fixed, or Roslyn moves to a newer CoreFX version.
2016-03-03 21:41:00 -06:00
Senthil
5cf680d2f0
Merge pull request #1678 from schellap/master
...
Fix host case comparison
2016-03-03 18:01:47 -08:00
Bryan Thornbury
d7bb28dd68
Update run-build.sh
2016-03-03 17:39:04 -08:00
Jared Parsons
d7cabe152f
Merge pull request #1392 from jaredpar/pdb
...
Make Portable PDB the default on Windows
2016-03-03 17:14:51 -08:00
Eric Erhardt
6468b14e1d
Move to CoreFX build rc2-23901
...
Update .exe's project.json Target Framework from dnxcore50 to netstandardapp1.5.
Update .dll's project.json Target Framework from dnxcore50 to netstandard1.3.
Adding workaround for DataContractSerialization to src\dotnet\project.json to fix crossgen issue.
Build 23901 has a dependency issue that doesn't allow the runtime.any.System.Private.DataContractSerialization
package to be restored. When we move to a new build of CoreFX we should take this workaround out.
2016-03-03 16:41:55 -06:00
Troy Dai
496d9fd141
Add test case for scenario in 1665
2016-03-03 13:13:15 -08:00
Troy Dai
81baacd641
Fix issue 1665: prevent sending null error message
2016-03-03 13:13:06 -08:00
Livar
d918d527bd
Merge pull request #1676 from livarcocc/unbound_test_collection
...
TestMessagesCollection with unbound BlockingQueue
2016-03-03 12:36:43 -08:00
Bryan
5cb1703a76
fix bold bleed
2016-03-03 12:15:16 -08:00
Pavel Krymets
d701e54d8c
Merge pull request #1671 from dotnet/pakrym/package-cache
...
Search for package cache hash file in right directory
2016-03-03 11:37:13 -08:00
schellap
58822cc37b
Fix host case comparison
2016-03-03 01:52:17 -08:00
Livar Cunha
db218ab11c
This fixes a race condition where if the runner takes to long to execute and we get two messages before the runner quits, we hit a blocking piece of code when trying to add new messages to the queue, which leads to a deadlock, where we need to finish the runner to process new messages but the runner won't quit because it is waiting for us to accept is other messages.
2016-03-03 00:11:13 -08:00
Livar
78dbbfc83d
Merge pull request #1673 from livarcocc/dotnet_test_framework
...
Use projectcontext.TargetFramwork for dotnet test design time
2016-03-02 23:34:46 -08:00
Livar Cunha
03b6b8ada0
We had a bug where the framework for design time runs of dotnet test was hard coded into dnxcore50. Moved some things around so that we will pack the target framework from the project context.
2016-03-02 22:15:02 -08:00
Pavel Krymets
30992babaf
Search for package cache hash file in right directory
2016-03-02 20:04:26 -08:00
Jared Parsons
2d25d1232a
Emit isn't on the CSharpCompilationOptions
2016-03-02 18:22:14 -08:00
Zlatko Knezevic
771f4ed163
Merge pull request #1482 from dotnet/blackdwarf-patch-1
...
[WIP] Installation scenarios for the CLI - spec
2016-03-02 17:28:52 -08:00
Zlatko Knezevic
fb10268a5c
Update and rename installation-scenarios.md to cli-installation-scenarios.md
2016-03-02 17:27:46 -08:00
Jared Parsons
b378fb0419
fixes
2016-03-02 16:24:54 -08:00
Jared Parsons
2deb9d343a
Plumbde through the option
2016-03-02 15:53:59 -08:00
Sridhar Periyasamy
3a4ce0a86b
Add support for building dotnet CLI on RHEL.
2016-03-02 15:47:46 -08:00
Livar
5b1ad5fe3e
Merge pull request #1652 from livarcocc/test_output_param
...
Added output param to dotnet test
2016-03-02 14:09:40 -08:00
Peter Schneider
a679f1dbb2
Fix for issue #1656
2016-03-02 22:13:00 +01:00
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