api-doc-tools icon indicating copy to clipboard operation
api-doc-tools copied to clipboard

Multiple <AssemblyPublicKey> elements added

Open mattleibow opened this issue 7 years ago • 5 comments

Each time I run mdoc update, I get a new <AssemblyPublicKey> element added.

mattleibow avatar Apr 20 '18 21:04 mattleibow

@mattleibow are you seeing this in the index file?

joelmartinez avatar Apr 23 '18 17:04 joelmartinez

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 avatar Apr 24 '18 13:04 mattleibow

@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 avatar Apr 24 '18 13:04 joelmartinez

@joelmartinez I am doing that now, so no problem.

mattleibow avatar Apr 24 '18 13:04 mattleibow

@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

joelmartinez avatar Jul 06 '18 14:07 joelmartinez