Skip to content
Imre Pühvel edited this page Feb 13, 2015 · 2 revisions

I get "duplicate 'AssemblyConfiguration' attribute" or "duplicate 'FileVersion' attribute" on build?

The generated attribute already exists in the project. Usually as the default contents of AssemblyInfo.cs file. To fix this ensure the generated attribute is not already declared somewhere else in the project.

If you want to skip generating any attribute then configure the attribute to use generator "Skip" in the Nortal.Utilities.AssemblyVersioning.props file.

AssemblyVersiong Dll is sometimes not removed when I uninstall the nuget package. Is this a bug?

This only happens when used from within Visual Studio and build triggered the dll to be loaded to memory and locked on disk. To remove the dll then restart Visual Studio before uninstalling the package.

Clone this wiki locally