PowerShell/test
James Truher [MSFT] 7f99fa1bf3
Get-Help may report parameters with ValueFromRemainingArguments attribute as pipeline-able (#23871)
* Remove FromRemainingArguments as an inputs indicator.

The parameter attribute FromRemainingArguments is not an indicator of pipeline input.
2024-06-03 21:20:55 +05:00
..
docker/networktest [StepSecurity] Apply security best practices (#21480) 2024-04-16 21:58:26 +00:00
hosting Update .NET SDK to version 8.0.100-rc.1.23455.8 (#20269) 2023-09-20 14:33:49 -07:00
nanoserver Use correct casing for cmdlet name and cmdlet parameter name in *.ps1 files (#12584) 2020-05-07 17:00:30 +05:00
packaging/windows Remember installation options and used them to initialize options for the next installation (#20420) 2024-05-07 21:45:50 +00:00
perf Bump to .NET 8 RC2 (#20510) 2023-10-18 18:10:25 +00:00
powershell Get-Help may report parameters with ValueFromRemainingArguments attribute as pipeline-able (#23871) 2024-06-03 21:20:55 +05:00
shebang Use correct casing for cmdlet name and cmdlet parameter name in *.ps1 files (#12584) 2020-05-07 17:00:30 +05:00
SSHRemoting Add the -ConfigurationFile command line parameter to pwsh to support local session configuration (#17447) 2022-06-06 12:12:53 -07:00
tools Add debugging to the MTU size test (#21463) 2024-05-21 13:45:07 -07:00
xUnit Bump XunitXml.TestLogger from 3.1.17 to 3.1.20 (#21207) 2024-02-12 12:02:46 -08:00
README.md Move xUnit tests in new folder (#8356) 2018-12-13 14:22:07 -08:00
Test.Common.props Bump to .NET 9 Preview 1 (#21229) 2024-02-16 03:15:11 +00:00

Testing

The tests are organized by testing language. Thus Pester tests, which are written in the PowerShell language, are in ./powershell and xUnit tests, written in C#, are in ./xUnit. The third-party shebang test is in ./shebang.