如何解决 ASP.Net 应用程序中的此警告?
在构建 ASP.NET 应用程序期间,我收到以下警告:
预定义类型 'System.Runtime.CompilerServices.ExtensionAttribute' 被定义在多个程序集中 全局别名;使用定义 来自 'c:\Program Files\Reference 程序集\Microsoft\Framework\v3.5\System.Core.dll'
如何解决此警告?
I get the following as a warning during build of my asp.net application:
The predefined type
'System.Runtime.CompilerServices.ExtensionAttribute'
is defined in multiple assemblies in
the global alias; using definition
from 'c:\Program Files\Reference
Assemblies\Microsoft\Framework\v3.5\System.Core.dll'
How do i resolve this warning?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
来自此博客:
相关问题:C# 编译器警告 1685
From this blog:
Related question: C# Compiler Warning 1685
来自 MSDN
基于此,我们可能需要查看程序集列表及其参考来为您提供很大帮助。
from MSDN
Based on this, we probably need to see the list of assemblies and their references to help you much.