Commit graph

133 commits

Author SHA1 Message Date
John Beisner
6e7a9d9d75 Updating installation documentation; clarification & typos - deleting superfluous installation doc. 2017-08-02 13:03:33 -07:00
John Beisner
dbfeadd625 Updating installation documentation; re: installation scripts. 2017-08-01 13:37:59 -07:00
John Beisner
eb3beef346 Updates to DEB packaging and publishing. 2017-06-06 15:26:04 -07:00
Livar Cunha
f4bb13acaa Merge branch 'rel/1.1.0' into merge_rel_110
* rel/1.1.0: (41 commits)
  Updating the Sdk to one that includes the error surfacing work.
  Update NuGet to 4.3.0-preview2-4082
  Update NuGet to 4.3.0-preview1-4081 and SDK to corresponding 1.1.0 based version
  Updating MSBuild to 15.3.0-preview-000246-05 to match VS.
  Updating the global.json creation to use the IFile interface and adding a unit test to cover it.
  Making restore use a config file so that it does not use fallback folders that may exist in the machine.
  Dropping a global.json when running the first run experience with a version that matches the version of the CLI being used in the command that triggered the first run.
  Updating the websdk version for 1.0
  Trying to fix the opensuse42 test failure, where we tried to invoke a tool that target 1.0.4 where the 1.0 runtime is not available.
  Pinning the stage0 to the last build out of rel/1.0.1 and adding a project to download 1.0 dependencies for test assets.
  Updating the branding to rel/1.1.0
  Dummy commit.
  Adding the access token to the lzma url.
  Dummy change to force a build.
  Reverting the msbuild version to the release version.
  Adding the web feed to nuget.config, as some packages failed to mirror and we need a build ASAP.
  Updating the msbuild, SDK and Web SDK versions.
  Dummy commit to kick off the build.
  the FSharp.NET.Sdk version `-bundled` contains only the Sdk dir
  bump f# sdk package version
  ...
2017-06-01 09:43:31 -07:00
Livar
52a0addbd3 Merge pull request #6656 from jonsequitur/fix-command-names-in-dev-guide
fix command names
2017-05-22 10:28:58 -07:00
jonsequitur
628743a235 fix command names 2017-05-22 07:46:54 -07:00
SaeHie Park
31467e681e Fix tab/space mixed indentation of Layout of disk
Documentation/specs/cli-installation-scenarios.md has mixed tab/space
indentation for `Layout on disk` section and shows incorrect layout.
2017-05-22 21:09:00 +09:00
Livar
4a134bbdf4 Dummy commit. 2017-05-04 13:25:26 -07:00
Livar
0241b24b4c Dummy change to force a build. 2017-05-03 11:14:22 -07:00
jonsequitur
c46b16ef43 tab completion documentation 2017-04-26 12:07:15 -07:00
William Lee
60056dc706 Merge pull request #6235 from dotnet/fix-openssl-install
Correct OpenSSL install guide
2017-04-05 11:47:57 -07:00
William Li
bf5dbd2013 Correct OpenSSL install guide
The previous command will not work anymore

Get error:
Warning: Refusing to link: openssl
Linking keg-only OpenSSL means you may end up linking against the insecure,
deprecated system version while using the headers from the Homebrew version.
Instead, pass the full include/library paths to your compiler

Get a better instruction from https://www.microsoft.com/net/core#macos
2017-04-03 18:05:25 -07:00
Ravi Mandal
1af5dc236f minor changes in numbering in Adding a command section 2017-04-03 23:18:12 +05:45
Livar
55f3a238ee Update developer-guide.md 2017-03-27 14:58:02 -07:00
Livar
8bb50f5638 Removing CMake from the CLI build requirements.
We needed that when we used to build the shared framework in the CLI. We don't need it anymore. Plus, we need a small change to kick off a build.
2017-03-27 14:57:32 -07:00
Omair Majid
98a55251e7 Fix markdown headings to work with github's new rendering
Recent changes to github now require a space after '#' for headings in
markdown documents to work correctly. See:
https://github.github.com/gfm/#atx-headings
2017-03-20 16:28:07 -04:00
foresterre
804f39e034 Fix broken links from #5928 in the documentation. 2017-03-12 19:46:28 +01:00
Zlatko Knezevic
09b6be5990 Cleaning up the documentation folder (#5928)
* Cleaning up the documentation folder

This change cleans up the documentation folder in the CLI repo. The
changes are the following:

* Delete old content that is invalid moving forward.
* Move cli-installation-scenarios to the `specs` sub-folder.
* Add a sub-folder for documentation that deals with working with the repo
* Add a general sub-folder
* Finally, change the README.md to reflect this.

Also, this change adds a document that covers CLI UX guidelines for
authors of new commands.

* Firt round of PR feedback changes
2017-03-09 17:09:59 -08:00
Piotr Puszkiewicz
5eeb3c04fd Merge pull request #5766 from dotnet/blackdwarf-patch-1
Update cli-installation-scenarios.md
2017-03-03 11:13:05 -08:00
Zlatko Knezevic
65e9113e54 Update cli-installation-scenarios.md 2017-02-17 23:50:06 -08:00
Shayne Boyer
4edbcb06ee misspelling of targeting 2017-02-16 16:10:19 -05:00
Livar
c8c19a488e Create migration-issues.md (#5408)
* Create migration-issues.md

Instructions on how to file migration issues.

* Update migration-issues.md

* Update migration-issues.md

* Update migration-issues.md
2017-01-20 14:11:39 -08:00
Hyung-Kyu Choi
ccda6aa31f Fix broken link to README.md
Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
2016-11-22 16:19:50 +09:00
Piotr Puszkiewicz
e938933a7e Create ProjectJsonToCSProj.md (#4651) 2016-11-08 11:15:48 -08:00
Livar
4a30335540 Merge pull request #4006 from svick/patch-4
Update issue filling guide
2016-10-25 17:04:29 -07:00
Livar
3af4a78cf1 Removing the old work around for Sierra 2016-10-17 15:25:42 -07:00
Livar
f9aeef6136 Udpate developer guide for building CLI on macOS Sierra
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.
2016-10-17 15:24:00 -07:00
Piotr Puszkiewicz
439e733b6e Update CLI developer guide (#4401)
* Update CLI developer guide

* PR Feedback
2016-10-14 10:57:09 -07:00
Livar Cunha
27bc1c4f91 Merge branch 'rel/1.0.0-preview2' into merge_preview2_to_rel100
* 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
2016-09-02 14:53:16 -07:00
Piotr Puszkiewicz
2db1997bc0 Merge remote-tracking branch 'refs/remotes/origin/feature/msbuild'
Conflicts:
	Microsoft.DotNet.Cli.sln
	build_projects/dotnet-cli-build/DebTargets.cs
	build_projects/dotnet-cli-build/TestTargets.cs
	scripts/package/package-debian.sh
	src/Microsoft.Extensions.DependencyModel/DependencyContextJsonReader.cs
	src/dotnet/commands/dotnet-new/Program.cs
	src/dotnet/commands/dotnet-pack/PackageGenerator.cs
	test/Microsoft.Extensions.DependencyModel.Tests/DependencyContextJsonReaderTest.cs
2016-08-16 18:30:52 -07:00
PiotrP
a7d594049b Remove dotnet-build.tests
This capability is being replaced by MSBuild, and the project.json tests are very long running.
2016-08-10 11:55:56 -07:00
Petr Onderka
6c7bb0eebe Link directly to the known issues document
The current link is to a document that links to the right document.
2016-08-05 23:46:49 +02:00
Petr Onderka
8a6b80fe76 Remove mention of labels and milestones in issue guide
Users can't select labels or milestones, so there is no reason to mention them here.
2016-08-05 23:42:17 +02:00
Livar
c4b777ec3c Fixing images in the test protocol documentation
cc @piotrp @blackdwarf
2016-08-01 11:45:28 -07:00
Eric Erhardt
d2db776d87 Merge rel/1.0.0 into feature/msbuild. 2016-07-18 14:44:06 -05:00
Piotr Puszkiewicz
89e127b8ac Move downloads to CDN (#3873) 2016-07-15 15:36:01 -04:00
Mattias Karlsson
1f52591d9e Fix invalid json in runtimeconfig (#3871)
The json in  [appname].runtimeconfig.json example is invalid, this adds the missing `,`
2016-07-15 08:52:09 -07:00
Petr Onderka
6830c15b76 Fixed instructions to compile without tests 2016-07-07 19:16:53 +02:00
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
Zlatko Knezevic
574a3c858e Remove the VS2012 CRT dependency from docs (#3632) 2016-06-17 09:51:43 -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
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
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
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
Petr Onderka
ebdd0b65af Explain how to speed up building 2016-06-08 14:51:33 +02:00
Livar Cunha
7652335195 Addressing code review comments and adding opensuse 13.2 2016-05-31 15:15:57 -07:00
Livar Cunha
b524fd079e Undoing documentation changes to include ubuntu16.04. Will add it back once we have VSO builds running happily and producing binaries for it. 2016-05-31 15:15:56 -07:00
Livar Cunha
84d1b60ffe Adding docker files, modifying scripts and code to handle ubuntu 16.04 2016-05-31 15:15:08 -07:00