Skip to content

Commit

Permalink
[GameStudio] Add missing RoslynPad assemblies in the composition context
Browse files Browse the repository at this point in the history
  • Loading branch information
xen2 committed Jan 28, 2019
1 parent 35923fa commit 4347414
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -61,6 +61,8 @@ private static CompositionHost CreateCompositionContext()
Assembly.Load("Microsoft.CodeAnalysis.CSharp.Features"),
Assembly.Load("Microsoft.CodeAnalysis.Workspaces.MSBuild"),
typeof(IRoslynHost).Assembly, // RoslynPad.Roslyn
typeof(SymbolDisplayPartExtensions).Assembly, // RoslynPad.Roslyn.Windows
typeof(AvalonEditTextContainer).Assembly, // RoslynPad.Editor.Windows
};

var partTypes = assemblies
Expand Down

0 comments on commit 4347414

Please sign in to comment.