api-doc-tools
api-doc-tools copied to clipboard
Multiple <AssemblyPublicKey> elements added
Each time I run mdoc update, I get a new <AssemblyPublicKey> element added.
@mattleibow are you seeing this in the index file?
Yes. Although, it may have to do with the multiple assemblies, not the times it was run. For example, if I have 10 versions of an assembly, it adds 10 keys.
@mattleibow ok, in the very short term, and I realize this is not ideal, but can you just manually delete those extra elements when you run it? I will work on this soon and let you know when I have a release that resolves this issue.
@joelmartinez I am doing that now, so no problem.
@mattleibow I should have asked this before ... but are you seeing the same value in the AssemblyPublicKey element? I'm assuming that the answer is yes, and the solution to this would be to check for the existence of the key before adding ... but wanted to verify