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-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
2017-11-20Implemented referenced assemblies loading error in the unit test tree.Dmytro Ovcharov
2017-11-16fixed wrong concatenation "namespaces" UnitTestGroups to "project" UnitTestG...Dmytro Ovcharov
2017-11-06Make nested namespaces optional combination.Dmytro Ovcharov
2017-10-18[Build] Fix it, BinaryMessage is a shared file included in a lot of projects....Marius Ungureanu
2017-08-14[NUnit] Recognize unit-test projects when using PackageReference NuGet refere...Jérémie Laval
2017-06-21[NUnit] Remove unused project templateMatt Ward
2017-03-27Bug 53371 - "Debugger Operation Failed" when trying to debug an NUnittest aft...David Karlaš
2017-02-21Merge remote-tracking branch 'origin/vNext' into roslyn-ivtMikayla Hutchinson
2017-02-20Merge branch 'master' into vNextMatt Ward
2017-02-15[NUnit] Optimize test result message output.Marius Ungureanu
2017-01-26Merge remote-tracking branch 'xamarin/vNext' into roslyn-ivtMikayla Hutchinson
2017-01-25Merge remote-tracking branch 'monodevelop/dotnetcore' into vNextMatt Ward
2017-01-20Fix buildLluis Sanchez