MicrosoftEdge / MicrosoftEdge/WebView2Feedback
Nuget package should flow 'build dependencies'
Nobody has claimed this yet.
- Dominant language
- PowerShell
- Stars
- 526
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
AFAIK Nuget package of WebView2 has /build dependency assets.
If I use WebView2 nuget package within a nuget package A.
And I use nuget package A within a nuget package B.
package A will be built with build dependency assets of WebView2.
package B not.
I guess it's enough to add /buildTransitive folder with same content of /build folder.
More detail here.
Thx in advance.
Contributor guide
No contributing guide indexed for this repository
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 inspecting the NuGet package layout, especially the existing /build assets and the proposed /buildTransitive location, then read the linked NuGet guidance on transitive build assets. Done means a package A that depends on WebView2 passes the relevant build dependency through to a package B that consumes A.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100