Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-06[gitattributes] Do CRLF normalization on sln/proj filesAlexander Köplinger
2018-09-27[Microsoft.Build] Switch tests to use embedded test resourcesAlexander Köplinger
2018-05-03[Microsoft.Build] Bump timeout for BuildSubmissionTest.EndBuildWaitsForSubmis...Jay Krell
2018-01-22This test is supposed to take between 1 and 2 seconds, but takes slightly lon...Jay Krell
2017-11-15[runtime] Add Dedup Support to MkBundle (#5484)Alexander Kyte
2017-08-31Revert "Merge pull request #5330 from alexanderkyte/dedup_mkbundle"Alexander Köplinger
2017-08-30[runtime] Move testing dll into profileAlexander Kyte
2017-07-14[Microsoft.Build] Relax check in BuildSubmissionTest a bit moreAlexander Köplinger
2017-07-14[Microsoft.Build] Make BuildSubmissionTest.EndBuildWaitsForCompletion more re...Alexander Köplinger
2017-07-03[Microsoft.Build] Improve assert in BuildSubmissionTest.EndBuildWaitsForSubmi...Alexander Köplinger
2017-01-28[bcl] Update tests that failed when .cs file contained CRLFAlexander Köplinger
2016-10-07Fix failures in MSBuild tests on WindowsNiklas Therning
2016-08-23[mcs] Remove NET_4_5 ifdef from the source filesAlexander Köplinger
2015-03-04Fix Microsoft.Build tests which got broken by some newline changes in ef380e3...Zoltan Varga
2015-03-03Rename Managed.Windows.Forms to System.Windows.Forms for consistency.Zoltan Varga
2015-03-02[msbuild] fixing referencesource import "regression".Atsushi Eno
2014-12-15Revert "Use ";" not Empty as bad TargetFrameworkDirectory value"Jo Shields
2014-12-15Use ";" not Empty as bad TargetFrameworkDirectory valueJo Shields
2014-12-03[xbuild] Update another default tools settingMarek Safar
2014-08-13[MS.Build] add test regarding item condition and target-generated property.Atsushi Eno
2014-08-11[ms.build] add some cyclic dependency related tests (some are not working).Atsushi Eno
2014-08-11[ms.build] Fix bug #20961 - add KeepDuplicates etc. to 4.0 as internal.Atsushi Eno
2014-06-28[Ms.Build] Disable 4 tests in ProjectTest and ProjectCollectionTest under NET...Alex Rønne Petersen
2014-06-05[MS.Build] disable failing test.Atsushi Eno
2014-06-02[MS.Build] added test for ToolLocationHelper.GetPathToStandardLibraries() to ...Atsushi Eno
2014-06-02[MS.Build] add function call releated tests.Atsushi Eno
2014-05-20[MS.Build] add internal expression debugging helper strings.Atsushi Eno
2014-05-20[MS.Build] process Choose/When/Otherwise elements (they were left forgotten).Atsushi Eno
2014-05-16[MS.Build] for item metadata access expression, remove surrounding ' and ".Atsushi Eno
2014-05-16[MS.Build] more cleanup (remove debugging, kill extra code).Atsushi Eno
2014-05-15[MS.Build] now ITaskItems are collected while evaluating expression and metad...Atsushi Eno
2014-05-15[msbuild] ongoing ITaskItem input parameter handling improvements.Atsushi Eno
2014-05-15[MS.Build] add another expression expansion test.Atsushi Eno
2014-02-23[Test] Cleaned up how a bunch of tests were ignoredAlexander Köplinger
2014-02-20Fix item expression parsing, indexes were wrong to parse after "->" .Atsushi Eno
2014-02-20Now our MS.Build.dll behaves like MS.Build.Engine.dll, replace \ with / at ex...Atsushi Eno
2014-02-20Task load failures should not result in build errors, should be just warnings.Atsushi Eno
2014-02-20Fix ElementLocation.File to NOT contain file URI, and then load task assembly...Atsushi Eno
2014-02-20do not try to load assembly with empty string specification. Add tests for im...Atsushi Eno
2014-02-20Make sure to override existing ProjectPropertyInstance values when new decl. ...Atsushi Eno
2014-02-20There is no local scope for properties and items that can be defined in a Tar...Atsushi Eno
2014-02-20In a Project, Target can be overriden by another one with the identical name.Atsushi Eno
2014-01-24Fix build (and cosmetic code formatting).Atsushi Eno
2014-01-24Log target build error.Atsushi Eno
2014-01-24Make sure to fail build when exception is thrown while building a target.Atsushi Eno
2014-01-23Add BuildRequestDataTest and fixed some .NET compatibility in tests.Atsushi Eno
2014-01-23Path existence and lookup is now based on insensitive search.Atsushi Eno
2014-01-23DefaultTargets must be first picked up from imports' attributes, then first o...Atsushi Eno
2014-01-07Add test for DefaultTargets handling with imports.Atsushi Eno
2014-01-07Add logger related tests (to sort out those Loggers properties relationship)Atsushi Eno