237dmitry

Results 330 comments of 237dmitry
trafficstars

`$pshome/pwsh` is not an executable in `7.5.0-preview.3` too. This requires manual setting of the execution bit. I do not understand what is for dll-files have to be executable, they are...

How does this affect pwsh as a whole? I didn’t notice any complaints about the use of types and their methods; `Add-Type` and `using` statements apparently do not depend on...

> Well here are the steps i did You didn't say what's in the current folder. Yes, in this case it deletes.

I am sorry for offtop, can be used alpine tar.gz for musl void linux?

> I encourage you to try, and see. This is not a practice interest (to date). Thanks for answer.

> $PSVersionTable.PSVersion.PreReleaseLabel Why define the release status using `PreReleasLabel` property when `$PSVersionTable.Release` returns it? ``` $ $PSVersionTable.Release Prerelease ```

> there is currently no $PSVersionTable.Release entry - except after running the code in the initial post (I don't know how easy it would be to enforce it, but conceptually,...