Detours via Nuget package ?
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 6.4k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
I need to use Detours in a project so the simplest answer is "use Detours' nuget package" - except that doesn't exist :-(
I tried adding Detours source into my project but for complicated reasons its fails and requires invasive changes to my project settings and/or structure
I could clone Detours source + makefiles and make a project whose sole purpose is to run make to build Detours' static lib for my project to consume but that's irksome (to live with as well as to setup - local builds, build pipelines, etc)
Is there a reason Detours offers no Nuget package?
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 reading the 28-comment discussion and the Detours makefiles mentioned in the report. Establish whether a NuGet package is feasible for the source and static-library distribution; done requires a clearly agreed packaging path and its documented implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- 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