Gravatar image
JJ Chen

.NET Developer

Powershell

Visual Studio 疑难杂症:找不到基础类型

Visual Studio 打开 Git 拉取的 .NET 项目后,报出大量找不到 System.Object、System.Void 等基础类型的错误。原因是本地 bin/obj 缓存与代码不一致,删除所有子项目的 bin 和 obj 文件夹后重新打开解决方案即可解决。附带 PowerShell 批量清理脚本。
Visual Studio Powershell

美化 Powershell

安装 Oh-my-push 官网指导:ohmyposh 微软教程:教程 - 使用 Oh My Posh 为 PowerShell 或 WSL 设置自定义提示符 新建profile note $profile 填写主题 oh-my-posh init pwsh --config $env:POSH_THEMES_PATH\thecyberden.omp.json | Invoke-Expression 安装字体 nerdfonts 下载 个人比较喜欢 Cascadia Code,所以选了 CaskaydiaCove Nerd Font file PLAY file
Powershell Oh My Posh