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
2020-01-17Merge pull request #9480 from mono/vsts-1042673-NUnit-nestingKeting Yang
2020-01-15Merge pull request #9447 from mono/nrefactory-removalJose Miguel Torres
2020-01-15Switch UnitTesting binary store to jsontherzok
2020-01-09Fix the nesting logic for NUnit Test:Keting Yang
2019-12-23Switch to Task.CompletedTask where applicabletherzok
2019-07-06[Misc] cleanup code a bit moretherzok
2019-07-06Simplify some usages of CancellationTokenSourcetherzok
2019-05-23Improve unit test service initialization timeLluis Sanchez
2019-03-21Merge remote-tracking branch 'xamarin/master-vnext' into new-service-modelLluis Sanchez
2019-02-19Merge remote-tracking branch 'origin/master' into new-service-modelLluis Sanchez
2019-02-16Obsoletion propagationMikayla Hutchinson
2019-02-15Track API changesLluis Sanchez
2019-02-14Merge remote-tracking branch 'origin/master' into release-8.0therzok
2019-02-13Fixed GitHub 7107 - Disposing SolutionFolderJavier Suárez Ruiz
2019-02-08Merge remote-tracking branch 'origin/master' into release-8.0therzok
2019-01-29[UnitTest] Removed some dead code.Mike Krüger
2019-01-29Fixes VSTS Bug 766267: No keyboard shortcut to run test from the textMike Krüger
2019-01-14Fix a bunch more warnings all overMikayla Hutchinson
2018-12-10[UnitTests] Fix test results pad.Mike Krüger
2018-11-26Fix warnings shown by MonoDevelop.Analyzers (#6657)Marius Ungureanu
2018-11-22[Tests] Prune the results store when more than 30 test runs are availabletherzok
2018-10-22Fixes VSTS User Story 700296: UnitTestService rebuilds tests multipleMike Krüger
2018-10-10Fixes issue #6147 Build project before executing unit tests nowMike Krüger
2018-09-27Fixes issue #6014 [Regression] Unit-tests executionMike Krüger
2018-08-01[UnitTesting] Improve performance of test runs.therzok
2018-08-01[UnitTesting] Refactor status update to not iterate results twice.therzok
2018-08-01[UnitTests] Remove dead parametertherzok
2018-08-01[UnitTests] We only need to set the result status if it's in ready statetherzok
2018-08-01[UnitTests] Don't update status if it didn't changetherzok
2018-08-01[UnitTests] Clean up equals check a bittherzok
2018-07-20[UnitTesting] Fix crash running tests from editorMikayla Hutchinson
2018-07-19Merge pull request #5408 from mono/fast-build-check-for-testLluis Sanchez
2018-07-17[UnitTesting] Use fast build check before running testsMikayla Hutchinson
2018-07-16Fixes issue #3869 "[TestCaseSource ("xzy")]" isn't seen as a test inMike Krüger
2018-06-08[UnitTesting] Fix warningsMikayla Hutchinson
2018-05-18Merge branch 'master' into structured-build-outputRodrigo Moya
2018-05-15Fix 591905: VSTest adapter delays solution loadDavid Karlaš
2018-02-28[Ide] Unbreak public API and fix test with IVT accessVsevolod Kukol
2018-01-24[UnitTesting] Fix stackoverflow when installing NuGet packagesMatt Ward
2018-01-23Fix 525841 - Unit tests window displays blank after the .Net Core xunits con...David Karlaš
2018-01-17Reuse refactored codeLluis Sanchez
2018-01-17Fix issue #3472 - Unit test markers fail silentlyLluis Sanchez
2018-01-10Make UnitTesting BinaryResultsStore lazy initialize XmlSerializer (#3605)Kirill Osenkov
2018-01-09Merge pull request #3518 from mono/Bugfix530552Lluis Sanchez
2017-12-27Trimming spaces beside "...".Dmytro Ovcharov
2017-12-20Fixed ignoring "build before running" setting when running unit testDmytro Ovcharov
2017-12-18Implemented ellipsize of a long text in the unit tests context menuDmytro Ovcharov
2017-11-27ReferenceErrorMessage changed to ErrorMessage;Dmytro Ovcharov
2017-11-20Implemented referenced assemblies loading error in the unit test tree.Dmytro Ovcharov
2017-11-10Null check addedDmytro Ovcharov