Zlatko Knezevic
fb10268a5c
Update and rename installation-scenarios.md to cli-installation-scenarios.md
2016-03-02 17:27:46 -08:00
Zlatko Knezevic
93f0a2b28d
Merge pull request #1611 from blackdwarf/isstemplate
...
Adding ISSUE_TEMPLATE
2016-02-29 11:24:02 -08:00
Zlatko Knezevic
b5de686ba4
Merge pull request #1621 from rkakadia/patch-1
...
Update canonical.md
2016-02-28 13:07:01 -08:00
rkakadia
8aeba7806b
Update canonical.md
...
Typo
2016-02-27 21:57:02 -05:00
rkakadia
f1399ed25a
Update canonical.md
...
Fixed typo.
2016-02-27 21:51:50 -05:00
Zlatko Knezevic
1736b6530d
Adding ISSUE_TEMPLATE
...
Addin template for new issues. Also adding instructions for
"clone, run, repro" that we want to be at.
2016-02-26 15:23:55 -08:00
David Fowler
0818068e0b
Merge pull request #1564 from dotnet/anurse/update-deps-json-spec
...
Update deps.json spec for portable application model
2016-02-25 21:06:58 -08:00
Zlatko Knezevic
e3feb3a3df
Update issue-filing-guide.md
...
Fixing some errors.
2016-02-24 13:47:44 -08:00
Andrew Stanton-Nurse
dd6888c02b
update deps.json spec
2016-02-24 09:59:53 -08:00
Zlatko Knezevic
288a2a4dd5
Responding to PR feedback
2016-02-23 09:54:03 -08:00
Zlatko Knezevic
8551c72f82
Fixing the README.md and adding issues filing guide
...
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.
2016-02-22 14:29:03 -08:00
Piotr Puszkiewicz
7a9a501def
PR feedback
2016-02-18 15:38:23 -08:00
Piotr Puszkiewicz
e625cbcf7a
Removes usage of DOTNET_HOME in CLI repo.
...
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.
2016-02-18 15:38:23 -08:00
Zlatko Knezevic
f81ba05a7c
Merge pull request #1397 from revlucio/rel/1.0.0
...
Fixed spelling mistakes in documentation
2016-02-18 14:17:40 -08:00
Eric Erhardt
f298724dc4
Update developer-guide with the correct paths
2016-02-17 16:22:25 -06:00
Luke Elliott
d37f5fad91
Fixed spelling mistakes in documentation
2016-02-16 23:06:32 +00:00
Krzysztof Wicher
9429483616
changes 2
2016-02-16 12:33:57 -08:00
Krzysztof Wicher
3666543d24
WIP: changes 1
2016-02-16 11:57:56 -08:00
Krzysztof Wicher
0c024f4290
Move installation scenarios to the right path
2016-02-16 11:14:25 -08:00
Zlatko Knezevic
5361972563
Update canonical.md
...
Update the file with actual canonical scenarios.
2016-02-14 22:48:57 -08:00
Zlatko Knezevic
97bc9b6bc6
Create canonical.md
...
Moving the canonical scenarios to a MD file on the repo.
2016-02-12 16:59:45 -08:00
Bryan Thornbury
b8e95a9568
Argument Fowarding Tests should account for newline added by StreamFowarder. Add an entry to developer guide so command developers will use Console.WriteLine. PR feedback and slight refactoring.
2016-02-08 14:19:03 -08:00
Mihai Codoban
897c0fa0f0
Rename --force-incremental-unsafe flag to --no-incremental
2016-02-04 15:57:10 -08:00
Eric Erhardt
7573689a22
Removing www.myget.org in our tests.
...
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.
2016-02-03 17:39:50 -06:00
piotrp
9a7cab4cda
build scripts and md
2016-01-28 10:53:31 -08:00
Andrew Stanton-Nurse
03885e876f
add a spec for the new runtime configuration file
...
(the file formerly known as "deps")
2016-01-14 09:55:56 -08:00
Zlatko Knezevic
3076081243
Add a "Known issues" page to Documentation
...
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).
2016-01-13 08:52:33 -08:00
Piotr Puszkiewicz
f90a171457
Merge pull request #706 from blackdwarf/fixmans
...
Fix README.md files to be like man pages
2016-01-11 15:23:32 -08:00
Piotr Puszkiewicz
b72835ab66
Merge pull request #690 from cdmihai/cdmihai/BuildFlagDocumentation
...
Add documentation for --build-profile warnings
2016-01-11 15:23:14 -08:00
PiotrP
9eed889217
PR Feedback
2016-01-11 13:10:55 -08:00
piotrp
c5ce2eb753
Fixes issue #781 makes CommandResolver comply with new implementation of --depsFile
2016-01-11 02:36:21 -08:00
Mihai Codoban
d810689fdb
Update addressing-incremental-compilation-warnings.md
2016-01-07 12:39:56 -08:00
Zlatko Knezevic
185b3d6011
Responding to PR feedback
2016-01-06 19:21:36 -08:00
blackdwarf
f4aae7cc38
Fix README.md files to be like man pages
...
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
2016-01-06 19:04:58 -08:00
Mihai Codoban
1e1a0a8644
Add documentation for incremental unsafe warnings
2016-01-04 10:48:51 -08:00
Piotr Puszkiewicz
63abe9ce1d
Merge pull request #661 from blackdwarf/manpages
...
Add manual pages for current commands
2015-12-29 23:08:51 -08:00
Piotr Puszkiewicz
dc9a446a97
Merge pull request #664 from cdmihai/updateReadmes
...
Update readmes to refer to build instead of compile
2015-12-29 23:03:16 -08:00
Zlatko Knezevic
e4849553a5
Responding to PR feedback
2015-12-29 17:23:28 -08:00
Piotr Puszkiewicz
7114581400
Merge pull request #637 from dotnet/install-exp-doc
...
Create beta-install-experience.md
2015-12-29 15:13:56 -08:00
Mihai Codoban
93cfbde0c9
update readmes to refer to build instead of compile
2015-12-29 13:37:12 -08:00
Zlatko Knezevic
2f51091785
Add manual pages for current commands
...
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
2015-12-29 12:24:02 -08:00
Piotr Puszkiewicz
f1dc0ff71f
Merge pull request #456 from dlech/patch-3
...
Newline before "For OS X"
2015-12-23 15:00:29 -05:00
Zlatko Knezevic
eea7ac82cd
Create beta-install-experience.md
...
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.
2015-12-21 14:23:32 -08:00
Enrico Sada
af82cf7940
typo
2015-12-17 15:16:29 +01:00
Andrew Stanton-Nurse
1257b6d3b6
add spec for corehost
2015-12-16 15:48:18 -08:00
David Lechner
02b6deb124
Newline before "For OS X"
...
Markdown does not render properly without it.
2015-12-09 11:50:48 -06:00
PiotrP
8fa642d424
PR Feedback
2015-12-08 10:54:03 -08:00
Rich Lander
810a7cb06a
Update README.md
2015-12-02 17:07:27 -08:00
Zlatko Knezevic
1a893f3481
PR feedback
2015-11-29 00:02:02 -08:00
Zlatko Knezevic
4686202f2e
Additions to the intro document
2015-11-29 00:02:00 -08:00
Richard Lander
298bd26c8e
Update based on feedback
2015-11-18 01:18:50 -08:00
Richard Lander
fa567f8a76
Add Intro doc
2015-11-18 00:34:34 -08:00
Richard Lander
1579a2a5d0
Add contributing info and developer guide
2015-11-17 23:26:58 -08:00