Commit graph

7945 commits

Author SHA1 Message Date
Tyler James Leonhardt ac1b83f152
Use Environment.NewLine instead of hard-coded linefeed in ParseError.ToString (#11746) 2020-02-03 14:03:12 -08:00
Ilya 58d53b53fd
Fix FileSystem provider error message (#11741) 2020-02-03 13:13:48 -08:00
xtqqczze c73a599469
Update PSPath in certificate_format_ps1.xml (#11603)
`PSPathPath` is an invalid item property name
2020-02-03 13:03:44 -08:00
James Truher [MSFT] bb8dbb953f
Ensure that types referenced by PowerShellStandard are present (#10634) 2020-02-03 12:57:06 -08:00
xtqqczze 2014ce66c1
Set StrictMode version 3.0 (#11563) 2020-02-03 09:44:10 -08:00
xtqqczze a34d0f3e80
Reformat code according to EditorConfig rules (#11681) 2020-01-31 14:56:22 -08:00
Roman Marusyk 0eaa41b705
Change regex to match relation-types w/o quotes in Link header (#11711) 2020-01-31 14:09:03 -08:00
xtqqczze c4e144b13e
Replace use of throw GetExceptionForHR with ThrowExceptionForHR (#11640)
`System.Runtime.InteropServices.Marshall.GetExceptionForHR` may not return an exception. Instead of `throw GetExceptionForHR` we can use `ThrowExceptionForHR`.

Fix warnings `CS8597:Thrown value may be null.`
2020-01-31 10:13:12 +05:00
Joël Tankam 3d90f5ef2b
Add link to .NET CLI version in build documentation (#11725) 2020-01-31 09:43:47 +05:00
xtqqczze 9a7ee0545a
Refactor delegate types to lambda expressions (#11690) 2020-01-30 14:50:14 -08:00
Robert Holt 8ad4997f3c
Fix error message during symlink deletion (#11331) 2020-01-30 14:46:44 -08:00
Tyler James Leonhardt 6911aa3794
Check state and report reason if it's not "opened" (#11574) 2020-01-30 14:42:51 -08:00
James Truher [MSFT] 476a2d1dac
Fixes for running tests on Raspbian (#11661) 2020-01-30 14:41:03 -08:00
Robert Holt f0fe356553
Restore SetBreakpoints API (#11622)
* Restore SetBreakpoints API

* Remove default values in API methods

* Fix inheriting APIs

* Correct further comments

* Fix breakpoint API use issues

* Fix breakpoint API tests
2020-01-30 11:27:57 -08:00
Steve Lee 66912b7428
Fix unnecessary trimming of line resulting in incorrect indexi… (#11670) 2020-01-30 11:03:39 -08:00
dependabot-preview[bot] 28dc98e3e7
Bump NJsonSchema from 10.1.4 to 10.1.5 (#11730) 2020-01-30 10:59:58 -08:00
Alex Frankel 461a95cee4
Added info about DeploymentScripts in ADOPTERS.md (#11703) 2020-01-30 08:22:14 +05:00
Luca Filipozzi 6c792d7a4c
Do not needlessly pass -l login_name or -p port to ssh (#11518) 2020-01-29 14:40:08 -08:00
Travis Plunk 8206e96ba1
Fix Symlink creation in packaging.psm1 (#11723) 2020-01-29 14:24:38 -08:00
Dongbo Wang a4c32bc337
Revert the PRs that made DBNull.Value and NullString.Value treated as $null (#11648) 2020-01-29 14:13:05 -08:00
dependabot-preview[bot] 67bc71325b
Bump Microsoft.ApplicationInsights from 2.12.0 to 2.12.1 (#11708) 2020-01-29 14:10:29 -08:00
Aditya Patwardhan cb6d0f2e32
Update CHANGELOG.md for 6.2.4 release (#11699)
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
2020-01-29 14:08:09 -08:00
Jos Koelewijn dff80d8de3
Bump .devcontainer version to dotnet 3.1.101 (#11707)
* Bump container version to dotnet 3.1.101

Relates to https://github.com/PowerShell/PowerShell/issues/11694

* Revert "Bump devcontainer version to dotnet 3.1.101"

* bump version number of label on base container
2020-01-29 19:42:25 +00:00
xtqqczze 148124e055
Add links to diffs on Github in changelog (#11652)
* Use consistent date format in markdown files

Change to international date format to match date format in `CHANGELOG/6.1.md` etc.

* Add links to compare views on Github
2020-01-29 08:34:17 +05:00
dependabot-preview[bot] 7d5c86949f Bump NJsonSchema from 10.1.3 to 10.1.4 (#11620) 2020-01-28 14:04:18 -08:00
Travis Plunk e0d43dd367 Move to latest Azure DevOps agent images (#11704) 2020-01-28 12:39:51 -08:00
dependabot-preview[bot] 585e53c6b6 Bump Markdig.Signed from 0.18.0 to 0.18.1 (#11641) 2020-01-28 12:17:07 -08:00
Travis Plunk 8b36149795 Move to version 3 of AzFileCopy (#11697) 2020-01-28 19:51:07 +00:00
Aditya Patwardhan 84f2a7d170 Update README.md and metadata.json for next release (#11664) 2020-01-27 16:01:22 -08:00
xtqqczze ac524e283d Update .editorconfig (#11675) 2020-01-25 22:24:16 +05:00
Ilya eb47c22339
Add custom 'Selected.*' type to PSCustomObject in Select-Object only once (#11548)
Before the fix Select-Object without parameters added custom 'Selected.' type to PSCustomObject even if this type was already present in TypeNames that was a memory leak in the edge case.
The cause of the problem was that Select-Object without parameters did not create a new object but forwarded the original.
The fix is to add custom 'Selected.' type only if object is original and it has not already custom 'Selected.*' type.
2020-01-25 14:10:39 +05:00
Brendan Burns 0b4c43bc11 Add -AsUTC to the Get-Date cmdlet (#11611) 2020-01-24 13:14:00 -08:00
xtqqczze ba639a6440 vscode: Enable EditorConfig support in OmniSharp (#11627) 2020-01-24 12:22:27 -08:00
xtqqczze 920b671fb4 Unify pester test syntax for the arguments of -BeOfType (#11558) 2020-01-24 11:00:37 -08:00
Paul Higinbotham a7a2b12336 Fix for JEA user role in virtual account (#11668) 2020-01-24 09:54:07 -08:00
Joel Sallow (/u/ta11ow) b71d983306 Format-Hex - Fix Grouping Behaviour with Boolean values (#11587)
* Resolve issue with grouping bools & ints

We were not flushing the input buffer immediately when a different
type is encountered.
This caused some odd behaviour when piping in a mix of bools and ints.
Fix is to immediately flush the input buffer when the incoming object is
a different type than anything we have buffered.
2020-01-24 09:52:21 +05:00
Robert Holt caa50510c2 Change name of ClrVersion parameter back (#11623) 2020-01-23 22:21:06 +05:00
xtqqczze 12425f24c0 Specify charset in .editorconfig as utf-8 (no BOM) (#11654) 2020-01-23 11:01:07 +05:00
xtqqczze 2f295b24b0 Fix markdown-link test failure (#11653) 2020-01-22 08:45:51 -08:00
Dongbo Wang bf85f3fbe1 Make Test-Connection always use the default synchronization context for sending ping requests (#11517) 2020-01-22 08:19:06 +05:00
Dongbo Wang 70d4a89931
Update the change log in preview.md for v7.0.0-rc.2 release (#11609) 2020-01-16 17:05:42 -08:00
Aditya Patwardhan cbd2ee56d5 Update README.md and metadata.json for next release (#11597) 2020-01-16 15:40:51 -08:00
xtqqczze ba9a7b1948 Code Cleanup for environment data gathering in build.psm1 (#11572) 2020-01-15 11:03:48 -08:00
Aditya Patwardhan 3d35a51cbc Update .NET SDK version to 3.1.101 (#11582) 2020-01-14 14:17:04 -08:00
Aditya Patwardhan 976f746874 Bump Microsoft.PowerShell.Native from 7.0.0-rc.1 to 7.0.0.rc.2 (#11583) 2020-01-14 14:16:24 -08:00
dependabot-preview[bot] a58037c247 Bump PSReadLine from 2.0.0-rc1 to 2.0.0-rc2 (#11581) 2020-01-14 11:34:42 -08:00
Aditya Patwardhan d1ada89bb5 Test fixes for various platforms (#11579) 2020-01-14 10:57:13 -08:00
Paal Braathen aada0a80b7 Use ISOWeek for week numbers in Get-Date (#11536) 2020-01-14 10:26:24 -08:00
Steve Lee de2d34b2ad Support expanding ~ in $env:PATH when doing command discovery (#11552) 2020-01-14 10:24:26 -08:00
James Truher [MSFT] 1484749f04 Test fixes for failing tests (#11541) 2020-01-14 08:40:50 -08:00