gpt4 book ai didi

powershell - 在Powershell中重新加载修改后的类

转载 作者:行者123 更新时间:2023-12-04 12:52:13 27 4
gpt4 key购买 nike

我有一个包含类定义的脚本文件。使用新的V5 Powershell语法。我还有另一个脚本文件,该脚本文件为类提供了源代码并使用了它。我正在控制台中测试该文件。

在控制台全新启动时,它将正确加载该类。然后,我对该类进行了一些更改,并将其保存回文件中。重新运行该脚本似乎不会使更改生效。就像一旦加载到控制台中一样,该类是不可变的,不会被解析和重新加载。

这在开发时确实很痛苦,因为在对类进行任何更改之后,我都必须启动一个新的控制台。

有没有一种方法可以强制Powershell每次看到它们都重新加载类?

在Powershell ISE和Powershell控制台(使用vscode)中调试的代码中都会发生这种情况。

最佳答案

在撰写本文时,这是Powershelllooks like the issue remains unresolved中的类的已知问题。

要今天解决此问题,您要么需要启动一个新的交互式 session (您不想做),要么将您的开发类加载到Powershell的子实例中:

powershell.exe -Command { Your-Code }

# Alternatively, write a script to test your newly updated class
powershell.exe -File \path\to\Test-ClassScript.ps1

关于powershell - 在Powershell中重新加载修改后的类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40881824/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com