You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that the VS editor does not show the package class documentation comment when StrongNamer adds strong name.
I'd like to add new feature to copy .xml documentation file to the SignedAssemblies folder in case if an assembly has been signed.
It looks like the best way is to add one more output task item SignedAssemblies (like SignedAssembliesToReference or NewCopyLocalFiles) to get a list of assemblies were signed.
Then it should be possible to modify StrongNamer.targets file with a new Copy command like
Hi there
I've noticed that the VS editor does not show the package class documentation comment when StrongNamer adds strong name.
I'd like to add new feature to copy
.xml
documentation file to theSignedAssemblies
folder in case if an assembly has been signed.It looks like the best way is to add one more
output
task itemSignedAssemblies
(likeSignedAssembliesToReference
orNewCopyLocalFiles
) to get a list of assemblies were signed.Then it should be possible to modify
StrongNamer.targets
file with a newCopy
command likeDoes it have sense ?
Regards
The text was updated successfully, but these errors were encountered: