Windows PowerShell 集成脚本环境 (ISE)
应用场景
有时会遇到一些这样的报错
Exception calling "SetData" with "2" argument(s): "Type 'Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.Automation.OAProject' in assembly 'Microsoft.VisualStudio.ProjectSystem.VS.Implementation, Version=15.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' is not marked as serializable."
At C:\Users\......\.nuget\packages\entityframework\6.2.0\tools\EntityFramework.psm1:722 char:5
最后提到了EntityFramework.psm1
.psm1文件和.psd1文件可以用 PowerShell ISE 打开并进行调试
参考资料
基本介绍-Windows PowerShell 5.0 ISE 中的新增功能
如何在 Windows PowerShell ISE 中调试脚本
语法-Write-Error
学习技术最好的文档就是【官方文档】,没有之一。
还有学习资料【Microsoft Learn】、【CSharp Learn】、【My Note】。
如果,你认为阅读这篇博客让你有些收获,不妨点击一下右下角的【推荐】按钮。
如果,你希望更容易地发现我的新博客,不妨点击一下【关注】。