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

Require JoinableTaskContext be provided in the MEF container for EditorFeatures #29309

Merged
merged 1 commit into from
Jan 23, 2019

Conversation

sharwell
Copy link
Member

This requirement was inherited from other dependencies, and does not introduce new requirements for downstream components. The dependency requirement is leveraged to simplify code on production code paths.

Fixes #29278
Closes #29279

@sharwell sharwell requested a review from a team as a code owner August 15, 2018 00:14
using Roslyn.Utilities;

namespace Microsoft.CodeAnalysis.Editor.Shared.Utilities
namespace Microsoft.CodeAnalysis.Test.Utilities
Copy link
Member Author

Choose a reason for hiding this comment

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

📝 Note that this whole class moved from production code to test code.

@jinujoseph jinujoseph added this to the 16.0 milestone Aug 16, 2018
Copy link
Member

@jasonmalinowski jasonmalinowski left a comment

Choose a reason for hiding this comment

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

w00t!

@sharwell sharwell force-pushed the require-vs-threading branch from 05ea602 to 53631bd Compare December 7, 2018 15:28
@sharwell sharwell modified the milestones: 16.0, 16.0.P2 Dec 7, 2018
@jinujoseph jinujoseph modified the milestones: 16.0.P2, 16.0.P3 Jan 18, 2019
@jinujoseph
Copy link
Contributor

@sharwell can you update this

…orFeatures

This requirement was inherited from other dependencies, and does not introduce new
requirements for downstream components. The dependency requirement is leveraged to
simplify code on production code paths.

Fixes dotnet#29278
Closes dotnet#29279
@sharwell sharwell force-pushed the require-vs-threading branch from 53631bd to 79009ac Compare January 18, 2019 02:34
@sharwell
Copy link
Member Author

@jinujoseph done

@sharwell sharwell merged commit 948a9e1 into dotnet:master Jan 23, 2019
@sharwell sharwell deleted the require-vs-threading branch January 23, 2019 18:55
xoofx pushed a commit to stark-lang/stark-roslyn that referenced this pull request Apr 16, 2019
Require JoinableTaskContext be provided in the MEF container for EditorFeatures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants