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-07-22Deduplicate all the span slice callsglob-opttherzok
2019-07-22[Core] Implement a FastConcat version of IEnumerable, where we know we don't ...therzok
2019-07-22[Core] Change the recursive handling of ExpandWildcardFilePaththerzok
2019-07-22[Core] Change signature of the path being passed to ReadOnlySpantherzok
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-22Merge pull request #8251 from mono/msbuild-cleanupMarius Ungureanu
2019-07-22Merge pull request #8244 from mono/array-extensionLluis Sanchez
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-07-21Optimize some boxing from IEnumerable.Containstherzok
2019-07-21[Core] Add an overload for Array which should fix most usages of IEnumerable....therzok
2019-07-18Merge pull request #8071 from mono/fix-936531Vsevolod Kukol
2019-07-17Fixes VSTS #936531 - Key binding scheme for Visual Studio for Mac should be "...Javier Suárez Ruiz
2019-07-16Merge pull request #8083 from mono/api-and-perf-cleanupsLluis Sanchez
2019-07-13[Ide] Few fixes:Jose Miguel Torres
2019-07-13[Ide] Turns AppendTargetFrameworkToOutput prop nullableJose Miguel Torres
2019-07-13[Ide][Core] Adds support for AppendTargetFrameworkToOutputPathJose Miguel Torres
2019-07-10[Core] Optimize some project system file collection handling codetherzok
2019-07-10[Misc] Remove some obsolete, unused APIstherzok
2019-07-09Merge pull request #8147 from mono/coreext-refactorMarius Ungureanu
2019-07-08Merge pull request #8063 from mono/vsts936533Marius Ungureanu
2019-07-07Refactor TimeInvoke code to deduplicate and simplify logictherzok
2019-07-07Split CoreExtensions into separate files per functionalitytherzok
2019-07-06Some minor cleanups in the ProjectFile codetherzok
2019-07-06Avoid doing expensive work to trigger OnPathChanged when it might not be subs...therzok
2019-07-06Split ProjectVirtualPath into utility methodtherzok
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-06[Ide] Ensure we properly dispose of cancellationtokensource when we can or it...therzok
2019-07-06Simplify some usages of CancellationTokenSourcetherzok
2019-07-05Merge pull request #8064 from mono/Therzok-patch-2Marius Ungureanu
2019-07-03Merge pull request #8103 from mono/null-ref-get-referenced-assembliesLluis Sanchez
2019-07-02[Core] Fix null ref in DotNetProject.OnGetReferencedAssembliesMatt Ward
2019-07-02[Projects] Fix concurrent access to FileNestingServiceRodrigo Moya
2019-07-01[Projects] Remove unneeded checkRodrigo Moya
2019-07-01[Projects] Avoid using LastIndexOf when not necessaryRodrigo Moya
2019-07-01[Projects] Pass Project to FileNestingServiceRodrigo Moya
2019-07-01[Projects] Remove unneded code to query all extensionsRodrigo Moya
2019-07-01[Projects] Avoid re-loading of files if it failed the first timeRodrigo Moya
2019-07-01[Projects] Use C# 8 using syntaxRodrigo Moya
2019-07-01[Projects] Use FilePath in API refering to filesRodrigo Moya
2019-07-01[Projects] Simplify ImmutableList creation for an IEnumerableRodrigo Moya
2019-07-01[Projects] Use a more descriptive var nameRodrigo Moya
2019-07-01[Projects] Add null check in NestingRulesProvider's constructorRodrigo Moya
2019-07-01[Core] Listen to extension node changes for NestingRulesProvider'sRodrigo Moya
2019-07-01[Core] Avoid a null patterns listRodrigo Moya
2019-07-01[Core] Update DependsOn on renames only if it was already setRodrigo Moya
2019-07-01[AspNetCore] Use wildcard constantRodrigo Moya