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

Change hostRuntime in ComponentContext from ContainerRuntime to IHostRuntime #1276

Merged
merged 1 commit into from
Feb 19, 2020
Merged

Change hostRuntime in ComponentContext from ContainerRuntime to IHostRuntime #1276

merged 1 commit into from
Feb 19, 2020

Conversation

agarwal-navin
Copy link
Contributor

Fixes #1202 .

ComponentContext has a member of type ContainerRuntime. However, it does not need the entire object so it is changed to IHostRuntime.

Copy link
Contributor

@anthony-murphy anthony-murphy left a comment

Choose a reason for hiding this comment

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

:shipit:

@agarwal-navin agarwal-navin merged commit e5abe13 into microsoft:master Feb 19, 2020
@agarwal-navin agarwal-navin deleted the IHostRuntime branch February 20, 2020 19:29
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.

Change hostRuntime in ComponentContext to be of type IHostRuntime
2 participants