Commit graph

159 commits

Author SHA1 Message Date
Livar Cunha
e2b679c4bb Merge branch 'master' of /Users/livarcocc/Documents/git/cli into merge_master_cli
* 'master' of /Users/livarcocc/Documents/git/cli: (1063 commits)
  Updating signing project to use new intermediate directory (int).
  Update runtimeconfig.json doc for 2.1 (#9382)
  Shortening the path to the intermediate folder by renaming it to int.
  fix typo (#9364)
  Updating asp.net to 2.2.0 as well.
  Updating the build and tests to work with the 2.2.0 runtime.
  Simplified combining dictionaries in Telemetry
  Fixing 'Channel' and 'BranchName': "release/2.1.4xx" to "master" (#9362)
  Fix extraction of folders (#9335)
  Update Sha256Hasher.cs
  Fix relative path tool path (#9330)
  Insert updated SDK from 2.1.4xx branch
  MSBuild 15.8.60
  Fix crash when user home directory cannot be determined.
  Make `CliFolderPathCalculator` a static class.
  Don't add the ReleaseSuffix to the branding on the CLI when DropSuffix is set to true.
  Add retry when Directory.Move (#9313)
  Override new SdkResult public properties
  Add reference to Microsoft.Build.NuGetSdkResolver
  Disable crossgen for MSBuild inline-task refs
  ...
2018-06-25 22:38:01 -07:00
Steve Harter
f45acc5e10
Update runtimeconfig.json doc for 2.1 (#9382) 2018-06-04 14:46:13 -05: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 Cunha
62ae014c37 Making this repo consume the dotnet-sdk-internal zip and produce a full core-sdk by using sdk-internal, runtime, lzma, templates and store. Also deleted a bunch of now, unecessary code. I am sure there is more to be deleted though. 2017-10-13 10:45:50 -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
6e7a9d9d75 Updating installation documentation; clarification & typos - deleting superfluous installation doc. 2017-08-02 13:03:33 -07:00
John Beisner
901f42e3e9 Updating installation documentation; clarification & typos - deleting superfluous installation doc. 2017-08-02 13:03:32 -07:00
John Beisner
dbfeadd625 Updating installation documentation; re: installation scripts. 2017-08-01 13:37:59 -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