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
Can someone tell me what I'm doing wrong to use Wingetcreate
I run "Wingetcreate new url here or not I get the following exception:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.IO.IOException: The handle is invalid.
at System.ConsolePal.set_CursorVisible(Boolean value)
at System.Console.set_CursorVisible(Boolean value)
at Sharprompt.Drivers.DefaultConsoleDriver.Reset()
at Sharprompt.Drivers.DefaultConsoleDriver.Dispose()
at Sharprompt.Forms.FormRenderer.Dispose()
at Sharprompt.Forms.FormBase1.Dispose() at Sharprompt.Prompt.List[T](ListOptions1 options)
at Microsoft.WingetCreateCLI.PromptHelper.PromptList[T](String message, Object model, String memberName, IEnumerable`1 instance, Int32 minimum, Object validationModel, String validationName)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at Microsoft.WingetCreateCLI.PromptHelper.PromptPropertyAndSetValue[T](Object model, String memberName, T instance, Int32 minimum, Object validationModel, String validationName)
at Microsoft.WingetCreateCLI.Commands.NewCommand.Execute()
at Microsoft.WingetCreateCLI.Program.Main(String[] args)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Can someone tell me what I'm doing wrong to use Wingetcreate
I run "Wingetcreate new url here or not I get the following exception:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.IO.IOException: The handle is invalid.
at System.ConsolePal.set_CursorVisible(Boolean value)
at System.Console.set_CursorVisible(Boolean value)
at Sharprompt.Drivers.DefaultConsoleDriver.Reset()
at Sharprompt.Drivers.DefaultConsoleDriver.Dispose()
at Sharprompt.Forms.FormRenderer.Dispose()
at Sharprompt.Forms.FormBase
1.Dispose() at Sharprompt.Prompt.List[T](ListOptions
1 options)at Microsoft.WingetCreateCLI.PromptHelper.PromptList[T](String message, Object model, String memberName, IEnumerable`1 instance, Int32 minimum, Object validationModel, String validationName)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at Microsoft.WingetCreateCLI.PromptHelper.PromptPropertyAndSetValue[T](Object model, String memberName, T instance, Int32 minimum, Object validationModel, String validationName)
at Microsoft.WingetCreateCLI.Commands.NewCommand.Execute()
at Microsoft.WingetCreateCLI.Program.Main(String[] args)
Beta Was this translation helpful? Give feedback.
All reactions