安装单件视觉工作室2022问题

发布于 2025-02-13 05:00:38 字数 221 浏览 0 评论 0原文

当我尝试将单组扩展安装到Visual Studio 2022中时,它直接显示并未显示正确的扩展名。 它未在扩展名列表中列出: (list的图像)

我已经安装了.net框架,在安装实际VS程序之后) 有人知道为什么会发生这种情况吗?

When I try to install the Monogame extension into Visual Studio 2022, it straight up does not show with the right extension.
it is not listed on the extension list:
(image of list)

i have the .NET framework installed into visual studio, (but I did that after installing the actual vs program)
does anyone have any idea why this is happening?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

单调的奢华 2025-02-20 05:00:38

单组3.8.1出了,并且与Visual Studio 2022兼容!

https://community.monogame.net/monogame-3-3--3--3-3-- 8-1/17786

MonoGame 3.8.1 is out and is compatible with Visual Studio 2022!

https://community.monogame.net/t/monogame-3-8-1/17786

攒一口袋星星 2025-02-20 05:00:38

扩展安装似乎确实打破了。如果您在使用“安装指南”中详细介绍的扩展程序时会遇到无模板问题,请卸载扩展名,然后通过输入:“ dotnet new install install monogame.templates.csharp”将其从包装管理器控制台安装到命令行中。这只会直接下载模板。

如果您从未使用过软件包管理器控制台,请通过单击,工具 - > Nuget软件包经理 - >软件包管理器控制台。

The extension install does seem broken. If you experience the no templates issue when using the extension as detailed in the installation guide, uninstall the extension, and then install it from the Package Manager Console by entering: “dotnet new install MonoGame.Templates.CSharp” into the command line. This will just download the templates directly.

If you have never used the Package Manager Console, open it from the Visual Studio menu bar by clicking, Tools -> NuGet Package Manager -> Package Manager Console.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文