Commit graph

26 commits

Author SHA1 Message Date
Naadir Jeewa 32a8601f92 Rebase onto .NET Core 1.1 (#2737)
* Rebase onto .NET Core 1.1

Modify `Build.psm1` and `project.json` files to use .NET Core 1.1.

.NET Core 1.1 ships with an older dotnet/cli than has currently been used,
so we revert to use case-sensitive directory names for dependencies.

.NET Core 1.1 is a pre-requisite for supporting Fedora 24.

* PSReadLine: Bump major version of PSReadline to 6.0.0-*

* Microsoft.PowerShell.Commands.Utility: Bump major version of Microsoft.CodeAnalysis.Csharp

* Microsoft.PowerShell.SDK: Revert attempt to import netcoreapp1.1 instead of dnxcore

* build.psm1: Restore ability to specify version of dotnet-install.sh
2016-12-07 18:29:21 -08:00
Aleksandar Nikolić 71b9a75de6 fix Markdown formatting to follow one-sentence-per-line recommendation (#2080) 2016-08-26 17:28:45 -07:00
Josh Soref de64180d56 spelling fixes: docs
additional fixes to grammar in windows-full.md per alexandair
2016-08-25 17:43:20 +00:00
Matt Wrock 63659bb74c remove misleading note about dotnet 1.0.1 2016-08-22 22:08:34 -07:00
Mike Hsu 7f82c2902f Updated URL to dotnet install. (#1990)
The current URL ends in a 404 error. It looks like the filename was changed from install.ps1 to dotnet-install.ps1
2016-08-21 08:22:34 -07:00
Mike Hsu 7b4b0b266b Updated URL to VS Studio Community edition (#1991)
Updated the URL to VS Studio Community edition. The product is now out of beta and URL has moved.
2016-08-21 08:18:48 -07:00
Matt Wrock 163102eac8 clarify that visual studio with c++ compiler is required (#1973) 2016-08-19 15:43:40 -07:00
Stefan Weil a3acfbc978 docs: Fix typo (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-08-18 22:04:14 +02:00
Matt Wrock 68ebf41b65 add a note dangers of VS builds and cleanning to fix 2016-08-14 13:52:40 -07:00
Sergei Vorobev 99249d0ff4 Update building instructions to use correct TOP directories 2016-08-02 13:17:48 -07:00
Jason Shirk ad07bbeeac Merge pull request #1481 from lzybkr/jasonsh/docs
Coding guideline docs and other minor doc updates
2016-07-25 22:26:50 -07:00
Sergei Vorobev 4482b15394 Add a reference to windows-full.md to windows-core.md 2016-07-25 13:17:51 -07:00
Jason Shirk (POWERSHELL) 7b3ace4be4 Use one fragment per line in Markdown 2016-07-21 23:19:35 -07:00
Andrew Schwartzmeyer 2dcdc13dff Remove references to CoreConsoleHost from docs
The `src/powershell` project is the new host.
2016-05-27 16:20:52 -07:00
Andrew Schwartzmeyer fcf4b38370 Rename PowerShellGitHubDev.psm1 to build.psm1 2016-05-18 13:58:59 -07:00
Andrew Schwartzmeyer ea5d5c3d05 Switch to netcoreapp1.0
Instead of using `dotnet publish`, we can use `dotnet build` and the new
`netcoreapp1.0` framework with a new dependency on
`Microsoft.NETCore.App` to generate output that does not include the
runtime, but can be run anywhere (given the installation of the
runtime).

While we cannot yet adopt a dependency on the shared host until .NET
Core RTM, we are forced to switch to this system anyway because the
latest RC3 packages and CLI do not support `netstandardapp1.5`. See
dotnet/cli#2482.

Thus we're in an in-between state where we have to use `netcoreapp1.0`,
but cannot use `"Microsoft.NETCore.App": { "type": "platform" }` to
utilize the shared host, as we need to continue to ship our host.
Without specifying "platform", we retain the status quo with respect to
build steps and outputs.

Additionally, there is no longer a good reason to use the RC3 packages,
and it has been advised we switch to RC2 since the
`Microsoft.NETCore.App` is only available for RC2. We must update
packages because our current version can no longer be debugged.
2016-04-25 14:01:44 -07:00
Andrew Schwartzmeyer b4faf6463c Move CONTRIBUTING.md into .github folder 2016-04-22 15:12:02 -07:00
Andrew Schwartzmeyer 3d21d5da93 Deal with paths magically in Start-PSBuild 2016-04-13 19:24:12 -07:00
Andrew Schwartzmeyer 14837da664 Update documentation for Start-PSBootstrap
Also moved Git setup section first.
2016-04-13 19:24:12 -07:00
Andrew Schwartzmeyer 841f76ec37 Update Git setup documentation
Now that everyone needs all the submodules. Much simpler.
2016-04-12 16:16:17 -07:00
Andrew Schwartzmeyer bfaad3f057 Programmatic update of core console host rename 2016-04-08 10:59:41 -07:00
Andrew Schwartzmeyer e97ccc1c5f Refer to contributing guidelines in building documentation
For #771.
2016-04-07 13:56:20 -07:00
Andrew Schwartzmeyer 9bad78a435 Update Windows Core building documentation 2016-04-04 19:08:03 -07:00
Charu 7fd350d90e Update windows-core.md
Add missing quote in the install instruction [skip ci]
2016-04-04 18:28:40 -07:00
Sergei Vorobev 712cb27d33 Update version of dotnet cli in windows-core.md 2016-04-04 13:39:03 -07:00
Andrew Schwartzmeyer 444d42f0d3 Move Windows .NET Core build instructions 2016-03-30 21:33:57 -07:00