Patrick Meinecke

Results 430 comments of Patrick Meinecke

Can you check `Get-Command Set-Clipboard` to make sure you're not resolving an implementation from a installed module?

The Engine WG reviewed this, we agree that the method should be made public but a PR to make this change should include tests to verify that it works as...

We discussed this in the Engine WG but the more I look through the thread the more unsure I am about what the actual ask is. It seems like it's...

Yeah, more specifically it's the difference between an access of an optimized local vs any other variable access. The former generates a strongly typed property in a mutable tuple and...

Yes it's about whether the compiler is set to optimize local variable access. This is disabled when dot sourcing, when accessing all scoped variables, when any `*-Debugger` or `*-Variable` command...

The Engine WG reviewed this and agree it's a bug and both optimized and non-optimized should handle the default value as an empty string.

The Engine WG discussed this and agree it's a bug And also that most likely the cause of the bug is that the conversion path isn't handling when `DateTime` is...

Looks like the conversion path `LanguagePrimitives.ConvertUnrelatedArrays` gets hit here which apepars not to check array rank. Definitely should at least fail more gracefully

Looks like this is due to an intentional breaking change in .NET. See [Path APIs don't throw an exception for invalid characters](https://learn.microsoft.com/en-us/dotnet/core/compatibility/2.1#path-apis-dont-throw-an-exception-for-invalid-characters) for more information.