Replies: 1 comment 1 reply
-
@sillsun 试试一下代码, 另外你的脚本是啥样的, 方便复现一下这个错误吗? AssemblyCSharpBuilder cSharpBuilder = new();
cSharpBuilder.ConfigCompilerOption(item => item.AddSupperess("CS8019").UseSuppressReportor(false)); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
你好,我使用Natasha对脚本进行编译,有些警告如果使用vs是可以直接编译,例如 : NatashaException:““xxx.property”隐藏继承的成员“x.property”。如果是有意隐藏,请使用关键字 new。”。
请问我应该要怎样配置AssemblyCSharpBuilder才能忽略这种警告然后进行编译?
Beta Was this translation helpful? Give feedback.
All reactions