Skip to content

Commit

Permalink
#12 filling up missing plugins list
Browse files Browse the repository at this point in the history
  • Loading branch information
shytikov committed Oct 18, 2016
1 parent 73d4ce2 commit 379ff2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Xrm.Sdk.PluginRegistration/Forms/PluginRegistrationForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ private void btnRegister_Click(object sender, EventArgs e)
Parallel.ForEach(m_registeredPluginList, (currentRecord) => {
if (!assembly.Plugins.Values.ToList().Any(x => x.TypeName.ToLowerInvariant() == currentRecord.TypeName.ToLowerInvariant()))
{
;
missingPluginList.Add(currentRecord);
}
});
}
Expand Down

0 comments on commit 379ff2f

Please sign in to comment.