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
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
2017-01-20[Core] Fix project builder remoting issueLluis Sanchez
2017-01-17[NUnit] Fix MD unit tests not loadingLluis Sanchez
2017-01-14[build] Update target framework to 4.6.1Mikayla Hutchinson
2017-01-14Add global props/targetsMikayla Hutchinson
2017-01-12[Build] Fix SCI references.Marius Ungureanu
2017-01-12[Misc] Add SCI where applicable.therzok
2017-01-11Bug 48234 - Unable to determine which `Application Output` pad belongs to whi...David Karlaš
2016-09-16Bug 42779 - Random crash caused by LogViewProgressMonitorDavid Karlaš
2016-08-19[NUnit] Fix GetSourceCodeLocation check.Mike Krüger
2016-08-09[NUnit] Refactor appdomain decision code and throw in some docs.therzok
2016-08-09[NUnit] Configure the runner to use appdomains if nunit.framework is being lo...therzok
2016-08-09[NUnit] Don't create an appdomain for the NUnit test runner itself.therzok
2016-06-20[NUnit] Fixed load failure for Android and iOS unit test projects.Matt Ward
2016-06-14Fix 41541 - App Config is not read in Unit Testststivers1990
2016-05-31Project template icons (#1477)Václav Vančura
2016-04-19[NUnit3] Remove dependency on NUnit.FrameworkLluis Sanchez
2016-04-14[NUnit] Set the working dir when launching an external runnerLluis Sanchez
2016-04-14[NUnit] Make test result parsing more robustLluis Sanchez
2016-04-13Fix occasional NRE when running unit testsLluis Sanchez
2016-04-06[Templates] Update IDsVincentDondain