Exemplo n.º 1
0
        protected void RefreshUI(IEnumerable <NuGetProjectAction> actions)
        {
            var resolvedActions = actions.Select(action => new ResolvedAction(action.Project, action));

            VsSolutionManager.OnActionsExecuted(resolvedActions);
        }