gpt4 book ai didi

Visual Studio 和 Visual Studio Code 中的 C#

转载 作者:行者123 更新时间:2023-12-04 03:21:46 25 4
gpt4 key购买 nike

所以我是 C# 的新手,并尝试在 Visual Studio Code 中加载一个用 Visual Studio 编写的项目。我很好奇为什么 Visual Studio 解决方案资源管理器中的“引用”选项现在在 VSCode 中消失了?或者也许它被翻译成 VSCode 中的其他东西?因为现在在 VSCode 中我不知道如何添加对 DemoLibrary.tests 的引用,例如,对 DemoLibrary。

enter image description here

最佳答案

所有引用都存储在您的 DemoLibrary.Tests.csproj 中。您可以直接在其中编辑它们,或使用 dotnet cli:

dotnet add DemoLibrary.Tests/DemoLibrary.Tests.csproj reference DemoLibrary/DemoLibrary.csproj

替代命令是removelist。您可以在此处找到文档和示例:

https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-add-reference https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-list-reference https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-remove-reference

请记住,VSCode 是一个文本编辑器(在类固醇上),而不是一个完整的 IDE - 尽管在某些情况下它非常接近。

关于Visual Studio 和 Visual Studio Code 中的 C#,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68363854/

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