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
2019-12-07[Core] Convert strings to paths when calling methods on the string (#9442)Matt Ward
2019-12-04[Core] Fix build engine not being removedMatt Ward
2019-12-04[Core] Fix remote project builder deadlockMatt Ward
2019-11-16Merge pull request #9257 from mono/project-system-tools-binlogsMatt Ward
2019-11-12Fix up recursive casetherzok
2019-11-12Deduplicate span callstherzok
2019-11-12[Core] Implement a FastConcat version of IEnumerable, where we know we don't ...therzok
2019-11-12[Core] Switch to ROSpan from Spantherzok
2019-11-09[MSBuild] Use delegate instead of Func for start process handlerMatt Ward
2019-11-08[MSBuild] Allow msbuild process start to be interceptedMatt Ward
2019-11-08[Core] Support generating a binlog for any MSBuild targetMatt Ward
2019-10-28[Core] Fix MSBuild functions not being evaluatedMatt Ward
2019-10-23Switch from int to long (#8614)Marius Ungureanu
2019-09-23[Core] Cache IntrinsicFunctions methods and add test that we only have methodstherzok
2019-09-23[Core] Route String::Copy into an intrinsic that avoids a string copytherzok
2019-08-13[DotNetCore] Move DefaultTargetsSpecified into MSBuildSdkProjectCody Russell
2019-08-12[DotNetCore] Don't overwrite DefaultTargets if it previously existedCody Russell
2019-08-12[Core] Add new MSBuild item to ItemGroup without conditionMatt Ward
2019-08-05Merge pull request #8274 from mono/msbuild-resolve-memberLluis Sanchez
2019-08-05Merge pull request #8259 from mono/threading-loadMarius Ungureanu
2019-08-05[Core] Fix exception caused by not checking the result of the reflection probetherzok
2019-08-05[MSBuild] Improve overload resolutiontherzok
2019-08-03[Core] Add tests for question mark wildcardtherzok
2019-08-03[Core] Fix up the characters considered to be wildcardstherzok
2019-07-23[Core] Move more Task.Run responsibility onto caller codetherzok
2019-07-23[Core] Specify TaskScheduler for the solution load continuationtherzok
2019-07-22[Projects] Avoid running out of file handles in EnumerateFilesRodrigo Moya
2019-07-22Merge pull request #8246 from mono/msbuild-pi-keyMarius Ungureanu
2019-07-22Merge pull request #8250 from mono/msbuild-safe-parseMarius Ungureanu
2019-07-21[Core] Small cleanups in DefaultMSBuildEnginetherzok
2019-07-21[Core] Remove redundant condition checkstherzok
2019-07-21[Core] Avoid allocating strings for keys when loading the MSBuild projecttherzok
2019-06-24Merge pull request #7922 from mono/project-fsw-improve-perfMarius Ungureanu
2019-06-24[Core] Improve sdk resolution error message format for userMatt Ward
2019-06-24[Core] Report SDK resolution errorsMatt Ward
2019-06-20Optimize glob checking codetherzok
2019-06-20Initial work towards optimizing FileService handlerstherzok
2019-06-17[Core] Fix file nesting after installing NuGet package in a F# projectMatt Ward
2019-06-06[IDE] Overall energy consumption and UI hang improvements (#7695)Marius Ungureanu
2019-05-24[Core] Fix error saving project with ToolsVersion set to CurrentMatt Ward
2019-05-20[POC] Set MONO_GC_PARAMS for msbuild builderstherzok
2019-05-10[DotNetCore] Split out SDK style project supportMatt Ward
2019-05-03[Core] Translate some user facing stringsiain holmes
2019-05-03[Core] Don't report unknown project errors to the user at load timeiain holmes
2019-05-02Merge pull request #603 from xamarin/item-definition-groupMatt Ward
2019-04-25[MSBuild] Support MSBuild 16Matt Ward
2019-04-18[Core] Fix sdk style projects not having item def propertiesMatt Ward
2019-04-18[Core] Handle multiple item definitions for the same itemMatt Ward
2019-04-18[Core] ItemDefinitionGroup metadata available on project items on loadMatt Ward
2019-04-18[Core] Load ItemDefinitionGroup information in MSBuildProjectMatt Ward