Senthil
1532a9d8b3
Change rollForward to applyPatches ( #3667 )
2016-06-21 14:35:17 -07:00
Zlatko Knezevic
7f9c510247
Moving certain documents to the dotnet/core repo ( #3660 )
...
* Moving certain documents to the dotnet/core repo
Moving the following documents to the dotnet/core repo, to make maintenance easier and also to keep all of the various support documents for .NET Core all-up in the same place.
The documents changed:
* supported-os-matrix.md
* known-issues.md
* cli-prerequisites.md
Also editing the README.md document to point to the new repo and its documents where needed.
2016-06-21 09:48:15 -07:00
Senthil
c160c8256a
Fix hostfxr download link in README.md ( #3654 )
2016-06-20 18:22:33 -07:00
Eric Erhardt
04f40f906d
Merge pull request #3472 from svick/master-branch-links
...
Fixed broken links pointing to master branch
2016-06-17 14:35:30 -05:00
Troy Dai
c321323dff
Merge pull request #3308 from dotnet/troy-2995
...
Fix dependencies type changes scenario in project model server.
2016-06-16 10:32:59 -07:00
Petr Onderka
90d32ab3de
Fixed broken links pointing to master branch
2016-06-16 18:37:26 +02:00
Eric StJohn
56ca4285f9
Merge pull request #3604 from ericstj/archiveNoCopy-1.0
...
Archiver should not keep files Open
2016-06-16 09:00:43 -07:00
Troy Dai
b3f67b5bef
Update parameter names
2016-06-15 23:25:06 -07:00
Troy Dai
fc370bee6d
Clean up comments in DthTests
2016-06-15 23:24:03 -07:00
Troy Dai
3c91f436c4
Update test project
2016-06-15 23:24:03 -07:00
Troy Dai
97da0b0696
Fix dependencies type changes scenario in project model server.
2016-06-15 23:24:03 -07:00
Troy Dai
0d470ecea0
Merge pull request #3446 from dotnet/troy-3220
...
Enable project model server to clear workspace cache forceful after restore completion
2016-06-15 23:22:44 -07:00
Eric St. John
0363308fd1
Archiver should not keep files Open
...
Previously I attempted to save the cost of reading/decompressing files
by keeping a copy in memory. That resulted in too much memory pressure
so I later swapped in temporary files. This defeated the initial goal
of keeping the streams alive to some extent since the files would
be flushed to disk.
In practice since all the nupkgs we are packing also have raw files so
we weren't even saving much CPU by avoiding a second decompression.
Switch the archiver to just first index all files and save the source
information to read at a later point. After this when building the
archive we'll reopen the files/zips and copy from there.
My measurements show that this actually improve the archiving perf and
the lack of temp files means we don't hit the ulimit restriction on OSX.
2016-06-15 16:12:10 -07:00
Troy Dai
8c67ac9272
Add comments for refresh dependency trigger
2016-06-15 16:07:47 -07:00
Troy Dai
64c49d972a
Add test to ensure refresh dependencies' consistency
2016-06-15 16:07:47 -07:00
Troy Dai
4c475002ec
Enable project model server to clear cache forcefully
2016-06-15 16:07:47 -07:00
Bryan Thornbury
4b72ab44a9
Merge pull request #3588 from brthor/brthor/rel1port
...
Port rel/1.0.0-preview2 to rel/1.0.0
2016-06-15 16:05:14 -07:00
Bryan Thornbury
f0380cfd9c
replicate https://github.com/dotnet/cli/pull/3492
2016-06-15 12:29:09 -07:00
Eric Erhardt
92077dd6d8
Merge pull request #1817 from krwq/installation_spec
...
WIP: Installation scenarios spec
2016-06-15 12:26:26 -05:00
Bryan Thornbury
d717b84ec8
merge rel/1.0.0-preview2 into rel/1.0.0
2016-06-15 10:20:50 -07:00
Pavel Krymets
7ec2a0e767
Merge pull request #3574 from dotnet/pakrym/t
...
Trim platfrom libraries from deps file
2016-06-15 10:03:17 -07:00
Pavel Krymets
6b54ae0bcc
Trim platfrom libraries from deps fiels
2016-06-15 09:09:38 -07:00
Zlatko Knezevic
658083d71b
[DO NOT MERGE] Update known-issues.md ( #3559 )
...
* Update known-issues.md
Add a better blurb about virtual networking.
Apple warning explanation added.
Adding the Nano server workaround instructions.
2016-06-14 21:58:32 -07:00
Josh Free
ec585d1419
Merge pull request #3575 from mellinoe/fix-eula-rtf
...
Fix eula.rtf formatting
2016-06-14 17:15:12 -07:00
Eric StJohn
0589496b98
Merge pull request #3562 from ericstj/lzmaNoticesCopyright
...
Add LZMA to THIRD-PARTY-NOTICES + (c) header
2016-06-14 16:21:01 -07:00
Eric Mellino
bc610340f3
Fix eula.rtf formatting
2016-06-14 16:06:16 -07:00
Bryan Thornbury
e72d82c2cb
Merge pull request #3567 from brthor/brthor/stable
...
mark InternalAbstractions and DependencyModel Stable
2016-06-14 16:00:31 -07:00
Eric Erhardt
b2dadfa81c
Merge pull request #3566 from dotnet/DiaSymReader
...
Update Microsoft.DiaSymReader reference to 1.0.8
2016-06-14 17:29:33 -05:00
Bryan Thornbury
191812690d
Merge pull request #3572 from brthor/brthor/fix-hostfxr
...
Fix HostFXR in dotnet-dev package
2016-06-14 14:20:27 -07:00
Eric Erhardt
0cd5afb87c
Updating DiaSymReader to 1.0.8
2016-06-14 15:48:35 -05:00
Bryan Thornbury
638e4c7d00
Fix HostFXR in dotnet-dev package
2016-06-14 13:33:06 -07:00
Lakshmi Priya
8dd2479965
Check if project.json exists before creating new project in the same dir ( #3543 )
...
* Check if project.json exists before creating new project in the same dir.
* Change error message.
2016-06-14 13:20:29 -07:00
Bryan Thornbury
b37ddf7350
mark InternalAbstractions and DependencyModel Stable
2016-06-14 12:51:04 -07:00
Eric Erhardt
f4a8df3a56
Merge pull request #3564 from brthor/brthor/ubuntu16
...
add deb deps to ubuntu 16 dockerfile
2016-06-14 13:17:32 -05:00
Bryan Thornbury
482a3377ca
add deb deps to ubuntu 16 dockerfile
2016-06-14 10:56:08 -07:00
Eric St. John
871d25a8a5
Add LZMA to THIRD-PARTY-NOTICES + (c) header
...
This adds LZMA to the THIRD-PARTY-NOTICES list for CLI. Since we've
modified the SDK in porting it to .NET Core and minor bugfixes we've
also been advised to add the .NET Foundation copyright header.
2016-06-14 10:29:23 -07:00
Eric Erhardt
b93388cde2
Merge pull request #3555 from dotnet/FinalSharedFX
...
Final shared framework versions
2016-06-14 11:39:11 -05:00
PiotrP
e0444d5a94
Temporarily disable dotnet-compile-fsc
...
https://github.com/dotnet/cli/issues/3558
2016-06-14 07:29:35 -07:00
Zlatko Knezevic
4da4f95e21
Update documentation ( #3549 )
...
* Updating README.md files as well as man pages
This aligns with the latest changes in the official documentation. It also aligns dotnet test readme.md to official docs and introduces a new doc in the "Documentation" directory that deals with dotnet test protocols.
2016-06-14 06:42:21 -07:00
Bryan Thornbury
9e97d0400c
dotnet-compile-fsc bump to latest
2016-06-14 03:31:22 -07:00
Bryan Thornbury
277b2e7a0d
re-enable first time experience for the first-time experience tests
2016-06-14 02:41:47 -07:00
Bryan Thornbury
f75ee876d8
Enable ubuntu16 deb creation and publishing
2016-06-14 02:32:39 -07:00
Bryan Thornbury
2663d03dc9
Fix cherrypick error
2016-06-14 02:21:59 -07:00
Bryan Thornbury
9b1415d860
Update FSharp Test Assets to preview2
2016-06-14 02:19:32 -07:00
Senthil
b81ef0fbd6
Fix .deb package name to include versions
2016-06-14 02:10:16 -07:00
Senthil
263b80ecbb
Add HostFXR to UpdateDependencies
2016-06-14 02:09:59 -07:00
Senthil
a8f05f2914
Remove the hostfxr debian target
2016-06-14 02:09:45 -07:00
Senthil
716ff73f69
Fix target chaining into hostfxr
2016-06-14 02:09:35 -07:00
Senthil
469406de7d
Fix description of hostfxr
2016-06-14 02:09:25 -07:00
Bryan Thornbury
0f640a32e3
download fxr installer file, use it in pkg targets
2016-06-14 02:09:12 -07:00