dnSPY反编译 dll 出错
编译的时候报错代码为:[return: global::System.Runtime.CompilerServices.TupleElementNames(new string[]
{
"valid",
"version"
报错类似
严重程度 代码 描述 文件 行
错误 CS8138 Cannot reference 'System.Runtime.CompilerServices.TupleElementNamesAttribute' explicitly. Use the tuple syntax to define tuple names. main.g.cs 48
求大佬指点这个代码该怎么修改 return ("valid","version");
项目编译语言调整到C# 8以上 我也来学习,谢 ykrne 发表于 2022-3-3 07:36
return ("valid","version");
项目编译语言调整到C# 8以上
谢谢解答,不过dnspy编译会出更多的问题
目前的解决办法就是,直接删除这一段代码,就能编译成功。
页:
[1]