Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Prove able to fetch all fields in EvaluationContext #37

Merged
merged 1 commit into from
Aug 9, 2022

Conversation

benjiro
Copy link
Member

@benjiro benjiro commented Aug 5, 2022

The current implementation of the EvaluationContext is based on
a dictionary. This is a list of key-value pairs. Able to use
Linq based methods to iterate, fetch, manipulate and aggregate

Spec 3.1.3 The evaluation context MUST support fetching the custom fields by key and also fetching all key value pairs.

@codecov-commenter
Copy link

codecov-commenter commented Aug 5, 2022

Codecov Report

Merging #37 (7eb400c) into main (3477070) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #37   +/-   ##
=======================================
  Coverage   99.33%   99.33%           
=======================================
  Files          15       15           
  Lines         303      303           
  Branches       24       24           
=======================================
  Hits          301      301           
  Partials        2        2           

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

The current implementation of the EvaluationContext is based on
a dictionary. This is a list of key-value pairs. Able to use
Linq based methods to iterate, fetch, manipulate and aggregate

Spec 3.1.3 The evaluation context MUST support fetching the custom fields by key and also fetching all key value pairs.

Signed-off-by: Benjamin Evenson <2031163+benjiro@users.noreply.github.com>
@benjiro benjiro force-pushed the chore/add-test-to-prove-121 branch from 9bbb554 to 7eb400c Compare August 9, 2022 12:35
@beeme1mr beeme1mr merged commit 5bc85d2 into main Aug 9, 2022
@beeme1mr beeme1mr deleted the chore/add-test-to-prove-121 branch August 9, 2022 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants