#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Matt Ward 86a171505b Fix null path error when uninstalling jQuery NuGet package. 13 years ago
..
Design Fix null path error when uninstalling jQuery NuGet package. 13 years ago
EnvDTE Support latest T4MVC 2.13.0 13 years ago
Scripting Fix null path error when uninstalling jQuery NuGet package. 13 years ago
VisualStudio Fix COM exception when enabling migrations. 13 years ago
AcceptLicensesEventArgs.cs Move package install/uninstall events into package management events class. 15 years ago
AggregateExceptionErrorMessage.cs Show better error messages in the Add Package Reference dialog when an aggregate exception has an inner aggregate exception. 15 years ago
AvailablePackagesViewModel.cs Support pre-release NuGet packages in dialog. 13 years ago
BooleanToFontWeightConverter.cs
ClassCodeGenerator.cs Add workaround for the code dom not returning the correct start column for methods without a modifier and with fully qualified return values. 14 years ago
ClassKindUpdater.cs T4 template can now add virtual keyword to public methods. 14 years ago
ConfigSettingsFileSystem.cs Update to NuGet 1.7 14 years ago
ConsolePackageActionRunner.cs Show NuGet console when running PowerShell scripts from Manage Packages dialog. 13 years ago
DefaultProjectTemplatePackageSource.cs Support using NuGet packages in project templates. 15 years ago
DelegateCommand.cs
DependentFile.cs Fix EF Add-Migrations not adding migration designer files as dependencies. 13 years ago
DocumentLoader.cs Implement EnvDTE.CodeClass.AddVariable. 14 years ago
DocumentNamespaceCreator.cs Implement EnvDTE FileCodeModel2.AddImport method. 14 years ago
DomRegionExtensions.cs Implement EnvDTE.EditPoint.ReplaceText. 14 years ago
FileConflictResolver.cs Fix exception when there is a file conflict installing jQuery. 13 years ago
FileConflictView.xaml Use WPF for file conflict dialog. 13 years ago
FileConflictView.xaml.cs Use WPF for file conflict dialog. 13 years ago
FileConflictViewModel.cs Use WPF for file conflict dialog. 13 years ago
FileExistsException.cs Fix EntityFramework Add-Migration failing to add file to project. 13 years ago
FolderBrowser.cs Can now browse for a directory containing NuGet packages in the options dialog. 15 years ago
IClassKindUpdater.cs T4 template can now add partial keyword to class. 14 years ago
ICompilerMessageView.cs Show NuGet log messages in Output window. 15 years ago
IDocumentLoader.cs Implement EnvDTE.CodeClass.AddVariable. 14 years ago
IDocumentNamespaceCreator.cs Implement EnvDTE FileCodeModel2.AddImport method. 14 years ago
IFieldExtensions.cs Implement EnvDTE.EditPoint.ReplaceText. 14 years ago
IFolderBrowser.cs Can now browse for a directory containing NuGet packages in the options dialog. 15 years ago
ILicenseAcceptanceService.cs
IMachinePackageCache.cs Add tools options to clear recent NuGet packages and clear the local machine NuGet package cache. 15 years ago
IManagePackagesView.cs Rename Add Package Reference dialog to Manage Packages. 15 years ago
IMessageViewCategory.cs Show NuGet log messages in Output window. 15 years ago
IMethodOrPropertyExtensions.cs Implemented EnvDTE.CodeFunction2.IsGeneric 14 years ago
IPackageAction.cs Add Update All button to Manage Packages dialog. 13 years ago
IPackageActionRunner.cs Add Update All button to Manage Packages dialog. 13 years ago
IPackageExtensions.cs Show NuGet package title in Manage Packages dialog. 13 years ago
IPackageFromRepository.cs Show NuGet package id when package selected. 13 years ago
IPackageFromRepositoryExtensions.cs Use NuGet-Operation update HTTP header when updating packages from dialog. 13 years ago
IPackageManagementEvents.cs Refresh Projects window after updating all NuGet packages. 13 years ago
IPackageManagementFileService.cs Implement EnvDTE.Document.Saved 14 years ago
IPackageManagementOutputMessagesView.cs PackageManagementOutputMessagesView no longer needs to implement ILogger. 15 years ago
IPackageManagementProject.cs Fix null path error when uninstalling jQuery NuGet package. 13 years ago
IPackageManagementProjectFactory.cs Add PackageManagementProject class. 15 years ago
IPackageManagementProjectService.cs Implement EnvDTE.SolutionBuild.BuildProject 13 years ago
IPackageManagementSelectedProject.cs Prevent selection of projects that do not have an old version of a NuGet package when updating multiple projects in Manage Packages dialog. 15 years ago
IPackageManagementSolution.cs Implement Get-VSComponentModel cmdlet and IVsPackageInstallerServices. 13 years ago
IPackageManagementWorkbench.cs Show NuGet console when running PowerShell scripts from Manage Packages dialog. 13 years ago
IPackageManagerFactory.cs Supporting installing a NuGet package into selected projects in one step. 15 years ago
IPackageOperationResolverFactory.cs Add Update All button to Manage Packages dialog. 13 years ago
IPackageReferenceFile.cs Update to NuGet 1.6 14 years ago
IPackageReferenceFileFactory.cs Support using NuGet packages in project templates. 15 years ago
IPackageReferenceInstaller.cs Support using NuGet packages in project templates. 15 years ago
IPackageReferencesForProject.cs Support using NuGet packages in project templates. 15 years ago
IPackageRepositoryCache.cs Merge branch 'master' of github.com:icsharpcode/SharpDevelop into powershell 15 years ago
IPackageRepositoryExtensions.cs Use NuGet-Operation update HTTP header when updating packages from dialog. 13 years ago
IPackageRepositoryFactoryEvents.cs Add SharpDevelop user agent in NuGet feed requests. 13 years ago
IPackageViewModelFactory.cs Support pre-release NuGet packages in dialog. 13 years ago
IPackageViewModelParent.cs Support pre-release NuGet packages in dialog. 13 years ago
IProcess.cs Add tools options to clear recent NuGet packages and clear the local machine NuGet package cache. 15 years ago
IProjectBrowserUpdater.cs Update the projects window without refreshing the entire tree as MvcScaffolding adds new files and folders to the project. 14 years ago
IProjectBuilder.cs Implement EnvDTE.SolutionBuild.BuildProject 13 years ago
IProjectContentExtensions.cs Implement EnvDTE.CodeModel.Language 13 years ago
IPropertyService.cs Support using NuGet packages in project templates. 15 years ago
IRecentPackageRepository.cs Speed up opening packagement management options. 15 years ago
IRefactoringDocumentView.cs Fix code indentation when scaffolding controller actions. 14 years ago
IRegisteredPackageRepositories.cs Merge branch 'master' of github.com:icsharpcode/SharpDevelop into powershell 15 years ago
ISelectProjectsService.cs Supporting installing a NuGet package into selected projects in one step. 15 years ago
ISettingsFactory.cs Support using NuGet packages in project templates. 15 years ago
ISharpDevelopPackageManager.cs Support updating all NuGet packages in solution from dialog 13 years ago
ISharpDevelopPackageRepositoryFactory.cs Update to NuGet 1.7 14 years ago
ISharpDevelopProjectManager.cs Support updating all NuGet packages in solution from dialog 13 years ago
ISharpDevelopProjectSystemFactory.cs
ISolutionPackageRepository.cs Support updating all NuGet packages in a solution when using the Update-Package PowersShell cmdlet. 15 years ago
ISolutionPackageRepositoryFactory.cs Supporting installing a NuGet package into selected projects in one step. 15 years ago
ITask.cs Read NuGet packages from repositories on background worker thread. 15 years ago
ITaskFactory.cs Read NuGet packages from repositories on background worker thread. 15 years ago
IThreadSafePackageManagementEvents.cs Fix cross-thread exceptions when running PowerShell scripts with Add Package Reference dialog is open. 15 years ago
IUpdatePackageActions.cs Add Update All button to Manage Packages dialog. 13 years ago
IUpdatePackageActionsFactory.cs Support updating a NuGet package in all projects when using the Update-Package PowersShell cmdlet. 15 years ago
IUpdatePackageSettings.cs Add Update All button to Manage Packages dialog. 13 years ago
IUpdatePackagesAction.cs Refactor UpdatedPackagesViewModel. 13 years ago
IVirtualMethodUpdater.cs T4 template can now add virtual keyword to public methods. 14 years ago
InstallPackageAction.cs Fix pre-release NuGet packages always being installed. 13 years ago
InstallProjectTemplatePackagesCommand.cs Support using NuGet packages in project templates. 15 years ago
InstalledPackageViewModel.cs Support pre-release NuGet packages in dialog. 13 years ago
InstalledPackageViewModelFactory.cs Support pre-release NuGet packages in dialog. 13 years ago
InstalledPackagesViewModel.cs Update installed NuGet packages after updating all packages in dialog. 13 years ago
LicenseAcceptanceService.cs Use WPF for file conflict dialog. 13 years ago
LicenseAcceptanceView.xaml Use WPF for file conflict dialog. 13 years ago
LicenseAcceptanceView.xaml.cs
LicenseAcceptanceViewModel.cs Fix blank summary in NuGet package license accept dialog. 13 years ago
ListBoxBehaviour.cs
MSBuildBasedProjectExtensions.cs Support installation of Microsoft.Bcl.Build NuGet package. 13 years ago
MachinePackageCache.cs Add tools options to clear recent NuGet packages and clear the local machine NuGet package cache. 15 years ago
ManagePackagesCommand.cs Rename Add Package Reference dialog to Manage Packages. 15 years ago
ManagePackagesUserPrompts.cs Add file conflict dialog. 13 years ago
ManagePackagesView.cs Show project name in Manage Packages dialog title. 15 years ago
ManagePackagesView.xaml Fix mixed tabs and spaces formatting on PackageManagement xaml files. 15 years ago
ManagePackagesViewModel.cs Supporting installing a NuGet package into selected projects in one step. 15 years ago
ManagePackagesViewTitle.cs Supporting installing a NuGet package into selected projects in one step. 15 years ago
NewProjectsCreated.cs Support using NuGet packages in project templates. 15 years ago
OpenHyperlinkCommand.cs Add tools options to clear recent NuGet packages and clear the local machine NuGet package cache. 15 years ago
OpenMSBuildProjects.cs Fix Get-Package NuGet cmdlet not finding projects. 13 years ago
PackageActionRunner.cs Add Update All button to Manage Packages dialog. 13 years ago
PackageActionsToRun.cs Add Update All button to Manage Packages dialog. 13 years ago
PackageFiles.cs Prevent a package from being uninstalled before a PowerShell script has run when uninstalling from the Add Package Reference dialog. 15 years ago
PackageFilesForOperations.cs Prevent a package from being uninstalled before a PowerShell script has run when uninstalling from the Add Package Reference dialog. 15 years ago
PackageFromRepository.cs Show NuGet package id when package selected. 13 years ago
PackageLicenseViewModel.cs Fix blank summary in NuGet package license accept dialog. 13 years ago
PackageManagementCompilerMessageView.cs Show NuGet log messages in Output window. 15 years ago
PackageManagementEnumerableExtensions.cs
PackageManagementEvents.cs Refresh Projects window after updating all NuGet packages. 13 years ago
PackageManagementFileService.cs Implement EnvDTE.Document.Saved 14 years ago
PackageManagementLogger.cs Add file conflict dialog. 13 years ago
PackageManagementMessageViewCategory.cs Show NuGet log messages in Output window. 15 years ago
PackageManagementOptions.cs Update NuGet to version 2.6 13 years ago
PackageManagementOptionsView.xaml Add option to enable/disable NuGet package restore. 13 years ago
PackageManagementOptionsView.xaml.cs Add option to enable/disable NuGet package restore. 13 years ago
PackageManagementOptionsViewModel.cs Add option to enable/disable NuGet package restore. 13 years ago
PackageManagementOutputMessagesView.cs PackageManagementOutputMessagesView no longer needs to implement ILogger. 15 years ago
PackageManagementProject.cs Fix null path error when uninstalling jQuery NuGet package. 13 years ago
PackageManagementProjectFactory.cs Move install/uninstall/update package actions to project. 15 years ago
PackageManagementProjectService.cs Implement EnvDTE.SolutionBuild.BuildProject 13 years ago
PackageManagementPropertyService.cs Support using NuGet packages in project templates. 15 years ago
PackageManagementSelectedProject.cs Prevent selection of projects that do not have an old version of a NuGet package when updating multiple projects in Manage Packages dialog. 15 years ago
PackageManagementSelectedProjects.cs Support updating all NuGet packages in solution from dialog 13 years ago
PackageManagementServiceProvider.cs Fix T4MVC T4 template failing to run. 13 years ago
PackageManagementServices.cs Add SharpDevelop user agent in NuGet feed requests. 13 years ago
PackageManagementSolution.cs Implement Get-VSComponentModel cmdlet and IVsPackageInstallerServices. 13 years ago
PackageManagementTask.cs Read NuGet packages from repositories on background worker thread. 15 years ago
PackageManagementTaskFactory.cs Read NuGet packages from repositories on background worker thread. 15 years ago
PackageManagementViewModels.cs Supporting installing a NuGet package into selected projects in one step. 15 years ago
PackageManagementWorkbench.cs Show NuGet console when running PowerShell scripts from Manage Packages dialog. 13 years ago
PackageOperationExceptionEventArgs.cs Move package install/uninstall events into package management events class. 15 years ago
PackageOperationMessage.cs Package operation log messages are now raised as package management events. 15 years ago
PackageOperationMessageLoggedEventArgs.cs Package operation log messages are now raised as package management events. 15 years ago
PackageOperationsResolverFactory.cs Add Update All button to Manage Packages dialog. 13 years ago
PackageReferenceFile.cs Update to NuGet 1.6 14 years ago
PackageReferenceFileFactory.cs Support using NuGet packages in project templates. 15 years ago
PackageReferenceFileNameForProject.cs Update to NuGet 1.7 14 years ago
PackageReferenceInstaller.cs Install all NuGet packages in a project template using PowerShell console if any package contains a PowerShell script. 15 years ago
PackageReferencesForProject.cs Support installing the latest version of a NuGet package in a project template. 15 years ago
PackageRepositoryCache.cs Add SharpDevelop user agent in NuGet feed requests. 13 years ago
PackageRepositoryFactoryEventArgs.cs Add SharpDevelop user agent in NuGet feed requests. 13 years ago
PackageSourceConverter.cs Refactor registered package source code. 15 years ago
PackageSourceExtensions.cs Update to NuGet 1.4 15 years ago
PackageSourceViewModel.cs Support disabling NuGet package sources. 13 years ago
PackageViewModel.cs Use NuGet-Operation install HTTP header when manage packages button used. 13 years ago
PackageViewModelFactory.cs Support pre-release NuGet packages in dialog. 13 years ago
PackageViewModelOperationLogger.cs Add file conflict dialog. 13 years ago
PackagesForSelectedPageResult.cs Read NuGet packages from repositories on background worker thread. 15 years ago
PackagesView.xaml Show NuGet package id when package selected. 13 years ago
PackagesView.xaml.cs
PackagesViewModel.cs Support pre-release NuGet packages in dialog. 13 years ago
PackagesViewModels.cs Installed tab now supports uninstalling NuGet packages by unchecking the project in the Select Projects dialog. 15 years ago
Page.cs
PagedResultsView.xaml Fix mixed tabs and spaces formatting on PackageManagement xaml files. 15 years ago
PagedResultsView.xaml.cs
Pages.cs
ParentPackageOperationEventArgs.cs Move package install/uninstall events into package management events class. 15 years ago
ParentPackagesOperationEventArgs.cs Refresh Projects window after updating all NuGet packages. 13 years ago
Process.cs Add tools options to clear recent NuGet packages and clear the local machine NuGet package cache. 15 years ago
ProcessPackageAction.cs Report PowerShell script errors in Manage Packages dialog. 13 years ago
ProcessPackageOperationsAction.cs Add Update All button to Manage Packages dialog. 13 years ago
ProjectBrowserRefresher.cs Refresh Projects window after updating all NuGet packages. 13 years ago
ProjectBrowserUpdater.cs Update the projects window without refreshing the entire tree as MvcScaffolding adds new files and folders to the project. 14 years ago
ProjectBuilder.cs Implement EnvDTE.SolutionBuild.BuildProject 13 years ago
ProjectRootElementExtensions.cs Support installation of Microsoft.Bcl.Build NuGet package. 13 years ago
ProjectTargetFramework.cs Fix problem with NuGet not finding a find assembly references that are compatible with the project's target framework by removing the profile part of the TargetFrameworkMoniker property if the profile is the Full .NET framework. 15 years ago
ProjectTemplatePackageRepositoryCache.cs Fix disabled package sources being used in Manage Packages dialog. 13 years ago
ProjectTemplatePackagesSettingsFileName.cs Support using NuGet packages in project templates. 15 years ago
RecentPackageInfo.cs Update to NuGet 1.6 14 years ago
RecentPackageRepository.cs Update to NuGet 1.6 14 years ago
RecentPackagesViewModel.cs Move package install/uninstall events into package management events class. 15 years ago
ReducedPackageOperations.cs Add Update All button to Manage Packages dialog. 13 years ago
RefactoringDocumentView.cs Fix code indentation when scaffolding controller actions. 14 years ago
RegisteredPackageRepositories.cs Remove All from package source combo box when only one source. 13 years ago
RegisteredPackageSource.cs Support disabling NuGet package sources. 13 years ago
RegisteredPackageSourceSettings.cs Support disabling NuGet package sources. 13 years ago
RegisteredPackageSources.cs Update default NuGet package url. 13 years ago
RegisteredPackageSourcesUserControl.xaml Support disabling NuGet package sources. 13 years ago
RegisteredPackageSourcesUserControl.xaml.cs Remove code duplication. 15 years ago
RegisteredPackageSourcesView.xaml Remove code duplication. 15 years ago
RegisteredPackageSourcesView.xaml.cs Add tools options to clear recent NuGet packages and clear the local machine NuGet package cache. 15 years ago
RegisteredPackageSourcesViewModel.cs Fix index out of range exception in Package Sources option panel. 13 years ago
RegisteredProjectTemplatePackageSources.cs Support using NuGet packages in project templates. 15 years ago
RegisteredProjectTemplatePackageSourcesView.xaml Remove code duplication. 15 years ago
RegisteredProjectTemplatePackageSourcesView.xaml.cs Can now configure NuGet package sources for project templates in Tools Options. 15 years ago
ResolveFileConflictEventArgs.cs Add file conflict dialog. 13 years ago
SelectProjectsEventArgs.cs Supporting installing a NuGet package into selected projects in one step. 15 years ago
SelectProjectsService.cs Use WPF for file conflict dialog. 13 years ago
SelectProjectsView.xaml Fix ordering of OK and cancel buttons on Select Projects dialog. 15 years ago
SelectProjectsView.xaml.cs Supporting installing a NuGet package into selected projects in one step. 15 years ago
SelectProjectsViewModel.cs Supporting installing a NuGet package into selected projects in one step. 15 years ago
SelectedListBoxItemScrollingBehaviour.cs
SelectedProjectsForInstalledPackages.cs Projects are only selected in the Select Projects dialog in the Installed Packages tab if the NuGet package is installed. No longer selected in the Available or Update tabs. 15 years ago
SelectedProjectsForUpdatedPackages.cs Prevent selection of projects that do not have an old version of a NuGet package when updating multiple projects in Manage Packages dialog. 15 years ago
ServiceWithWorkbenchOwner.cs Use WPF for file conflict dialog. 13 years ago
SettingsFactory.cs Update to NuGet 1.6 14 years ago
SharpDevelopCredentialProvider.cs Add credential provider for NuGet feeds. 13 years ago
SharpDevelopHttpUserAgent.cs Add SharpDevelop user agent in NuGet feed requests. 13 years ago
SharpDevelopPackageManager.cs Support updating all NuGet packages in solution from dialog 13 years ago
SharpDevelopPackageManagerFactory.cs Update to NuGet 1.7 14 years ago
SharpDevelopPackageRepositoryFactory.cs Update to NuGet 1.7 14 years ago
SharpDevelopProjectManager.cs Support updating all NuGet packages in solution from dialog 13 years ago
SharpDevelopProjectSystem.cs Fix duplicate assembly references when installing NuGet. 13 years ago
SharpDevelopProjectSystemFactory.cs
SolutionPackageRepository.cs Update NuGet to version 2.0 14 years ago
SolutionPackageRepositoryFactory.cs Supporting installing a NuGet package into selected projects in one step. 15 years ago
SolutionPackageRepositoryPath.cs Add support for running NuGet package init.ps1 scripts when a solution is opened. Currently only works when package management console is opened before opening solution. 15 years ago
StringToStringCollectionConverter.cs
ThreadSafeDocument.cs Implement EnvDTE.CodeClass.AddVariable. 14 years ago
ThreadSafeDocumentLine.cs Implement EnvDTE.CodeClass.AddVariable. 14 years ago
ThreadSafePackageManagementEvents.cs Refresh Projects window after updating all NuGet packages. 13 years ago
ThreadSafeProjectBrowserUpdater.cs Update the projects window without refreshing the entire tree as MvcScaffolding adds new files and folders to the project. 14 years ago
UninstallPackageAction.cs Fix pre-release NuGet packages always being installed. 13 years ago
UpdateAllPackagesInProject.cs Add tests for prerelease NuGet packages. 14 years ago
UpdateAllPackagesInSolution.cs Add tests for prerelease NuGet packages. 14 years ago
UpdatePackageAction.cs Add Update All button to Manage Packages dialog. 13 years ago
UpdatePackageActions.cs Add Update All button to Manage Packages dialog. 13 years ago
UpdatePackageActionsFactory.cs Support updating a NuGet package in all projects when using the Update-Package PowersShell cmdlet. 15 years ago
UpdatePackageInAllProjects.cs Add tests for prerelease NuGet packages. 14 years ago
UpdatePackagesAction.cs Refresh Projects window after updating all NuGet packages. 13 years ago
UpdatePackagesActionFactory.cs Refresh Projects window after updating all NuGet packages. 13 years ago
UpdateProjectBrowserFileNodesVisitor.cs Add new dependent files to project browser. 14 years ago
UpdateSolutionPackagesAction.cs Refresh Projects window after updating all NuGet packages. 13 years ago
UpdatedPackageViewModel.cs Use NuGet-Operation update HTTP header when updating packages from dialog. 13 years ago
UpdatedPackageViewModelFactory.cs Support pre-release NuGet packages in dialog. 13 years ago
UpdatedPackages.cs Support pre-release NuGet packages in dialog. 13 years ago
UpdatedPackagesViewModel.cs Use NuGet-Operation update HTTP header when using Update All button. 13 years ago
UserAgentGeneratorForRepositoryRequests.cs Add SharpDevelop user agent in NuGet feed requests. 13 years ago
ViewModelBase.cs
VirtualMethodUpdater.cs T4 template can now add virtual keyword to public methods. 14 years ago