Commit graph

838 commits

Author SHA1 Message Date
Pavel Krymets
0e41c93ca7 Split library type, add path resolution 2016-01-07 15:35:43 -08:00
David Fowler
af06d781c8 Don't fail framework assembly resolution for version mismatches
- This allows a nice warning to appear if the version is floated
2016-01-07 14:33:29 -08:00
Bryan Thornbury
51d5b5baef Merge pull request #731 from brthor/manpage_fixes
Fix Manpages in Debian Package
2016-01-07 13:30:15 -08:00
Sridhar Periyasamy
8a21543d62 Update README.md
Fix debian package download link.
2016-01-07 13:08:54 -08:00
Pavel Krymets
fee3785ad2 Merge pull request #744 from dotnet/pakrym/pack
Add DependencyModel to packages output
2016-01-07 09:44:11 -08:00
Pavel Krymets
5216a9e839 Add DependencyModel to packages output 2016-01-07 09:34:00 -08:00
Senthil
697debb5d4 Merge pull request #681 from schellap/refac
Refactor and build library for corehost
2016-01-07 02:58:23 -08:00
Senthil
bda35e2dcf Merge pull request #739 from dotnet/ref-all-lib
Reference all available standard libraries
2016-01-06 22:34:00 -08:00
Krzysztof Wicher
8d6e548ada Merge pull request #741 from krwq/fix_nupkg
fix producing nuget packages during the build
2016-01-06 22:09:13 -08:00
Piotr Puszkiewicz
ba105960b8 Merge pull request #730 from dotnet/blackdwarf-patch-2
Update README.md
2016-01-06 18:34:35 -08:00
Senthil
b11ac0160f Refactoring for corehost servicing 2016-01-06 18:15:41 -08:00
Piotr Puszkiewicz
7bd3ece90d Merge pull request #736 from brthor/stream_forwarding_remove
Remove StreamForwarder Tests from E2E
2016-01-06 17:42:02 -08:00
Krzysztof Wicher
4d455ad230 fix producing nuget packages during the build 2016-01-06 17:27:44 -08:00
Senthil
06ff1552ce Reference all available standard libraries 2016-01-06 16:15:18 -08:00
Bryan
17176edb80 Remove StreamForwarder Tests from E2E 2016-01-06 15:30:56 -08:00
Bryan Thornbury
f77cdb9c36 Fix Iteration over bash arrays so manpages are packed properly in package_tool. 2016-01-06 21:19:23 +00:00
Zlatko Knezevic
c50e0d9cdc Update README.md
Remove the instructions to add DOTNET_HOME env variable post-install for Linux and OS X since it is not needed anymore. 

Fixes #685
2016-01-06 11:14:37 -08:00
Piotr Puszkiewicz
ab6e9577aa Merge pull request #713 from piotrpMSFT/piotrpMSFT/Issue694/DotnetRestore
dotnet-restore
2016-01-06 02:27:51 -08:00
piotrp
08dd628172 create dotnet-restore.exe 2016-01-06 01:46:10 -08:00
Piotr Puszkiewicz
12edb9adb4 Merge pull request #717 from dotnet/pakrym/deps3
Rename Load() to Instance for DependencyContext
2016-01-06 01:14:22 -08:00
Piotr Puszkiewicz
6b1e11a1c9 Merge pull request #722 from Sridhar-MS/centos-tests
Enable running tests for CentOS
2016-01-06 01:14:04 -08:00
Piotr Puszkiewicz
4f18f938d4 Merge pull request #725 from piotrpMSFT/piotrpMSFT/issue724/CliUtilsPublic
Cli.Utils internal --> public
squashed
2016-01-06 00:57:19 -08:00
piotrp
47f79e4d99 Cli.Utils internal --> public 2016-01-06 00:44:41 -08:00
Sridhar Periyasamy
2ebb28819e Enable running tests for CentOS
CentOS tests were blocked due to issue https://github.com/dotnet/corefx/issues/5066.
It has been fixed with the latest NetStandardLibrary, hence upgrading from 1.0.0-rc2-23616 to 1.0.0-rc2-23704.
With this fix the native shims are correctly restored by dnx for RID centos.7-x64.
2016-01-05 18:11:38 -08:00
Bryan Thornbury
57c1b0357b Merge pull request #719 from brthor/visual_xunit
Enable visual xunit results.
2016-01-05 17:31:54 -08:00
Sridhar Periyasamy
0a1306f6b4 Merge pull request #705 from brthor/test_diagnosability
End to End Test Refactoring. Use Test Infrastructure
2016-01-05 16:57:30 -08:00
Bryan
7425691fe6 Fixup some Usings Statements. Remove SkipForOS function in favor of ActiveIssue 2016-01-05 16:05:43 -08:00
Bryan
6f2002b896 Enable visual xunit results.
Fixup xml test results name
2016-01-05 15:54:50 -08:00
Pavel Krymets
10ecaeba65 Rename Load() to Instance for DependencyContext 2016-01-05 15:35:32 -08:00
Pavel Krymets
e39d30ba9c Add compilation options to dependency context 2016-01-05 15:13:14 -08:00
Bryan
18d17ce8c5 End to End Test Refactoring. Build upon Publish Test Infrastructure and add
capability for further testing.s enter the commit message for your changes. Lines starting
2016-01-05 13:40:33 -08:00
Bryan Thornbury
697e99ea6e Merge pull request #675 from brthor/native_subdirectory_support
Use subdirectories in publish for native
2016-01-05 11:55:58 -08:00
Piotr Puszkiewicz
615f5ac787 Merge pull request #699 from piotrpMSFT/piotrpMSFT/issue696/DepsGen
ProjectContext.MakeRunnable
2016-01-05 11:46:52 -08:00
piotrp
e0303526f5 put back trailing slash approach. this diserves a second look... 2016-01-05 02:39:18 -08:00
piotrp
49007197e8 self-closing ifs 2016-01-05 01:49:31 -08:00
piotrp
cb90b1122c Some PR feedback, cleaning up namespaces. 2016-01-05 01:49:28 -08:00
piotrp
ef0fc05119 ProjectContext.MakeRunnable
PR Feedback

Fixing naming of GetContentFiles
2016-01-05 01:49:27 -08:00
Piotr Puszkiewicz
a20cffb9e3 Merge pull request #709 from piotrpMSFT/piotrpMSFT/Issue707/--no-cache-OffForDevBuilds
restore --quiet flag
2016-01-05 01:45:23 -08:00
piotrp
9071d1f40f --quiet flag 2016-01-05 01:42:16 -08:00
Piotr Puszkiewicz
648feecd7b Merge pull request #708 from piotrpMSFT/piotrpMSFT/Issue707/--no-cache-OffForDevBuilds
Allow NuGet cache for non-CI builds
2016-01-05 01:31:27 -08:00
piotrp
570cda0bad fix syntax 2016-01-05 00:57:21 -08:00
piotrp
b980f061d5 Allow NuGet cache for non-CI builds 2016-01-05 00:37:23 -08:00
Piotr Puszkiewicz
7b59c580d0 Merge pull request #701 from piotrpMSFT/piotrpMSFT/698/BuildPerformance
Improve build performance

After making this change, the following improvements were observed. All values in minutes.

| Build Flavor    | Previous (3 build avg) | Current | Improvement |
|-----------------|------------------------|---------|-------------|
| CentOS Debug    | 29.66667               | 22      | 7.666667    |
| CentOS Release  | 25.33333               | 17      | 8.333333    |
| Ubuntu Debug    | 29.66667               | 23      | 6.666667    |
| Ubuntu Release  | 29.66667               | 24      | 5.666667    |
| OS X Debug      | 31.66667               | 25      | 6.666667    |
| OS X Release    | 31.33333               | 30      | 1.333333    |
| Windows Debug   | 22.33333               | 20      | 2.333333    |
| Windows Release | 22.33333               | 20      | 2.333333    |12345678910
2016-01-04 22:52:08 -08:00
piotrp
f4b31b80d9 Fix comment 2016-01-04 19:32:10 -08:00
piotrp
ef4f62c87d Enable crossgen of Stage 1 compiler
Eliminate differences between compiling stage 1 and stage 2 to reduce complexity
2016-01-04 19:32:09 -08:00
Troy Dai
20205c4f02 Save dotnet-projectmodel-server.exe to output 2016-01-04 17:48:34 -08:00
Bryan
89de0c2172 Use --native-subdirectory when publishing cli projects.
This gives support for files to publish in subdirectories
from dependency nuget packages.

Additionally Change Native Compilation to consume these paths.
2016-01-04 14:42:49 -08:00
Bryan Thornbury
f987810e44 Merge pull request #695 from dotnet/e2e-stderr
Assert StdErr is empty for E2E Test
2016-01-04 14:28:47 -08:00
Bryan Thornbury
892c393509 Assert StdErr is empty for E2E Test
This is a quick fix to improve test diagnosability with the E2E Test. 

We see situations where the output executable fails and we are left without any error output. 

This addition should output any stderr output from the output executable.

cc @piotrpMSFT
2016-01-04 12:56:22 -08:00
Manish Jayaswal
8b8496c828 Merge pull request #679 from ManishJayaswal/master
fixes couple of bugs for the scenario where we are passing project context to repl
2016-01-04 09:11:13 -08:00