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-10-28[Core] Fix project options showing all frameworks for sdk projectMatt Ward
2019-10-21[Core] Fix project modified fired for refs when they have not changedMatt Ward
2019-10-11[DotNetCore] Continue on error when finding framework referencesMatt Ward
2019-10-11[Core] Continue on error when resolving package dependencies.Matt Ward
2019-10-11[Core] Continue on errors when resolving assembly referencesMatt Ward
2019-10-09[Core] Fix ReferencePath items being ignored by the type systemMatt Ward
2019-08-28[Core] Ensure target framework monikers updated when framework changedMatt Ward
2019-08-28[Core] Fix null reference accessing target framework monikersMatt Ward
2019-08-09[Core] Support getting FrameworkReferences for the projectMatt Ward
2019-08-07[Ide] Address review commentsMatt 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] Cache framework specific configurationsMatt Ward
2019-08-07[Core] Include original short name with target framework monikersMatt Ward
2019-08-07[AspNetCore] Support multiple execution targetsMatt Ward
2019-08-07[DotNetCore] Fix unable to run .NET Core project as second frameworkMatt 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[Core] Resolve project references using MSBuildMatt Ward
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-06-27[Core] Fix null ref if RunTarget called after Project is disposedMatt Ward
2019-06-20Some more perf optimizations heretherzok
2019-06-06[IDE] Overall energy consumption and UI hang improvements (#7695)Marius Ungureanu
2019-05-16[Core] Fix empty ReferenceSourceTarget added for new project referenceMatt Ward
2019-02-07[Core] Fix error running project with empty working directoryMatt Ward
2019-02-06[C#] Fix NRE caused by #7059 (#7065)Marius Ungureanu
2019-02-06Cancel Project Run if WorkingDirectory doesn't exist and report (#7059)Dan McCarthy
2018-09-12Fixes VSTS Bug 668301: [Feedback] Unable to change font colors forMike Krüger
2018-08-30[Core] Do not add facades if ImplicitlyExpandDesignTimeFacades is falseMatt Ward
2018-08-16[Core] Resolve PCL assemblies in DotNetProjectMikayla Hutchinson
2018-06-27Obsolete legacy build APIsMikayla Hutchinson
2018-06-17[Project] Set MSBuild-consistent metadata on inplicit referencesMikayla Hutchinson
2018-06-14Merge pull request #5039 from mono/msbuild-perfLluis Sanchez
2018-06-14[Core] Fix editor errors when .NET Standard assembly referencedMatt Ward
2018-06-13[Core] Set MSBuild RAR to silenttherzok
2018-04-14Merge pull request #4545 from mhutch/remove-msbuild-optoutMikayla Hutchinson
2018-04-13[Core] Remove per-project MSBuild opt-outMikayla Hutchinson
2018-04-12[Core] Support facade assemblies from a custom locationMatt Ward
2018-03-09[Core] Fix zero package dependencies cached when call is cancelled.Matt Ward
2018-02-26[Core] Use StringBuilderCacheMike Krüger
2018-01-19[Core] Fix failure to create add new file to projectMatt Ward
2018-01-17Fix potential project save issueLluis Sanchez
2018-01-16Optimize project save (#3663)Lluis Sanchez
2018-01-04[Core] Fix issue with GetReferences working on an unsafe collection.Jérémie Laval
2017-09-13Allow executing RunTarget with a null configurationLluis Sanchez
2017-09-13Merge remote-tracking branch 'origin/master' into batch-builds-wipLluis Sanchez
2017-09-12Add support for batching buildsLluis Sanchez
2017-09-01Merge branch 'master' into dotnetcore-transitive-project-referencesMatt Ward