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-15simplify codeKeting Yang
2020-01-10Unit Test for the new nestingKeting Yang
2020-01-09remove debug codeKeting Yang
2020-01-09Fix the nesting logic for NUnit Test:Keting Yang
2020-01-09Update NUnitTestSuite.csKeting Yang
2020-01-09Fix typos, simplify cast, add propertyKeting Yang
2020-01-09Modify castKeting Yang
2020-01-09Update fileKeting Yang
2020-01-09[Unit Test] Make the nesting logic for vstest and NUnit(Mono) consistentKeting Yang
2019-10-28Update NUnitProject.xpt.xmlKeting Yang
2019-10-28Update NUnitProjectVBNet.xpt.xmlKeting Yang
2019-08-02[UnitTesting] Bump NUnit Library Project to use 3.12.0 instead of 2.6.xManish Sinha
2019-07-25Use support assemblies when trying to resolvenosami
2019-01-25Merge remote-tracking branch 'origin/master' into pr-sandy-md-masterSandy Armstrong
2019-01-18Fixes VSTS Bug 715151: [Feedback] 64 bit unit testing is not supported (#6911)Mike Krüger
2019-01-16Remove redundant build infrastructureMikayla Hutchinson
2019-01-13Suppress NuGet local copies unless explicitly listed in projectMikayla Hutchinson
2019-01-11Use variable for nupkg directoryMikayla Hutchinson
2019-01-11Fix up remaining nuget downloadsMikayla Hutchinson
2019-01-11Partially switch remaining projects to csprojMikayla Hutchinson
2019-01-11Centralize some more package versionsMikayla Hutchinson
2019-01-11Port a couple more projects to PackageReferenceMikayla Hutchinson
2018-12-10[UnitTests] Fix test results pad.Mike Krüger
2018-10-16[NUnit] Convert optional parameter to overloaded constructors instead.Jérémie Laval
2018-10-15[NUnit] Add configuration option to disable support assembly loadingJérémie Laval
2018-10-15[NUnit] Allow setting working directory of remote process and do so for unit-...Jérémie Laval
2018-09-03Bump System.Net.Httptherzok
2018-08-02Consolidate System.ValueTuple target frameworktherzok
2018-07-16Fixes issue #3869 "[TestCaseSource ("xzy")]" isn't seen as a test inMike Krüger
2018-07-11[NUnit] Fix NUnit3 test runner nameMatt Ward
2018-06-27[Build] Simplify short resource IDs via definition groupMikayla Hutchinson
2018-06-20Clean up project filesMikayla Hutchinson
2018-06-20Centralize the MD target framework versionMikayla Hutchinson
2018-06-20Purge junk Execution clr-version valueMikayla Hutchinson
2018-06-20Clean various redundancies from project filesMikayla Hutchinson
2018-06-17[NUnit] Filter out facades from support assembliesMikayla Hutchinson
2018-06-08[NUnit] Fix warningMikayla Hutchinson
2018-02-14[NUnit] Fix being unable to use NUnit in a .NET Core test projectMatt Ward
2018-01-22[NUnit] Fix load error displayed for ignored testsMatt Ward
2018-01-19[NUnit] NUnit PackageReference not recognizedMatt Ward
2018-01-19[NUnit] Fix load error not being removed from Unit Tests windowMatt Ward
2018-01-05[NUnit] Remove .ToList operator since we are only computing on stable collect...Jérémie Laval
2018-01-04[NUnit] Properly enumerate project assembly reference dependencies.Jérémie Laval
2017-12-05Dev/kirillo/valuetuple440 (#3448)Kirill Osenkov
2017-11-27CheckReferenceErrors removed.Dmytro Ovcharov
2017-11-27CheckXmlForError fixedDmytro Ovcharov
2017-11-27ReferenceErrorMessage changed to ErrorMessage;Dmytro Ovcharov
2017-11-24Changed exception catching logic in NUnitAssemblyTestSuit and removed updati...Dmytro Ovcharov
2017-11-23Now UnitTestPad shows error from runner xml data.Dmytro Ovcharov
2017-11-21changed string.IsNullOrEmpty(reference.ValidationErrorMessage) to reference...Dmytro Ovcharov