devlooped / devlooped/nugetizer
Support multi-targeting with NoTargets and/or Traversal SDKs
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 271
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Both NoTargets and Traversal SDKs are very convenient for creating packaging projects.
NoTargets, as a simple aggregator of content for a single-targeting (one TF) package. Traversal for multi-package building from a single entry point.
Once scenario that isn't working right now, is for multi-targeting packaging projects. Neither SDK will actually pack the "outer" packaging project itself.
We could also just introduce a NuGetizer SDK too, based off of the Traversal SDK most likely.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the SDK definitions under src/NoTargets and src/Traversal, then reproduce a multi-targeting packaging project that uses either SDK. Compare the resulting package output with the single-targeting and multi-package cases described in the issue; done means the outer packaging project is packed as well, or a separate NuGetizer SDK is clearly specified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- build-system, release
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100
