Skip to content

Commit

Permalink
🔧 Remove known issues from powershell documentation page as the bug w…
Browse files Browse the repository at this point in the history
…as fixed in RTM. #183
  • Loading branch information
Nate McMaster committed Jun 29, 2016
1 parent a6868fb commit 9e37082
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions docs/miscellaneous/cli/powershell.rst
Original file line number Diff line number Diff line change
Expand Up @@ -257,22 +257,4 @@ Common Errors

.. include:: _common_errors.txt

Preview 1 Known Issues
----------------------

See also :ref:`dotnet_cli_issues` for .NET Core CLI commands.

Error: "The expression after '&' in a pipeline element produced an object that was not valid."
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

When using commands on a .NET Core or ASP.NET Core project, this error may occur. This error occurs
when the machine has version of PowerShell less than version 5.0.

.. code-block:: text
The expression after '&' in a pipeline element produced an object that was not valid. It must result in a
command name, a script block, or a CommandInfo object.
To workaround, upgrade PowerShell to 5.0. https://www.microsoft.com/en-us/download/details.aspx?id=50395

See https://github.com/aspnet/EntityFramework/issues/5327.

0 comments on commit 9e37082

Please sign in to comment.