Skip to content

Take 2 to fix the image load regression#12683

Merged
davidwengier merged 1 commit intomainfrom
dev/dawengie/FixImageLoadRegressionTakeTwo
Jan 15, 2026
Merged

Take 2 to fix the image load regression#12683
davidwengier merged 1 commit intomainfrom
dev/dawengie/FixImageLoadRegressionTakeTwo

Conversation

@davidwengier
Copy link
Member

@davidwengier davidwengier commented Jan 15, 2026

@davidwengier davidwengier requested a review from a team as a code owner January 15, 2026 03:30
/// <param name="requestInvoker"></param>
[Export(typeof(LSPRequestInvokerWrapper))]
[method: ImportingConstructor]
internal sealed class LSPRequestInvokerWrapper(Lazy<LSPRequestInvoker> requestInvoker)
Copy link
Contributor

Choose a reason for hiding this comment

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

Lazy<

out of curiosity, did this need to be lazy to avoid the assembly load?

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't know. I'll merge this, and do a test insertion for that change and see what happens, then we can more easily compare in PIT etc.

Copy link
Contributor

@ToddGrun ToddGrun left a comment

Choose a reason for hiding this comment

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

:shipit:

@davidwengier davidwengier merged commit 32fc18a into main Jan 15, 2026
10 checks passed
@davidwengier davidwengier deleted the dev/dawengie/FixImageLoadRegressionTakeTwo branch January 15, 2026 05:43
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Jan 15, 2026
@davidwengier davidwengier modified the milestones: Next, 18.4 Jan 27, 2026
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