Bug: Error messages are cleared and generic errors messages are passed through instead
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 665
- Forks
- 134
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 32
Description
Description
When setting an error message on an Exception from AppActions, the actions consumer only receives a generic exception message.
Steps To Reproduce
- Add a where clause and deploy an actions sample from https://github.com/microsoft/App-Actions-On-Windows-Samples.
- Launch the App Actions Testing Playground
- Run the action with an entity that does not match the provided where clause
- See that the error message shown is a generic response
Expected Behavior
The error displayed in the app should be the descriptive error set from AppActions
Version Info
Latest version
Additional Context
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
Reproduce the issue by deploying an actions sample with a where clause from App-Actions-On-Windows-Samples and running it in the App Actions Testing Playground. Trace how the descriptive exception message is passed to the actions consumer; done means the app displays that message instead of the generic response.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100