Matteo Prosperi
Matteo Prosperi
#### Is your feature request related to a problem? Please describe. [VSTHRD010](https://github.com/microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md) asks to use `ThreadHelper.ThrowIfNotOnUIThread()` for sync methods. `ThreadHelper` is only available for the `net472` target. `Microsoft.VisualStudio.Threading` is available...
When using `AddRemoteRpcTarget` to forward messages to another `JsonRpc` instance, calling methods that return an `IAsyncEnumerable` fails. This is because [JsonRpc.rpcTargetInfo.TryGetTargetMethod](https://github.com/microsoft/vs-streamjsonrpc/blob/6dc57e800961bf40bca23b87c5cf194f9e7c99d7/src/StreamJsonRpc/JsonRpc.cs#L1999) will always return a match for the special methods...
Steps to reproduce ------------------ We publish almost 180 modules (`AWS.Tools.*`) to PowerShell Gallery in large batches. These modules have dependencies on each other. I wrote a script that looks at...
Hello, I see on NuGet that the latest version of PowerShell Standard.Library Version 3 is 3.0.0-preview-02 from February 2018. Considering that we have much newer versions of PowerShell Standard.Library Version...