Error CS0579Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute
Posted rikublog
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Error CS0579Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute相关的知识,希望对你有一定的参考价值。
今天在引入ClassLibraryQikuo的时候突然报错
Error CS0579 Duplicate ‘System.Reflection.AssemblyTitleAttribute‘ attribute
然后用text文本打开.csproj文件后添加代码成
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netstandard2.0</TargetFramework> <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> <GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute> <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> <GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute> </PropertyGroup> </Project>
本以为问题解决了记过代开继续报错 只是比原来少了三个错误
Ok那我继续
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
在刚刚的基础上加了如上
问题终于解决了 但是可能前面的一波操作是多余的 直接加上第二波操作加的就可以解决问题了 大家是怎么尝试的呢?
以上是关于Error CS0579Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute的主要内容,如果未能解决你的问题,请参考以下文章
联想thinkpad e40 0579a25怎样锁触屏键盘,还有快捷键都有哪些
csharp Download_xlsx_Error.aspx.cs
Assets/FollowDestination.cs(6,13): error CS0246: The type or namespace name `NavMeshAgent' could