Tom-CK

Results 8 comments of Tom-CK

``` $error[0] | fl * -force writeErrorStream : True PSMessageDetails : Exception : System.Reflection.TargetInvocationException: Ein Aufrufziel hat einen Ausnahmefehler verursacht. ---> System.MissingMethodException: Methode nicht gefunden: "Int32 System.Text.Encodings.Web.TextEncoder.FindFirstCharacterToEncodeUtf8(System.ReadOnlySpan`1)". bei System.Text.Json.JsonWriterHelper.NeedsEscaping(ReadOnlySpan`1 value,...

Maybe a typo in a configuration ? I did not change anything in config.

This is the result of $PSVersionTable in PowerShell Integrated Console of vscode: Name Value ---- ----- PSVersion 5.1.19041.1023 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.19041.1023 CLRVersion 4.0.30319.42000 WSManStackVersion...

Maybe same problem here: https://github.com/pnp/powershell/issues/727

I have removed module "PNP.PowerShell" in Version 1.7.0 and installed this module in version 1.5.0. The error went away. Then I updated module "PNP.PowerShell" back to Version 1.7.0 - the...

Sorry for my late reply, I was on holidays for some days: Please remind: - the error is thrown only when working VSCode-PowerShell. It it not thrown when using regular...

I am having the same issue using Get-PNPListItem in vscode. The error does not exist when running Get-PNPListItem in regular PowerShell. Steps to reproduce: - Install-Module PNP.PowerShell -Required Version 1.7.0...