You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading module versions via lock file generates an exception.
Error output
Unhandled exception: System.IndexOutOfRangeException: Index was outside the bounds of the array.
at PSRule.Pipeline.CommandLineBuilder.Assert(String[] module, LockFile file, PSRuleOption option, IHostContext hostContext) in /_/src/PSRule/Pipeline/CommandLineBuilder.cs:line 52
at PSRule.Tool.ClientHelper.RunAnalyze(AnalyzerOptions operationOptions, ClientContext clientContext, InvocationContext invocation) in /_/src/PSRule.Tool/ClientHelper.cs:line 63
at PSRule.Tool.ClientBuilder.<AddAnalyze>b__19_0(InvocationContext invocation) in /_/src/PSRule.Tool/ClientBuilder.cs:line 125
at System.CommandLine.Invocation.AnonymousCommandHandler.Invoke(InvocationContext context)
at System.CommandLine.Invocation.AnonymousCommandHandler.InvokeAsync(InvocationContext context)
at System.CommandLine.Invocation.InvocationPipeline.<>c__DisplayClass4_0.<<BuildInvocationChain>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass17_0.<<UseParseErrorReporting>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass12_0.<<UseHelp>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass22_0.<<UseVersionOption>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass19_0.<<UseTypoCorrections>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c.<<UseSuggestDirective>b__18_0>d.MoveNext()
--- End of stack trace from previous location ---
at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass16_0.<<UseParseDirective>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c.<<RegisterWithDotnetSuggest>b__5_0>d.MoveNext()
--- End of stack trace from previous location ---
at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass8_0.<<UseExceptionHandler>b__0>d.MoveNext()
Module in use and version:
Module: PSRule
Version: 3.0.0-B0084
The text was updated successfully, but these errors were encountered:
Description of the issue
Loading module versions via lock file generates an exception.
Error output
Module in use and version:
The text was updated successfully, but these errors were encountered: