gpt4 book ai didi

c# - 错误 CS0103 : The name 'DebugDisplayString' does not exist in the current context

转载 作者:太空宇宙 更新时间:2023-11-03 20:55:28 30 4
gpt4 key购买 nike

在调试 Monogame 程序时,我注意到我的代码中有一些奇怪的行为。

每当我将鼠标悬停在 XNA Point 上时,我都会收到以下错误,而不是看到 XNA Point 的值。

错误 CS0103:名称“DebugDisplayString”在当前上下文中不存在

Visual Debug

我通过 ToString() 打印了点的值,结果是空的,又名“”。

这是我在屏幕截图中显示的测试:

    static void Main(string[] args)
{
Point point = new Point(3, 1);
}

最近开始出现这种情况。有什么想法吗?

最佳答案

当您引用 MonoGame 的 PCL 版本时会发生这种情况。

原因是 PCL 使用了 bait and switch技术,因此 DLL 实际上不包含实现。

关于c# - 错误 CS0103 : The name 'DebugDisplayString' does not exist in the current context,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51047032/

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