In .NETCore1.1, next code
typeof(Program).GetTypeInfo().Assembly.GetCustomAttributes().ToList()
returns list of custom assembly attributes and one of them is AssemblyTitleAttribute
. By default this attribute value returns project name, but how can I set any other value?
Tried to add assembly information file AssemblyInfo.cs
how it's described here, but getting error
error CS0579: Duplicate 'System.Reflection.AssemblyTitleAttribute' attribute