Skip to content

Commit 77b30be

Browse files
Add missing attribute (#10311)
Integration tests all failed with a MEF composition error
2 parents 831f212 + 83bbc33 commit 77b30be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Razor/src/Microsoft.VisualStudio.LanguageServices.Razor/Logging/RazorActivityLog.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ private enum EntryType { Error, Warning, Info }
2626
private readonly AsyncBatchingWorkQueue<(EntryType, string)> _loggingQueue;
2727
private IVsActivityLog? _vsActivityLog;
2828

29+
[ImportingConstructor]
2930
public RazorActivityLog(
3031
[Import(typeof(SAsyncServiceProvider))] IAsyncServiceProvider serviceProvider,
3132
JoinableTaskContext joinableTaskContext)

0 commit comments

Comments
 (0)