Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-15Merge pull request #9492 from mono/task-completedMike Krüger
2019-12-23Switch to Task.CompletedTask where applicabletherzok
2019-12-11[Core] Stop using obsolete Counter++/-- and use Inc(1) or Dec(1) insteadJeffrey Stedfast
2019-10-23[Core] Prevent NRE. If we have no error code, then there's not much we can lo...therzok
2019-10-22[Core] Add counter information for project build errorstherzok
2019-08-21[aspnetcore] Adds new ProjectFeature (UseSpecificRunConfigurations)Jose Miguel Torres
2019-07-23[Ide] Fix some wrong usages of throw and use Task.Completed task where applic...therzok
2019-07-23[Core] Move more Task.Run responsibility onto caller codetherzok
2018-08-24[Core] Fix null reference exception in FileStatusTrackerMatt Ward
2018-08-16[Project] Implement IBuildTarget.GetExecutionDependencies correctlyMikayla Hutchinson
2018-07-19Merge pull request #5408 from mono/fast-build-check-for-testLluis Sanchez
2018-07-18[Ide] Update build/clean task messagesMikayla Hutchinson
2018-07-17[Ide] Refactor to expose parallel build functionalityMikayla Hutchinson
2018-07-12Remove unused constructor.Cody Russell
2018-07-11[Telemetry] FixesCody Russell
2018-07-11[Telemetry] Updates for platform-specific metadataCody Russell
2018-07-11[Telemetry] Changes for platform-specific telemetryCody Russell
2018-07-10[Telemetry] Move metadata extension to SolutionItemExplorer.OnGetProjectEvent...Cody Russell
2018-07-10[Telemetry] Add UpdateProjectEventMetadata to ProjectExtensionCody Russell
2018-07-09[Core] Include project capabilities in the FirstBuild telemetryJeffrey Stedfast
2018-07-06[Telemetry] Remove unnecessary methodiain holmes
2018-07-06[Telemetry] Use CounterMetadata subclassesiain holmes
2018-05-30[Core] Rely on file watcher for file change notificationsMatt Ward
2018-05-29[Core] RootWorkspace now uses ReloadRequired eventsMatt Ward
2018-05-29[Core] FileStatusTracker now uses FileService.FileChanged eventsMatt Ward
2018-04-27[Project] Log filename for unsupported project errorsMikayla Hutchinson
2018-04-19[Core] Fix SolutionItemExtension.OnModified not being calledMatt Ward
2017-11-06Added "Skip building unmodified projects" setting which speeds up building pr...David Karlaš
2017-09-12Add support for batching buildsLluis Sanchez
2017-03-24[Core] Change `GetRefencedExtensionsFromFlavor` to return `IEnumerable<T>`Vinicius Jarina
2017-03-24[Core] Added `GetReferencedExtensionsFromFlavor` to `SolutionItem`.Vinicius Jarina
2017-03-18Optimize solution savingFilip Navara
2017-01-16Merge branch 'master' into dotnetcoreMatt Ward
2017-01-12[i18n] Translation support for custom tools tags menuF. Phoenix
2016-11-17[Core] Set ItemId of .Net Core project to .sln value or in case of Reload to ...David Karlaš
2016-06-10[Ide] Fix project template initialization issueLluis Sanchez
2016-05-31Execution system changesLluis Sanchez
2016-05-27More run configurations workLluis Sanchez
2016-05-23Add api to allow running a project or solution using a specific run configura...Lluis Sanchez
2016-05-20[Core] Run configuration support WIPLluis Sanchez
2016-05-19Rename ExecutionScheme -> RunConfigurationLluis Sanchez
2016-05-13Initial support for execution schemesLluis Sanchez
2016-03-14Moved project item events from SolutionItem to Project classLluis Sanchez
2016-01-13Fixed configuration renamingLluis Sanchez
2015-12-18Removed ItemConfiguration.CloneLluis Sanchez
2015-12-18* CProject.cs:Lluis Sanchez
2015-12-10Rename msbuild project namespaceLluis Sanchez
2015-11-18Add api for checking if a build target can be builtLluis Sanchez
2015-09-04[Core] Revert change that breaks a unit testLluis Sanchez
2015-09-04Don't try to build shared projectsLluis Sanchez