Commit graph

155 commits

Author SHA1 Message Date
kasper3
5f93685491 Add dotnet-tool manpages and update others 2018-05-30 15:52:55 +00:00
root
be2e00e7d2 Update dotnet manpages for Unix 2018-04-17 06:08:15 +00:00
kasper
40cbb7171c Add a note on older version of pandoc 2018-03-30 13:02:08 -04:00
kasper
f80738888d Fix example in readme 2018-03-30 12:18:22 -04:00
kasper
ee24d81648 Add readme for tool and make script generic 2018-03-30 12:13:31 -04:00
kasper
b828418021 Update dotnet manpages for Unix 2018-03-30 11:48:04 -04:00
kasper
2e9c0b7b06 Add CLI docs build tools 2018-03-30 11:48:04 -04:00
Maira Wenzel
04b3ff3457
add xliff scenario 2018-03-27 14:12:43 -07:00
Nate McMaster
d38362835d Bundle dotnet-sql-cache and dotnet-user-secrets in the CLI 2018-02-22 12:07:54 -08:00
Livar
20cc8bd4e1 Fixing the link to the developer guide (#8269) 2017-12-19 11:14:58 -08:00
Jon Sequeira
7327bae574
Update tab-completion.md 2017-11-10 15:27:27 -08:00
Livar
f67c59868c
Clarify when myapp.exe and myapp.runtimeconfig.json are needed 2017-10-30 09:32:39 -07:00
Livar
c43b2b8267 Update the known issues location 2017-10-03 10:13:22 -07:00
Daniel Plaisted
6fdc98c23b Merge pull request #7605 from dsplaisted/dev-guide
Add build and test environment setup scripts, update developer guide
2017-09-11 14:47:08 -07:00
John Beisner
26dba14391 Putting back the valuable one-line installation script examples. 2017-09-07 17:26:01 -07:00
Daniel Plaisted
d6189e64e6 Remove workaround which is no longer necessary 2017-09-07 14:36:42 -07:00
Daniel Plaisted
ce7ff1cf6b Add build and test environment setup scripts, update developer guide 2017-09-06 17:59:04 -07:00
Daniel Plaisted
6a64e17857 Merge pull request #7225 from GuardRex/guardrex/first-run-info-update
Update first time welcome message
2017-08-07 14:48:36 -07:00
Luke Latham
a256f25d60 Match length of dash lines to headings 2017-08-02 19:57:22 -05:00
Luke Latham
f06b3f25b2 React to feedback and add three more topics to the update 2017-08-02 19:29:26 -05:00
John Beisner
901f42e3e9 Updating installation documentation; clarification & typos - deleting superfluous installation doc. 2017-08-02 13:03:32 -07:00
John Beisner
7e79819c6a Updating installation documentation; re: installation scripts - part 3. 2017-08-01 11:56:52 -07:00
John Beisner
abc7846b5f Updating installation documentation; re: installation scripts - part 2. 2017-08-01 11:45:53 -07:00
John Beisner
8724470d4c Updating installation documentation; re: installation scripts. 2017-08-01 11:43:05 -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