Add ability to include InternalVisibleTo for the signing key #165
Labels
0 - _Triaging
Issue is accepted, but a milestone has yet to be added for the issue
Feature
Issues that introduce new functionality to the project, instead of updating existing functionality
Checklist
Is Your Feature Request Related To A Problem? Please describe.
There are times we need to be able to have internals visible to other projects, typically to unit/integration tests.
Due to it being unknown during compilation what the public key for the signing key that is being used, this is problematic to include in the different projects.
Describe The Solution. Why is it needed?
It would be helpful that as part of generating the
SolutionInfo.cs
file, that we can also pass along different project names that should have the internals available for these project names and have the recipe look up what the public key is, and include/append this information to these internalvisibleto attributes.Additional Context
No response
Related Issues
No response
The text was updated successfully, but these errors were encountered: