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

Adding Custom Field Support #1

Merged
merged 1 commit into from Nov 30, 2023

Conversation

hermeswaldemarin
Copy link
Contributor

No description provided.

@hermeswaldemarin hermeswaldemarin marked this pull request as ready for review November 20, 2023 08:13

public class ContextCustomFieldValue
{
public String Name { get; set; }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's mapping the lower case names in the json to upper case in the code? Is it done automatically?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, magic. is the same in all other fields in Experiment class

@hermeswaldemarin hermeswaldemarin force-pushed the feature/add-custom-fields-support branch 6 times, most recently from 1428d17 to 51a219e Compare November 30, 2023 15:57
@hermeswaldemarin hermeswaldemarin merged commit 6010e9d into main Nov 30, 2023
1 check passed
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

3 participants