William Marshall
William Marshall
The `EndRow` and `EndColumn` parameters are ignored in the `Import-Excel` function because the first mention within said function is hardcoded to set them to 0. This subsequently causes them to...
Introduces a version of the Output File Cleanup job that is written in T-SQL and is compatible with SQL Server 2017 CU18+ on all platforms. It relies upon master.sys.xp_delete_files (the...
**Describe the bug** CsvHelper.Excel v27.2.1 is incompatable with CSVHelper v30.0.0. Specifically, some of the breaking changes in that version add: `bool LeaveOpen { get; }` to `IWriterConfiguration` and `IParserConfiguration`. This...
### Brief description of your issue When upgrading a package using winget, the `-l` and `--location` options are ignored and the upgraded package is installed to the default location instead....
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...
Introduces a version of the Output File Cleanup job that is written in T-SQL and is compatible with SQL Server 2017 CU18+ on all platforms. It relies upon master.sys.xp_delete_files (the...
**Is your feature request related to a problem? Please describe.** Support for [System.Drawing.Common was depricated for non-Windows OSs](https://learn.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only) in .NET 6 and removed entirely in .NET 7. Unfortunately, the version...
When using `Select-Object` to select from a `PSObject` with both `-Property` and `-ExpandedProperty` arguments specified, the source object will be copied instead of referenced. This PR addresses issue #21308. It...
The [dnsapi/dns_nsupdate.sh](https://github.com/acmesh-official/acme.sh/blob/fc7f86104ee509cae2cd6a64553f46d78b535ad5/dnsapi/dns_nsupdate.sh) dnsapi script is used for DNS-01 acme challenges. However it currently only supports updating a single nameserver during such challenges. In the event your network admin requires you...
Changes bitwarden-cli to use the OSS download that is still licensed under GPLv3.0. Also switches to use the "only" variant of GPLv3.0. Closes #6199 - [X] I have read the...