microsoft / microsoft/Power-Fx
Custom Functions: allow multiple config services
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 3.4k
- Forks
- 358
- Avg merge
- 10h 34m
- Merged PRs (30d)
- 3
Description
Reflection Function should allow an API to pickup multiple services, not just one.
returns 1 type, needs a property for multiple types.
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 with src/libraries/Microsoft.PowerFx.Interpreter/CustomFunction/ReflectionFunction.cs around line 37 and inspect how the current API exposes a single service type. Define what the multiple-service API should expose and verify that custom functions can retrieve more than one configured service; completion should include coverage in the relevant interpreter tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100