Michael Klement
Michael Klement
The following adds a `.HardLinks` ETS property to `System.IO.FileInfo` instances (only for _files_, given that directories don't support hardlinks), but note that Unix isn't supported. * It incurs once-per-session compilation...
I think that there's agreement that reporting hard-links via `.Target` is problematic, both conceptually and in terms of performance (and in terms of PS Core-specific backward compatibility, given that `.Target`...
Thanks, @daxian-dbw and @SteveL-MSFT. Having just come across this again and being somewhat confused by my own initial post, let me try to summarize: * That _any stderr output_ currently...
I just tried the repro steps again - I get the symptom every time, in the environment as reported. Are you running on a different Windows 10 version? `-NoNewWindow` doesn't...
@iSazonov, since `runas.exe /user:...` still manages to work correctly on the affected recent Windows 10 versions, I suspect that a solution on our end is possible.
See also: * Proposal: #13598 * Relate discussion: #13592
Good point, @SteveL-MSFT, but I still think the stand-alone rendering should also be single-line only, just like for `[datetime]`. Consider the following example, whose current output is unhelpful: ```powershell ,...
> I've often wondered if the comma operator could create a list instead of an array. If that's not considered too much of a breaking change, it would certainly be...
@daxian-dbw: I'm really glad to see you take this on, but before we go any further with the syntax debate: Is the consensus that we _cannot_ just simply switch `,`,...
@daxian-dbw: Thanks for the detailed feedback. I can't speak to 1. (AST names), but perhaps the answer is to _special-case_ `@()` for the `@()` cases, such as `@()`, `@(3)`, or...