From 48a204e7bab9a8cbb45ae9363543f7e390d3de55 Mon Sep 17 00:00:00 2001 From: Tomas Matousek Date: Fri, 25 Jul 2025 13:21:55 -0700 Subject: [PATCH] Fix Xaml MEF import --- .../Core/EditAndContinue/EditAndContinueLanguageService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EditorFeatures/Core/EditAndContinue/EditAndContinueLanguageService.cs b/src/EditorFeatures/Core/EditAndContinue/EditAndContinueLanguageService.cs index f08f3aa82a796..0cf2a98e170bc 100644 --- a/src/EditorFeatures/Core/EditAndContinue/EditAndContinueLanguageService.cs +++ b/src/EditorFeatures/Core/EditAndContinue/EditAndContinueLanguageService.cs @@ -33,7 +33,7 @@ internal sealed class EditAndContinueLanguageService( Lazy debuggerService, PdbMatchingSourceTextProvider sourceTextProvider, IEditAndContinueLogReporter logReporter, - IDiagnosticsRefresher diagnosticRefresher) : IManagedHotReloadLanguageService3 + IDiagnosticsRefresher diagnosticRefresher) : IManagedHotReloadLanguageService3, IEditAndContinueSolutionProvider { private sealed class NoSessionException : InvalidOperationException {