Commit graph

110 commits

Author SHA1 Message Date
Sergei Vorobev 94e3be208a Update resources.md doc, partialy fix #746 2016-06-15 10:34:10 -07:00
Andy Schwartzmeyer 76e9b74418 Update unavailable cmdlets
These cmdlets were made available in b9bf32d96.
2016-06-14 16:26:40 -07:00
Sergei Vorobev 029086e27c Add some intelligence to Copy-MappedFiles 2016-06-13 18:50:15 -07:00
Sergei Vorobev 21f4c46f3e Update documentation about mapping.md 2016-06-13 17:56:56 -07:00
Andrew Schwartzmeyer c9c20988c3 Update building documentations for Linux and OS X 2016-06-10 16:12:01 -07:00
Andy Schwartzmeyer 06f563bb07 Merge pull request #1075 from PowerShell/andschwa/binary-compatibility
Cross-platform (FullCLR/CoreCLR) binary module creation
2016-06-09 10:42:06 -07:00
Andrew Schwartzmeyer 338b9a3462 Add LLDB with SOS via tools/debug.sh note to debugging docs 2016-06-06 12:20:28 -07:00
Andrew Schwartzmeyer 0b0b141ea5 Move download.sh script to tools tree 2016-06-06 12:15:49 -07:00
Andrew Schwartzmeyer 751f8a0635 Add debugging info on use of Trace-Command 2016-06-06 11:54:13 -07:00
Andrew Schwartzmeyer 1d96695a63 Update cmdlet-example to use netstandard1.3
As this enables importing the same DLL everywhere.
2016-06-06 11:39:29 -07:00
Andy Schwartzmeyer 86484ff0d9 Merge pull request #1054 from PowerShell/andschwa/wix-docs
Update releasing notes for WiX
2016-05-31 15:52:22 -07:00
Andrew Schwartzmeyer b77b34164e Update releasing notes for WiX 2016-05-27 16:33:49 -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
Sergei Vorobev 6da104eaa6 Add troubleshooting notes dotnet restore for OS X
[skip ci]
2016-05-25 19:33:28 -07:00
Andrew Schwartzmeyer 704aaa8057 Add FAQ about Travis CI failures from forks 2016-05-24 12:04:32 -07:00
Andrew Schwartzmeyer 154166f458 Add FAQ about windows-build/nuget-feed being empty
And then causing `dotnet restore` to fail.
2016-05-20 16:33:19 -07:00
Andy Schwartzmeyer 52d747e56b Merge pull request #1013 from PowerShell/andschwa/secure-string
Add SecureString known issue
2016-05-19 16:10:45 -07:00
Andrew Schwartzmeyer 675c6df19d Add SecureString known issue 2016-05-19 15:23:00 -07:00
Andrew Schwartzmeyer 0702407f65 Mark SendGreeting module tests as slow 2016-05-19 14:28:50 -07:00
Andrew Schwartzmeyer a423ca5d99 Add jobs known issue 2016-05-19 14:18:24 -07:00
Andy Schwartzmeyer 5bdb215034 Don't compile GetComputerInfoCommand.cs 2016-05-18 17:47:25 -07:00
Andrew Schwartzmeyer fcf4b38370 Rename PowerShellGitHubDev.psm1 to build.psm1 2016-05-18 13:58:59 -07:00
Andrew Schwartzmeyer 60f6e05017 Add non-interactive console known issue 2016-05-18 10:50:00 -07:00
Andrew Schwartzmeyer e140e215bb Add aliases known issue 2016-05-18 10:43:16 -07:00
Andrew Schwartzmeyer 1381140f6e Add sessions known issue 2016-05-18 10:36:52 -07:00
Andrew Schwartzmeyer f75b39e5cd PSRP known issues removed
Since it was decoupled from this repo.
2016-05-18 10:21:28 -07:00
Andrew Schwartzmeyer ac55b037ae Eventing known issue is fixed 2016-05-18 10:16:08 -07:00
Andrew Schwartzmeyer d1f6adb0a3 MMIN known issue is fixed 2016-05-18 10:14:17 -07:00
Andrew Schwartzmeyer 1aa6a4904b Update Linux installation documentation 2016-05-18 10:10:25 -07:00
Andrew Schwartzmeyer 2d1b99d82e Fix docs/Testing capitalization 2016-05-18 10:04:47 -07:00
Andrew Schwartzmeyer cefa51b0d2 Pin cmdlet example packages to RC2
Otherwise builds fail because of RC3.
2016-05-17 12:34:50 -07:00
Hemant Mahawar 2d03c22980 Added a readme to clarify where internal vs. public documents should go. 2016-05-11 15:19:17 -07:00
Andy Schwartzmeyer e19a1f0b3d Merge pull request #961 from PowerShell/andschwa/output-switch
Add -Output switch to fix debug story
2016-05-06 12:06:29 -07:00
Andrew Schwartzmeyer 339917a007 Add an FAQ about build failures 2016-05-06 10:59:15 -07:00
Andrew Schwartzmeyer 502cd381ea Note the pre-release VS Code requirements 2016-05-06 10:55:17 -07:00
Steve Lee 88c3d56162 Merge pull request #943 from PowerShell/andschwa/cmdlet-example
Add cmdlet example project with readme
2016-05-04 12:29:05 -07:00
Andrew Schwartzmeyer 4619d0d7ba Add tests for cmdlet example 2016-05-04 12:13:00 -07:00
Andrew Schwartzmeyer b6145da14c Add AppVeyor sign-in instructions to FAQ 2016-05-04 10:41:49 -07:00
Andrew Schwartzmeyer 07a615e283 Add cmdlet example project with readme 2016-05-03 17:53:35 -07:00
Andy Schwartzmeyer a0f9999119 Merge pull request #915 from PowerShell/andschwa/shared-host-working
Update .NET Core packages
2016-04-25 15:40:09 -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
James Truher [MSFT] 7e156b4abd remove extraneous line 2016-04-25 12:41:54 -07:00
Jim Truher (MSFT) 6b9283f3bf add testing files to repo 2016-04-25 12:27:35 -07:00
Andrew Schwartzmeyer 2f23390f87 Add releasing documentation
Resolves #665.
2016-04-22 16:27:25 -07:00
Andrew Schwartzmeyer b4faf6463c Move CONTRIBUTING.md into .github folder 2016-04-22 15:12:02 -07:00
Andrew Schwartzmeyer ca1055c83c Add Frequently Asked Questions to documentation
Addresses some PowerShell, build, and Git questions.
2016-04-20 16:25:58 -07:00
Andrew Schwartzmeyer fa0d7a34e4 Move known issues to docs folder
So only readme and contributing are top level.
2016-04-20 14:30:54 -07:00
Andy Schwartzmeyer df6d558fee Merge pull request #848 from PowerShell/andschwa/try-osx
Enable OS X tests on Travis
2016-04-14 11:45:26 -07:00
Andrew Schwartzmeyer 50093b202a Update documentation for OS X testing
Copy the Travis CI badge for 10.11. It is the same badge, but it will
fail if the build fails. I don't see a way to have separate badges, but
this highlights that the platform is being tested.
2016-04-14 11:26:34 -07:00
Alex Jordan b06a44cb1e Update linux.md
Several people have missed the bootstrap step for dotnet installation, making that slightly clearer in documentation.
2016-04-13 19:38:08 -07:00