microsoft / microsoft/cppwinrt
Feature Request: When the app sets a custom winrt_activation_handler, please provide an easy way to call the default cppwinrt "get activation handler" logic
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 281
- PR merge metrics
- No merged PRs in 30d
Description
Version
2.0.230706.1
Summary
I'd like to be able to write a custom winrt_activation_handler handler that recognizes specific types, that works great. But I'd also like to be able to call into the default logic in the case I don't recognize the type, hit an error, etc.
Reproducible example
Expected behavior
No response
Actual behavior
No response
Additional comments
No response
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 locating the winrt_activation_handler entry point and the existing default cppwinrt activation-handler logic. Define how a custom handler can delegate unrecognized types or errors, then add coverage showing that the default behavior remains available when delegation is requested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- operating-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100