Sierra's rid is osx.10.12-x64, which does not have packages for it. We want to build the CLI for the latest support OSX RID, which is osx.10.11-x64. We can force it to do so by setting DOTNET_RUNTIME_ID environment variable.
* rel/1.0.0-preview2:
Update versions of EF and scaffolding tools
Update Kestrel to 1.0.1
Update version of routing to 1.0.1
Add missing comma to F# lib project.json
Update cshtml wildcard in publishOptions
Don't print arguments in F# console app
Update F# dotnet-new templates for Preview 2 (Enrico Sada rebase)
Update MVC version to 1.0.1
Upgrade Corefx and coreclr references
fix typo in dotnet-install file
Remove the VS2012 CRT dependency from docs (#3632)
Fix README to use hostfxr download links (#3622)
Fix Oracle Linux version in README.md
Use NugetCache Sentinel for Telemetry setting.
Add Serviceable assembly attribute and nuspec attributes for all shipping CLI assemblies.
Remove showing firsttime eula for non verbs.
Adding Oracle Linux and Linux Mint to the titles
Moving Ubuntu 16.04 to be next to Ubuntu 14.04
Update README.md
* 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.
* 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.
* Update known-issues.md
Updating known issues document to add the dev builds require custom NuGet.config info.
skip ci please
Fix#2758
* Update known-issues.md
Responding to PR feedback.
Add OpenSSL section to the known issues list as per feedback from various community members.
List out the Homebrew step but also show the MacPorts steps.
* New version of the installation spec
Added things around the installation process, upgrades and removals. Also added more parameters for the install script.
* Responding to PR feedback'
* Add pre-reqs doc to the repo
This document outlines all of the native dependencies that are needed to run the CLI tools for Ubuntu, Windows, CentOS and OS X.
As per chat with @leecow documentation does not need special approval to get merged.
skip ci please
* Update cli-prerequisites.md
* Responding to PR feedback
I've changed the Ubuntu reqs to be the same as CentOS pre-reqs just with the correct package names. This seems like a more sane thing to do.
* Update cli-prerequisites.md
It details the interactions between dotnet test, adapters and runners by describing the communication protocol between these pieces and the parameters that they support.
The README.md contained some errors, corrected those. Removed the
native compilation bits for now.
Added an issue filing guide to make the issue process slightly better so we can
triage better.
DOTNET_HOME is no longer required, though it is a documented override, so this change removes all unnecessary references to DOTNET_HOME from the CLI Repo.
We have a bunch of NuGet.Config files in our tests that were needed before because the tests were run out of a temp directory. Now the tests are run out of the artifacts folder, which is a subdirectory of our repo root, so the root NuGet.Config will get picked up.
I also updated all the dotnet-core feeds from www.myget.org to dotnet.myget.org.
This page should contain issues that are affecting the entire product (most
or all commands) and potential workarounds, so users are not blocked. It should
also contain some instructions for certain simple scenarios (like OS X PKG
removal).
Change the SYNOPSIS section. Add ENVIRONMENT section where needed.
Change the driver's man page to include all of the current commands.
The MD files now conform to the man pages outline. The manpages are updated as
well.
Fix#673
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
Add a document outlining the install experiences that will exist in the Beta timeframe (January). This document also outlines the way to update and remove the bits for Beta.