Liturgist
Liturgist
I do not know all that is available through SevenZipSharp. I wonder if a wrapper around 7z.exe would be just as effective. What do you think?
@embray, yes, I was thinking that PowerShell could be added to that table. Specifying an exponent produces a System.Double in PowerShell.
I see some differences between Windows PowerShell and PowerShell Core. Here is the code and output from each. ``` $json = @" { "a_string": "now", "an_integer": 1, "a_float": 1.2, "an_exponent":...
The differences between Windows PowerShell and PowerShell Core are discussed in the question and answer in: https://stackoverflow.com/a/65040970/447901
This code may be more helpful. PS C:\src\t> Get-Content -Path .\json-types.ps1 $json = @" { "a_string": "now", "an_integer": 9, "int_min": $([string]([int]::MinValue)), "int_min_minus1": $([string]([int]::MinValue) - 1), "int_max": $([string]([int]::MaxValue)), "int_max_plus1": $([string]([int]::MaxValue) +...
This code may be more helpful. ``` PS C:\src\t> Get-Content -Path .\json-types.ps1 $json = @" { "a_string": "now", "an_integer": 9, "int_min": $([string]([int]::MinValue)), "int_min_minus1": $([string]([int]::MinValue) - 1), "int_max": $([string]([int]::MaxValue)), "int_max_plus1": $([string]([int]::MaxValue)...
Is anything happening regarding this? git is likely the most used VCS in the world. But, it is difficult for Microsoft BI developers.
Prompted to update Powershell to non-LTS version even when $Env:POWERSHELL_UPDATECHECK is set to LTS
I am experiencing the same issue. VSCode tells me that the current latest release is v7.2.0. It does not mention that it is the preview version, rc1. It really should...
Prompted to update Powershell to non-LTS version even when $Env:POWERSHELL_UPDATECHECK is set to LTS
> I almost filed a bug...but actually @Liturgist you're running a non-LTS, 7.1.5. So nevermind all I said! It is strange that the update is pointing you at an RC,...
This issue can not be produced this morning. I do not know why. The question I posted was copy/paste from the machine. Closing.