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-04[Ide] Type system updates file information less oftenMatt Ward
2019-11-08[Core] Support generating a binlog for any MSBuild targetMatt Ward
2019-10-31Set `DesignTimeBuild` when evaluating SourceFilesDavid Karlaš
2019-10-22[Core] Add counter information for project build errorstherzok
2019-10-17[Ide] Pass AdditionalFiles and EditorConfigFiles to RoslynMatt Ward
2019-10-10Fix Pack target for unbuilt multi-target solutionsnosami
2019-09-13[Project] Avoid running msbuild globbing code on the UI threadtherzok
2019-09-11Merge pull request #8606 from mono/core-prefer-compile-items-over-none-itemsLluis Sanchez
2019-09-03Fix launch settings always generated with httpsnosami
2019-09-02[Core] Prefer Compile items over None itemsMatt Ward
2019-08-29Add testnosami
2019-08-20Merge pull request #8401 from mono/vsts-658903Matt Ward
2019-08-14[Core] Reverts defaultBlankRunConfiguration re-useJose Miguel Torres
2019-08-14[Core] Adds missed method OnRemoveRunConfiguration in DefaultMSBuildExt, othe...Jose Miguel Torres
2019-08-14[aspnetcore] Few fixes:Jose Miguel Torres
2019-08-14[Core] Fixes an issue when dealing with Default run config + adds OnRemoveRun...Jose Miguel Torres
2019-08-13[DotNetCore] Move DefaultTargetsSpecified into MSBuildSdkProjectCody Russell
2019-08-12[DotNetCore] Don't overwrite DefaultTargets if it previously existedCody Russell
2019-08-08Add teststherzok
2019-08-08[Core] FileWatcherService now handles workspace items and their registrationstherzok
2019-08-07[Core] Make part of Project API internal not protectedMatt Ward
2019-08-07[Core] Improvements following reviewMatt Ward
2019-08-07[Core] Remove duplicate framework short name property from configMatt Ward
2019-08-07[Core] Make project configuration's framework short name internalMatt Ward
2019-08-07[Core] Include original short name with target framework monikersMatt Ward
2019-08-07[Ide] Disable target framework selection for multi-target projectsMatt Ward
2019-08-07[Core] Move target framework selection to DotNetProjectConfigurationMatt Ward
2019-08-07[Core] Fix facades being added to wrong multi-target frameworkMatt Ward
2019-08-07[Ide] Fix incorrect preprocessor symbols on switching frameworkMatt Ward
2019-08-07[Ide] Support multi-target framework projects in type systemMatt Ward
2019-07-23[Core] Move more Task.Run responsibility onto caller codetherzok
2019-07-21Optimize some boxing from IEnumerable.Containstherzok
2019-07-10[Core] Optimize some project system file collection handling codetherzok
2019-07-06Fix some wrongly used usings when await is needed for them to actually run wh...therzok
2019-07-06[Misc] cleanup code a bit moretherzok
2019-07-06Simplify some usages of CancellationTokenSourcetherzok
2019-06-27[Core] Fix null ref if RunTarget called after Project is disposedMatt Ward
2019-06-20Move existence checks for when a file is deleted onto the background threadtherzok
2019-06-20[Core] Refactor a bit of list pooling to optimize for common casetherzok
2019-06-20[Core] Fix unit tests. The list needs to be cleared if it's to be reusedtherzok
2019-06-20Add sdk library for testing performance issues with watcherstherzok
2019-06-20[Core] Revert existence checks on FSW notificationstherzok
2019-06-20Optimize TypeSystemService handlerstherzok
2019-06-20[Core] O(n) hashcode + O(logn) lookup is way more expensive than the shortcir...therzok
2019-06-20Optimize some file creation codetherzok
2019-06-20Initial work towards optimizing FileService handlerstherzok
2019-05-24[Core] Build all frameworks in multi-target projectMatt Ward
2019-05-21[Core] Fix custom build actions files not displayed in Solution windowMatt Ward
2019-05-07[Core] Fixed the unit test crash caused by setting project fileMike Krüger
2019-05-07Revert "Revert "Fixes VSTS Bug 705785: [Feedback] Search result tab has tempo...Mike Krüger