To organise & identify assemblies, the build process should write appropriate assembly metadata
craigfowler opened this issue · 0 comments
craigfowler commented
Currently, no (or very little) metadata is being written to assemblies, because I have done away with the AssemblyInfo.cs
files. This ticket is to restore that information by using MSBuild properties in the csproj
files, which will be used automatically.
Ideally, I would like to group together some common properties into a single .targets
file which is shared.
This ticket is to find which properties are appropriate and then to ensure that they are used.