SeeminglyScience / EditorServicesCommandSuite

Collection of editor commands for use in PowerShell Editor Services.
Other
152 stars 13 forks source link

Exception calling "ProcessRecord" with "1" argument(s): "Method not found #65

Closed itfranck closed 3 years ago

itfranck commented 3 years ago

Using the Splat method, I get:

 Exception calling "ProcessRecord" with "1" argument(s): "Method not found: 'Void 
OmniSharp.Extensions.LanguageServer.Protocol.Models.Range.set_Start(OmniSharp.Extensions.LanguageServer.Protocol.Models.Position)'."
At line:348 char:7
+       $__cmdletization_objectModelWrapper.ProcessRecord($__cmdletizat ...
+       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : MissingMethodException

Using the non-pre-release version, it stopped working for a while. It do not work nor it produce any error.

Updating to the latest beta now show an error (while still not converting to splat)

Observed on

SeeminglyScience commented 3 years ago

Fixed in beta4