Beispiel #1
0
        public NuGetProjectContext()
        {
            packageManagementEvents = PackageManagementServices.PackageManagementEvents;
            var commonOperations = new MonoDevelopCommonOperations();

            executionContext = new IDEExecutionContext(commonOperations);
        }
        public NuGetProjectContext(ISettings settings)
        {
            this.settings           = settings;
            packageManagementEvents = PackageManagementServices.PackageManagementEvents;
            var commonOperations = new MonoDevelopCommonOperations();

            executionContext = new IDEExecutionContext(commonOperations);
        }
		public NuGetProjectContext ()
		{
			packageManagementEvents = PackageManagementServices.PackageManagementEvents;
			var commonOperations = new MonoDevelopCommonOperations ();
			executionContext = new IDEExecutionContext (commonOperations);
		}