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-08-12Merge pull request #8351 from mono/leaktests-timeoutMarius Ungureanu
2019-08-09[Tests] Target NetCoreApp 3.0 for .NET Core console projectRodrigo Moya
2019-08-09[PackageManagement] Fix .NET Core tests with only 3.0 installedRodrigo Moya
2019-08-09[Tests] Redirect MSBuild error output alsoRodrigo Moya
2019-08-08[Core] Harden infrastructure for FileWatcherService tests and future proof ittherzok
2019-08-08Ensure project is disposedtherzok
2019-08-08Simplify a bit of the FileWatcherService teststherzok
2019-08-08Add back some missed changestherzok
2019-08-08Deduplicate notification codetherzok
2019-08-08Remove AsyncEventstherzok
2019-08-08Fix type of perftesttherzok
2019-08-08Fix timings perf testtherzok
2019-08-08Test workspace removal and unsubscribe watchers in teststherzok
2019-08-08Add teststherzok
2019-08-08[Core] FileWatcherService now handles workspace items and their registrationstherzok
2019-08-08[Core] Initial working implementation for the filter treetherzok
2019-08-08[Core] Implement a way to find if a node is included in a pathtree conetherzok
2019-08-08[Core] We want to throw in case someone registers a null idtherzok
2019-08-08Increase timeout to prevent failures caused by the solution not being loaded yetMarius Ungureanu
2019-08-08Merge pull request #7848 from mono/multi-target-framework-type-systemLluis Sanchez
2019-08-07[Core] Cache ProjectFile.Include to improve project save performanceMatt Ward
2019-08-07[Ide] Fix C# files with BuildAction of None used for code completionMatt Ward
2019-08-07[DotNetCore] Show multi-target framework nodes as parent nodesMatt Ward
2019-08-07[Ide.Tests] Fix type system solution not being unloadedMatt Ward
2019-08-07[Ide] Fix problems reloading multi-target project in type systemMatt Ward
2019-08-07[Ide] Ensure ProjectId returned for non-framework aware codeMatt Ward
2019-08-07[Ide] Fix project ids not removed from type system workspaceMatt Ward
2019-08-07[Core] Include original short name with target framework monikersMatt Ward
2019-08-07[Ide] Fix failing workspace files cache testMatt Ward
2019-08-07[Core] Fix facades being added to wrong multi-target frameworkMatt Ward
2019-08-07[Ide] Fix incorrect Roslyn project id used for multi-target project refMatt Ward
2019-08-07[Ide] Fix Roslyn project references in multi-target projectsMatt 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-08-05Merge pull request #8247 from mono/sdk-extension-optimizationLluis Sanchez
2019-08-05Merge pull request #8274 from mono/msbuild-resolve-memberLluis Sanchez
2019-08-05Fixup HasNoExtension implementationtherzok
2019-08-05[Core] More FilePath teststherzok
2019-08-05[Core] Fix FilePath tests and implementationstherzok
2019-08-05[Core] Avoid doing sdk checks on every imported compile itemtherzok
2019-08-05[Core] Optimize the search for imported compile itemstherzok
2019-08-05[MSBuild] Improve overload resolutiontherzok
2019-08-03[Core] Add tests for question mark wildcardtherzok
2019-07-29[MacPlatform] Add test for browsers retrieval via GetApplicationsRodrigo Moya
2019-07-25[MacPlatform] Fix retrieval of installed applicationsRodrigo Moya
2019-07-17[BuildOutput] Simplifies and removes delay cancellation in SearchCanBeCancele...Jose Medrano
2019-07-16Merge pull request #8100 from mono/perf-tests-integrationLluis Sanchez
2019-07-16Adjust baselinetherzok
2019-07-16More work on running perftool with mdtooltherzok
2019-07-16Refactor code a bittherzok