Commit graph

3136 commits

Author SHA1 Message Date
Eric Erhardt
f065a29704 Rename IsCurrentRuntimeSupported() to SupportsCurrentRuntime(). 2016-10-03 12:45:39 -05:00
Eric Erhardt
283bf7139e Changing the rules on when to use the CLI's BuildRid.
Use the CLI's BuildRid when the current machine is not supported by the shared framework.
2016-09-30 12:00:37 -05:00
Eric Erhardt
ce6c29676d Adding "BuildRid" to the CLI as a fallback RID to use when inferring which RID to use when building, running, and publishing self-contained applications.
This enables users to use the CLI on newer versions of the OS that aren't fully supported yet - for example using a new OSX version that isn't listed in the runtime graph in the current NuGet packages.

Fix #4238
2016-09-29 22:39:00 -05:00
Sridhar Periyasamy
74df06500c Merge pull request #4200 from dotnet/sridhar/vcredist_fix
Fix the VC Redist links in the installer.
2016-09-19 15:31:01 -07:00
Sridhar Periyasamy
71440a772b Fix the VC Redist links in the installer.
The windows installer downloads the VC redist bundles as a remote payload
from a URL. This URL owned by the VC++ team recently changed to point to
 updated CRTs. This broke our windows installers. So we decided to upload
 the CRTs to a URL owned by the .Net Core team and use that for chaining
 the VC Redist bundle.
2016-09-19 13:19:27 -07:00
Sridhar Periyasamy
635cf40e58 Merge pull request #4119 from dotnet/preview2-upgrade
Upgrade Corefx and coreclr references
2016-08-31 15:35:37 -07:00
Ryan Nowak
5e173f38e9 Update versions of EF and scaffolding tools 2016-08-31 14:42:29 -07:00
Ryan Nowak
6bd5bfc3e5 Update Kestrel to 1.0.1 2016-08-31 13:53:02 -07:00
Ryan Nowak
6a1b41fac6 Update version of routing to 1.0.1
This is needed because MVC still references 1.0.0.
2016-08-31 13:42:05 -07:00
cartermp
07b581f091 Add missing comma to F# lib project.json 2016-08-31 12:13:31 -07:00
Ryan Nowak
9646db0cc8 Update cshtml wildcard in publishOptions
Updating the publishOptions wildcard that used to publish everything in
the views folder to now publish all .cshtml files. The problem was that
the old wildcard only included the Views folder and didn't include
anything in the Areas/*/Views folders (used by views inside areas).

This change makes things much simpler, all .csthml files are published.
2016-08-31 11:31:10 -07:00
cartermp
5d8aedebf3 Don't print arguments in F# console app 2016-08-31 11:27:18 -07:00
cartermp
0c10baa40d Update F# dotnet-new templates for Preview 2 (Enrico Sada rebase)
This updates the F# templates for dotnet-new to be compatible with Preview 2.
2016-08-31 11:26:41 -07:00
Ryan Nowak
01caa0fb4f Update MVC version to 1.0.1
We're shipping a new patch of all MVC packages in 1.0.1. This bumps up the
version number of the MVC metapackage so that projects created with
`dotnet new` get the latest version.
2016-08-31 11:22:43 -07:00
Sridhar Periyasamy
8fcfc2af05 Upgrade Corefx and coreclr references
Microsoft.NetCore.App 1.0.0 => 1.0.1
Microsoft.NETCore.Runtime.CoreCLR 1.0.2 => 1.0.4
CLI Branding "Microsoft .NET Core 1.0.0 - SDK Preview" => "Microsoft .NET Core 1.0.1 - SDK 1.0.0 Preview 2-003122"

List of changes
- all project.jsons
- dotnet new templates
- and build projects files
   - shared-build-targets-utils\DependencyVersions.cs
   - CliDependencyVersions.cs
2016-08-31 10:41:47 -07:00
Eric Erhardt
1e9d529bc5 fix typo in dotnet-install file
This was needed to rebuild the CLI with the updated Roslyn NuGet packages.

Thanks goes to @akoken for the fix.
2016-06-21 22:05:34 -05:00
Zlatko Knezevic
574a3c858e Remove the VS2012 CRT dependency from docs (#3632) 2016-06-17 09:51:43 -07:00
Senthil
0708fe095e Fix README to use hostfxr download links (#3622)
Also fix a rebase error from b524fd079e6dcdd744faeb6061ccbfe99d1f810f#diff-04c6e90faac2675aa89e2176d2eec7d8
2016-06-16 16:49:41 -07:00
Eric Mellino
7ada53d523 Merge pull request #3613 from dotnet/fix-readme-typo
Fix Oracle Linux version in README.md
2016-06-16 10:05:39 -07:00
Eric Mellino
0ac44a4140 Fix Oracle Linux version in README.md
Oracle Linux 7 -> Oracle Linux 7.1
2016-06-16 10:04:24 -07:00
Eric Mellino
3022ef6759 Merge pull request #3538 from dotnet/adding_new_oses_to_readme
Adding openSUSE 13.2, Fedora 23 and Ubuntu 16.04 links to the README page
2016-06-15 21:11:57 -07:00
Josh Free
ef9ad4044a Merge pull request #3579 from Priya91/rel/1.0.0-preview2
Remove showing firsttime eula for non verbs.
2016-06-15 17:02:34 -07:00
Lakshmi Priya Sekar
db7f68716b Use NugetCache Sentinel for Telemetry setting. 2016-06-15 15:55:28 -07:00
Eric Erhardt
85ff72e629 Merge pull request #3591 from eerhardt/Serviceable
Add Serviceable assembly attribute and nuspec attributes for all shipping CLI assemblies.
2016-06-15 15:39:12 -05:00
Eric Erhardt
15a5c34149 Add Serviceable assembly attribute and nuspec attributes for all shipping CLI assemblies.
Fix #3345
2016-06-15 14:14:25 -05: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
Lakshmi Priya Sekar
eab2494ed5 Remove showing firsttime eula for non verbs. 2016-06-14 17:55:10 -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