C# Compiler Warning 1685

后端 未结 6 2151
甜味超标
甜味超标 2020-12-09 14:31

So, (seemingly) out of the blue, my project starts getting compiler warning 1685:

The predefined type \'System.Runtime.CompilerServices.ExtensionAtt

6条回答
  •  误落风尘
    2020-12-09 14:59

    Another solution for this issue is to use a global alias for the whole assembly:

    Reference -> Properties -> Aliases -> Replace 'global' with something else

提交回复
热议问题