Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

copy .xml file to SignedAssemblies folder if assembly is signed #56

Open
oleksabor opened this issue Apr 16, 2021 · 0 comments
Open

copy .xml file to SignedAssemblies folder if assembly is signed #56

oleksabor opened this issue Apr 16, 2021 · 0 comments

Comments

@oleksabor
Copy link

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 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

    <Copy SourceFiles="@(SignedAssemblies -> Replace('.dll', '.xml'))" DestinationFolder="$(IntermediateOutputPath)SignedAssemblies"/> 

Does it have sense ?

Regards

oleksabor added a commit to oleksabor/strongnamer that referenced this issue Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant