PowerShell/docs/KNOWNISSUES.md

60 lines
1.6 KiB
Markdown
Raw Normal View History

2016-01-20 21:29:06 +01:00
# Known Issues
## `ControlPanelItemCommand.cs`
The file `monad/src/commands/management/ControlPanelItemCommand.cs` has been removed
temporarily from `Microsoft.PowerShell.Commands.Management` because we
cannot resolve `[Shell32.ShellFolderItem]` for FullCLR builds. This must be
fixed ASAP.
2016-01-20 21:29:06 +01:00
## xUnit
The xUnit tests can only be run on Linux.
2016-01-20 21:29:06 +01:00
## Console Output
Performance issues have been seen in some scenarios, such as nested SSH
sessions. We believe this is likely an issue with `Console.ReadKey()` and are
investigating.
2016-05-18 19:36:52 +02:00
## Sessions
PowerShell sessions do not work because of remoting requirements, so
`New-PSSession` etc. crash.
2016-05-18 19:43:16 +02:00
## Aliases
The aliases that conflict with native Linux / OS X commands are removed. This is
an open discussion in issue [#929][]. See commit 7d9f43966 for their removal,
and 3582bb421 for the merge.
[#929]: https://github.com/PowerShell/PowerShell/issues/929
## Unavailable cmdlets
This project includes the CoreCLR versions of the `Commands.Management`,
`Commands.Utility`, `Security`, and `PSDiagnostics` modules.
The `Archive`, `Diagnostics`, `PSGet`, and `Host` modules are not yet included.
The `WSMan.Management` module cannot be included unless the
`Management.Infrastructure.Native` library is ported.
The CoreCLR version of the `Commands.Utility` module does not contain the
following cmdlets that exist in the FullCLR version:
- ConvertFrom-String
- ConvertTo-Html
- Export-PSSession
- Get-TraceSource
- Import-PSSession
- Invoke-RestMethod
- Invoke-WebRequest
- Out-GridView
- Out-Printer
- Send-MailMessage
- Set-TraceSource
- Show-Command
- Trace-Command
- Update-List