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

refactor PipelineContext class for better understandability #2403

Merged
merged 1 commit into from
May 23, 2022

Conversation

timtay-microsoft
Copy link
Member

Previously, this class contained all the relevant settings, callbacks, and more in it, but was defined in such a way that didn't make that obvious. Instead of PipelineContext just containing a map of these objects, it will now have properties for each one.

Previously, this class contained all the relevant settings, callbacks, and more in it, but was defined in such a way that didn't make that obvious. Instead of PipelineContext just containing a map of these objects, it will now have properties for each one.
@timtay-microsoft
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member

@abhipsaMisra abhipsaMisra left a comment

Choose a reason for hiding this comment

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

I like it.

@timtay-microsoft timtay-microsoft enabled auto-merge (squash) May 23, 2022 16:35
@timtay-microsoft timtay-microsoft merged commit 4ace200 into main May 23, 2022
@timtay-microsoft timtay-microsoft deleted the timtay/pipelineContext branch May 23, 2022 16:49
timstewartm pushed a commit to timstewartm/azure-iot-sdk-csharp that referenced this pull request May 30, 2024
Previously, this class contained all the relevant settings, callbacks, and more in it, but was defined in such a way that didn't make that obvious. Instead of PipelineContext just containing a map of these objects, it will now have properties for each one.
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.

2 participants