Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 1e7b904

Browse files
committed
AllowRecomposition doesn't do anything in Visual Studio's MEF
1 parent db56e45 commit 1e7b904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.App/Factories/ViewViewModelFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public ViewViewModelFactory(
2525
this.serviceProvider = serviceProvider;
2626
}
2727

28-
[ImportMany(AllowRecomposition = true)]
28+
[ImportMany]
2929
IEnumerable<ExportFactory<FrameworkElement, IViewModelMetadata>> Views { get; set; }
3030

3131
/// <inheritdoc/>

0 commit comments

Comments
 (0)