Commit Graph

10727 Commits

Author SHA1 Message Date
Patrick Meinecke
1dc2ebe5bc
Fix error formatting for pipeline enumeration exceptions (#20211) 2024-03-04 12:58:06 -08:00
dependabot[bot]
6f0c9a58aa
Bump Microsoft.CodeAnalysis.CSharp from 4.9.0-3.final to 4.9.2 (#21298) 2024-03-04 12:47:43 -08:00
dependabot[bot]
5e9a3b9eeb
Bump Microsoft.CodeAnalysis.Analyzers (#21297) 2024-03-04 12:00:25 -08:00
xtqqczze
0e106faafe
Enable CA1868: Unnecessary call to 'Contains' for sets (#21165)
https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1868
2024-02-29 22:56:22 +05:00
xtqqczze
f8ca532dd7
Suppress MacOS package manager output (#21244) 2024-02-27 15:13:40 -08:00
xtqqczze
c3594c5969
Remove JetBrains.Annotations attributes (#21246) 2024-02-27 15:12:46 -08:00
Jordan Borean
fcf4953c3b
ConvertTo-Json: Serialize BigInteger as a number (#21000) 2024-02-27 14:52:58 -08:00
MartinGC94
338d1dcfa1
Fix the regression when doing type inference for $_ (#21223) 2024-02-26 15:11:19 -08:00
Steve Lee
05ed2f270c
Revert "Adjust PUT method behavior to POST one for default content type in WebCmdlets" (#21049) 2024-02-26 11:51:12 -08:00
Steve Lee
a880377d8a
Fix a regression in Format-Table when header label is empty (#21156) 2024-02-26 11:44:30 -08:00
Aditya Patwardhan
8921a7dcad
Skip test on Windows Server 2012 R2 for no-nl (#21265) 2024-02-22 16:26:30 -08:00
Aditya Patwardhan
cdb33316ca
Update metadata.json and README.md (#21264) 2024-02-22 16:16:16 -08:00
Jason Helmick
5550e55d8a
Adding WG membership template (#21153)
* Adding WG membership template

* Editing WG membership template

* Editing WG membership template

* Editing WG membership template

* Editing WG membership template

* Editing WG membership template

* Editing WG membership template

* Editing WG membership template

* Editing WG membership template

* Editing WG membership template

* Editing WG membership template

* Editing WG membership template

* Editing WG membership template

* Update .github/ISSUE_TEMPLATE/WG_member_request.yaml

Co-authored-by: Steve Lee <slee@microsoft.com>

* Update .github/ISSUE_TEMPLATE/WG_member_request.yaml

Co-authored-by: Steve Lee <slee@microsoft.com>

---------

Co-authored-by: Jason.Helmick <jahelmic@microsoft.com>
Co-authored-by: Steve Lee <slee@microsoft.com>
2024-02-22 13:23:48 -05:00
Aditya Patwardhan
597009d321
Add dotnet-runtime-9.0 as a dependency for the Mariner package (#21259) 2024-02-21 15:36:24 -08:00
Aditya Patwardhan
d213bc82e9
Add dotenv install as latest version does not work with current Ruby version (#21239) 2024-02-16 22:22:35 +00:00
Aditya Patwardhan
c6921dba61
Remove surrogateFile setting of APIScan (#21238) 2024-02-16 11:57:06 -08:00
PowerShell Team Bot
e7fd228156
Update experimental-feature json files (#21213) 2024-02-16 11:28:00 -08:00
PowerShell Team Bot
e3b1d43bdf
Update to the latest NOTICES file (#21236) 2024-02-16 10:02:29 -08:00
PowerShell Team Bot
65a1a66a46
Update the cgmanifest (#21237) 2024-02-16 09:20:53 -08:00
Aditya Patwardhan
a145f47787
Bump to .NET 9 Preview 1 (#21229) 2024-02-16 03:15:11 +00:00
Jordan Borean
71035543e7
ConvertFrom-Json: Add -DateKind parameter (#20925)
Adds the -DateKind parameter to the ConvertFrom-Json that allows the
caller to control how DateTime strings are converted into an object. The
default behaviour is to create a DateTime value with the Kind being
Unspecified if no TZ is set, Utc if the TZ Z is set, Local (after
conversion) if an explicit TZ is set. This adds a Utc, Local to
explicitly set the Kind as desired as well as a Offset and String value
to create a DateTimeOffset or keep as a string.
2024-02-13 09:05:07 +05:00
Ikko Eltociear Ashimine
0393ef261a
Fix a typo in CoreAdapter.cs (#21179) 2024-02-12 12:08:18 -08:00
PowerShell Team Bot
9c7f13e9ee
Update the cgmanifest (#21178) 2024-02-12 12:06:39 -08:00
PowerShell Team Bot
16c3f5cb1f
Update to the latest NOTICES file (#21177) 2024-02-12 12:06:15 -08:00
Steve Lee
c7249c6adb
Remove PSScheduledJob module source code (#21189) 2024-02-12 12:05:06 -08:00
dependabot[bot]
8dfe19e577
Bump XunitXml.TestLogger from 3.1.17 to 3.1.20 (#21207) 2024-02-12 12:02:46 -08:00
Dom Slee
c56a52b8c0
Add tilde expansion for windows native executables (#20402) 2024-02-12 09:58:27 -08:00
alerickson
95b56bea96
Update versions of PSResourceGet (#21190) 2024-02-10 12:45:57 -08:00
James Truher [MSFT]
0919240822
Rewrite the mac syslog tests to make them less flaky (#21174) 2024-02-07 13:09:41 -08:00
Anam Navied
79639822c4
Generate MSI for win-arm64 installer (#20516) 2024-02-01 11:52:26 -08:00
Dongbo Wang
3df0aa33b7
Fix incorrect examples in XML docs in PowerShell.cs (#21173) 2024-02-01 11:19:16 -08:00
PowerShell Team Bot
ca5f73bbad
Update the cgmanifest (#21093) 2024-02-01 10:01:43 -08:00
Steven Bucher
18c3e3e039
Update WG members (#21091) 2024-02-01 10:00:23 -08:00
Patrick Meinecke
18d31b140f
Update changelog for v7.4.1 (#21098) 2024-02-01 09:59:37 -08:00
Greg Dennis
2cfa84c04c
Bump JsonSchema.Net to v5.5.1 (#21120) 2024-02-01 09:58:07 -08:00
MartinGC94
7ad403962c
Add DirectoryInfo to the OutputType for New-Item (#21126) 2024-02-01 09:57:38 -08:00
James Truher [MSFT]
e9682c151d
Fix using assembly to use Path.Combine when constructing assembly paths (#21169) 2024-02-01 09:49:20 -08:00
Dongbo Wang
783fb46e65
Validate the value for using namespace during semantic checks to prevent declaring invalid namespaces (#21162) 2024-02-01 09:42:37 -08:00
Jordan Borean
4f02a89906
Fix Get-Error serialization of array values (#21085)
Ensure Get-Error does not hang when attempting to serialize an exception
that contains a property whose type is an array of System.Type
instances. Also ensures that primitive types like System.Int32,
System.Boolean as well as System.String is formatted as a string rather
than an object with properties.
2024-01-24 08:41:18 +05:00
Dongbo Wang
f0076b9d88
Merge the v7.5.0-preview.1 release branch to GitHub master branch 2024-01-18 15:42:05 -08:00
Dongbo Wang
dd598b3d52
Update README.md and metadata.json for v7.5.0-preview.1 release (#21094) 2024-01-18 14:58:26 -08:00
Dongbo Wang
53d1a0d2d9 Merged PR 29314: Update ChangeLog for v7.5.0-preview.1
Update ChangeLog for v7.5.0-preview.1
2024-01-18 21:33:23 +00:00
Steven Bucher
31dfb6dd56
Add WinGetCommandNotFound and CompletionPredictor modules to track usage (#21040) 2024-01-18 11:15:29 -08:00
Dongbo Wang
8283ac05c3
Bump .NET SDK to 8.0.101 (#21084) 2024-01-17 11:53:01 -08:00
MartinGC94
9da657e3a8
Fix completion crash for the SCCM provider (#20915) 2024-01-16 16:56:13 -08:00
PowerShell Team Bot
b2ba584423
Update the cgmanifest (#21047) 2024-01-16 13:23:30 -08:00
PowerShell Team Bot
ad2076748b
Update to the latest NOTICES file (#20905) 2024-01-16 13:23:07 -08:00
dependabot[bot]
1682d61626
Bump StyleCop.Analyzers from 1.2.0-beta.507 to 1.2.0-beta.556 (#20953) 2024-01-16 13:21:43 -08:00
dependabot[bot]
023b1f565c
Bump xunit from 2.6.5 to 2.6.6 (#21071) 2024-01-16 12:39:24 -08:00
Dongbo Wang
e453c006d3
Update changelog for v7.2 and v7.3 (#21052) 2024-01-11 15:37:37 -08:00