microsoft / microsoft/Power-Fx

Custom Functions: allow multiple config services

Open
#2,001 0 comments 0 reactions 0 assignees View on GitHub

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.

https://github.com/microsoft/Power-Fx/blob/fe0270d3f709e1c308466101467d20587db91aae/src/libraries/Microsoft.PowerFx.Interpreter/CustomFunction/ReflectionFunction.cs#L37

returns 1 type, needs a property for multiple types.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.