Skip to content

Commit

Permalink
Fix: Fody view does not show any weaver configurations if the view is…
Browse files Browse the repository at this point in the history
… loaded after the solution.
  • Loading branch information
tom-englert committed Sep 11, 2018
1 parent 5844f0f commit 9997bfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ProjectConfigurationManager.View/FodyViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ public FodyViewModel([NotNull] Solution solution)
solution.FileChanged += Solution_FileChanged;

ConfigurationMappings = solution.Projects.ObservableSelect(project => new FodyConfigurationMapping(this, project));

UpdateConfigurations();
}

[NotNull, ItemNotNull]
Expand Down

0 comments on commit 9997bfb

Please sign in to comment.