James Truher
James Truher
TLDR: * Mixing and matching objects, strings, and write-host with transcription is _really_ tricky. I’m not sure this is a bug, per se, but a subtle interaction between the script...
With behavior of OneDrive the WG agrees that we need to come up with a proper solution, however the scenarios have a high level of complexity which is exacerbated by...
@ABSPFD Would you please compile and run the following small csharp application in that environment? ```csharp using System; namespace test { public class Test { public static void Main() {...
i'm seeing a strange behavior between scripted and interactive use: here's a transcript: ```powershell PS> cat /tmp/foo.ps1 using namespace system.management.automation using namespace auto1 = system.management.automation using namespace auto2 = system.management.automation...
> `$null` when written to the host needs to be converted to a string, so it becomes an empty string: > > ```powershell > ($null | out-string) -eq "" >...
fixed by https://github.com/PowerShell/Crescendo/pull/165
that's generally not how versioned schemas are done - see https://json-schema.org/draft/2020-12/schema is the schema without extension
@tbergstedt @ethanbergstrom It looks like this is a _incredibly_ tricky problem that I don't think I can address by inspecting and then rewriting the manifest (the variability in what a...