gpt4 book ai didi

c# - 为什么 Bridge.net 不编译 HashSet 或 Stack

转载 作者:行者123 更新时间:2023-12-04 08:41:49 24 4
gpt4 key购买 nike

我使用的是 Bridge.net v17.10.1,根据文档,它们是在 Bridge.Core 中实现的。

HashSet<T> varName;
Stack<T> varName2;
产生以下错误:
Error   CS0433  The type 'HashSet<T>' exists in both 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'Bridge, Version=17.6.0.0, Culture=neutral, PublicKeyToken=null'


Error CS0433 The type 'Stack<T>' exists in both 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'Bridge, Version=17.6.0.0, Culture=neutral, PublicKeyToken=null'
可能是 super 简单的事情,但我的 Bridge.Net 知识有限,我一直无法弄清楚。

最佳答案

这是一个已知问题,答案如下:https://forums.bridge.net/forum/community/help/2902-c-compile-error-the-type-stopwatch-exists-in-both-system-and-bridge

Yes, you have to remove System reference from your csproj fileAlso I can suggest to add the following reference to prevent adding System reference by Visual Studio

<Reference Include="System" Condition="False" />

关于c# - 为什么 Bridge.net 不编译 HashSet<T> 或 Stack<T>,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64526660/

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