Azure / Azure/autorest.powershell
Proper packaging of dependencies in Generated packages
Open
discussion
- Dominant language
- C#
- Stars
- 123
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
If a module adds nuget dependencies, they are excluded from the nupkg file by `pack-module.ps1`. Need to ensure that all necessary dependencies are packaged as dlls inside the module package as part of the moule packing process for netstandard modules.
Generally this means:
- All non-framework dependencies of the module
- Any non-framework dependencies of its dependencies, recursively
- Note that, only netstandard dependencies should be copied
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.