Commit graph

850 commits

Author SHA1 Message Date
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
David Fowler
162e50b112 Fix package id version checking during pack
- The logic wasn't in sync with nuget.exe
2016-01-03 09:49:14 -08:00
David Fowler
5dbb7ab44d Project model cleanup
- Use ProjectResolver in the ProjectDependencyProvider
- Remove environment variable reading in the project reader and moved it to dotnet-pack
2016-01-03 08:18:25 -08:00
David Fowler
4b07b2d034 Project model server cleanup
- Removed unused message types
- Removed intermediate ProjectInfo and ProjectState types
- Renamed Snapshot to ProjectSnapshot and ProjectSnapshot to ProjectContextSnapshot
- Exposed Project on ProjectContextCollection
- Removed AllDiagnostics message since it won't be used
- Renamed ProjectContextManager to ProjectManager
- Create project context snapshot in one pass
- Create project contexts lookup inline
- Consistent naming of payloads
2016-01-03 00:34:00 -08:00
Manish Jayaswal
41f4c926a7 Merge pull request #677 from dotnet/ManishJayaswal-patch-1
Update Readme.md
2015-12-31 11:37:33 -08:00
Manish Jayaswal
8b3ac13b31 fixes couple of bugs while passing project context to repl 2015-12-31 11:32:19 -08:00
Manish Jayaswal
3aafe72cd4 Update Readme.md
Fixed a typo
2015-12-31 09:38:04 -08:00
Piotr Puszkiewicz
7481f10e45 Merge pull request #662 from tannergooding/ReplSeedProjectContext
Adding support for seeding the repl with a project context.
2015-12-30 11:35:43 -08:00
Piotr Puszkiewicz
a24eeb17ec Merge pull request #672 from dotnet/671/source-common
Source Common in check-prereqs.sh
2015-12-30 11:27:13 -08:00
Bryan Thornbury
7ddbb5d5e3 Source Common in check-prereqs.sh
Fixes #671
2015-12-30 10:34:00 -08:00
Tanner Gooding
8b9190ed35 Responding to more feedback to PR #662 and adding some comments to detail how/why the code functions. 2015-12-30 09:41:45 -08:00
Piotr Puszkiewicz
1f30eccbca Merge pull request #636 from dotnet/blackdwarf-patch-1
Update dotnet-publish README.md
2015-12-30 01:49:40 -08:00
Piotr Puszkiewicz
fd2bb64ced Merge pull request #469 from brthor/publish_subdirs
Opt-In Enable Subdirectories from native assets of dependency packages in Publish Output
2015-12-30 00:40:00 -08:00
Piotr Puszkiewicz
63abe9ce1d Merge pull request #661 from blackdwarf/manpages
Add manual pages for current commands
2015-12-29 23:08:51 -08:00
Piotr Puszkiewicz
dc9a446a97 Merge pull request #664 from cdmihai/updateReadmes
Update readmes to refer to build instead of compile
2015-12-29 23:03:16 -08:00
Piotr Puszkiewicz
ae065c49cf Merge pull request #667 from piotrpMSFT/piotrpMSFT/issue/OSXRID
Allow two-part OS X version numbers

Windows build succeeded, but message to github seems to have been lost.
2015-12-29 23:02:57 -08:00
Senthil
edba297d0d Merge pull request #666 from dotnet/nosrv1
Fix bug as getenv returns true on empty env var
2015-12-29 22:38:04 -08:00
Gaurav Khanna
f1d9503a6e Merge pull request #665 from gkhanna79/FixILCSDK
Fix the trimming of terminating slashes when computing ILCSDKPath
2015-12-29 20:44:03 -08:00
Piotr Puszkiewicz
f1587a4c0e Allow two-part OS X version numbers 2015-12-29 20:16:05 -08:00
Gaurav Khanna
23470368b2 Fix the trimming of terminating slashes when computing ILCSDKPath
Remove lxstubs.cpp from Linux JIT compile
2015-12-29 17:25:21 -08:00
Zlatko Knezevic
e4849553a5 Responding to PR feedback 2015-12-29 17:23:28 -08:00
Zlatko Knezevic
5f1f3d894f Merge pull request #1 from brthor/debugdocs
Enable copying manpages from documentation folder to package_layout_d…
2015-12-29 17:09:45 -08:00
Senthil
d9356b1ee5 Fix bug as getenv returns true on empty env var 2015-12-29 17:04:22 -08:00
Bryan
7b89cceed5 Enable copying manpages from documentation folder to package_layout_dir for consumption by package_tool and ultimately inclusion in the debian package 2015-12-29 16:44:46 -08:00
Bryan Thornbury
829c4f8682 Merge pull request #660 from dotnet/brthor/vsotests
Add NuGet.config to Test Projects in Temp Directory
2015-12-29 16:27:33 -08:00
Bryan Thornbury
a40e533e0f Update Latest ubuntu installer link 2015-12-29 16:27:02 -08:00
Tanner Gooding
df6610166b Updating dotnet repl to provide better help text and support argument passthrough to the target REPL. 2015-12-29 16:00:12 -08:00
Tanner Gooding
0ecbc6ea9a Adding support to pass remaining arguments to the REPL environment. 2015-12-29 16:00:07 -08:00
Tanner Gooding
e03bc6f984 Updating PR#662 according to the feedback recieved. 2015-12-29 15:39:57 -08:00
Piotr Puszkiewicz
7114581400 Merge pull request #637 from dotnet/install-exp-doc
Create beta-install-experience.md
2015-12-29 15:13:56 -08:00
Piotr Puszkiewicz
d461755c54 Merge pull request #650 from piotrpMSFT/Build-Script-Cleanup
Clean up build scripts
2015-12-29 14:53:14 -08:00
Bryan
2cd6a97b0b Add NuGet.config to TestProjects. This resolves VSO build failures. 2015-12-29 14:41:26 -08:00
Tanner Gooding
db064fda35 Updating all Roslyn netcore packages to the same version (1.2.0-beta1-20151228-02) 2015-12-29 13:42:03 -08:00
Tanner Gooding
adc24fd301 Adding support for seeding the repl with a project context. 2015-12-29 13:40:47 -08:00
Mihai Codoban
93cfbde0c9 update readmes to refer to build instead of compile 2015-12-29 13:37:12 -08:00
Piotr Puszkiewicz
9df40f9c01 prevent sourced files from leaking unintended state to callers 2015-12-29 12:40:39 -08:00
Zlatko Knezevic
2f51091785 Add manual pages for current commands
Convert the existing README.md from command directories into man pages. This
was done using pandoc. Some commands still don't have READMEs so they are not
present here.

Fix #3
2015-12-29 12:24:02 -08:00
Senthil
8bccd0b93b Merge pull request #658 from dotnet/nosrv
Disable Server GC for CLI
2015-12-29 10:58:42 -08:00
Mihai Codoban
6fe13b69fc Update README.md 2015-12-29 09:26:19 -08:00