2016-05-16 22:04:24 +00:00
<!--
2016-05-18 19:22:18 +00:00
If you are running a released version of powershell, but not the latest one, install the latest from https://github.com/PowerShell/PowerShell/releases and try to repro it again
2016-04-22 21:49:17 +00:00
Before submitting this issue, please first:
- [ ] Search the existing issues.
- [ ] Refer to the [FAQ ](../docs/FAQ.md ).
- [ ] Refer to the [known issues ](../docs/KNOWNISSUES.md ).
- [ ] If it is a bug, fill out this form:
2016-05-16 22:04:24 +00:00
-->
2016-04-22 21:49:17 +00:00
Steps to reproduce
------------------
Expected behavior
-----------------
Actual behavior
---------------
Environment data
----------------
2016-05-18 19:22:18 +00:00
<!-- If running the latest released version, specify the version, i.e. -->
v0.4.0
<!-- If running you own build, please fill in the results of the following commands: -->
2016-04-22 21:49:17 +00:00
```sh
$ dotnet --info
2016-05-05 01:00:31 +00:00
$ git rev-parse HEAD; git status
2016-04-22 21:49:17 +00:00
```