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
path: root/mcs
AgeCommit message (Expand)Author
2017-11-23Remove CodeDomConfigurationHandler from machine.config (#6070)Egor Bogatov
2017-11-23[bcl] Remove an ObjCRuntime reference from the TimeZone tests, it shouldn't b...Zoltan Varga
2017-11-21[msvc] Update csproj files (#6066)monojenkins
2017-11-21[bcl] Add an .exclude file to disable some corlib tests when running with the...Zoltan Varga
2017-11-21[System.Net.Http]: Fix "Content-Length: 0" logic for requests without body.Martin Baulig
2017-11-21[mcs] C# 7.2 ref struct featureMarek Safar
2017-11-21Bump NuGet.BuildTasks (#6004)Ankit Jain
2017-11-21[tools] Fix .apps generated by MacPack not running when Mono 5 is installed o...Nate Woolls
2017-11-21[System.Windows.Forms] FileDialog internationalization (#6052)Yuriy
2017-11-21[corlib] Move System.Runtime.InteropServices.RuntimeInformation to co… (#6060)Marek Safar
2017-11-20Fix CryptoConfig.CreateFromName on XM Modern (#6029)Chris Hamons
2017-11-20Disable a new test, it's crashing the interpreterMarek Safar
2017-11-20[mcs] Better typed-ref deconstruction for indexers. Fixes #60680Marek Safar
2017-11-19XmlReaderSettings.EnableLegacyXmlSettings should always be false on mono. Fix...Egor Bogatov
2017-11-19[runtime] Fix test makefrag to accomodate moved testsAlexander Kyte
2017-11-19[bcl] Fix the ResolvePathBeforeDirectoryExists test on the mobile profile.Zoltan Varga
2017-11-18Merge pull request #6017 from monojenkins/update-csprojsAlexis Christoforides
2017-11-18Merge pull request #6042 from Unity-Technologies/winrt-time-zone-adjustment-r...Alexis Christoforides
2017-11-17The return value of GetDynamicTimeZoneInformationEffectiveYears in the succes...Jonathan Chambers
2017-11-17[msvc] Update csproj filesmonojenkins
2017-11-17[System.IO] Directory.Exists() now resolves the full path first. Fixes #60267Alexis Christoforides
2017-11-16Merge pull request #6027 from lewurm/fix-DefaultThreadCurrentCultureIsIgnored...Alexis Christoforides
2017-11-16Update GdipGetImageDimensions tests to pass against Windows GDI+ (#6008)Hugh Bellamy
2017-11-16[corlib] fix DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread testBernhard Urban
2017-11-16[corlib] Don't capture the execution context when UnsafeRegisterWaitForSingle...Rodrigo Kumpera
2017-11-16[test] Regression test for 60238Aleksey Kliger
2017-11-16[bcl] Add a Mono.Runtime.Tests assembly which can be used to run the JIT regr...Zoltan Varga
2017-11-15[System.Process] Consider `open`'s exit code when using it to start a process...Alexis Christoforides
2017-11-15Provide a special implementation of ReadToEnd for CStreamReader so that it ec...Katelyn Gadd
2017-11-15[runtime] Add Dedup Support to MkBundle (#5484)Alexander Kyte
2017-11-15[runtime/corlib] Improve MissingMethodExceptions by including message… and ...Rodrigo Kumpera
2017-11-15[System.Data] Add missing Microsoft.SqlServer.Server APIsMarek Safar
2017-11-15Merge pull request #5985 from YuriyGS/bug60514Alexis Christoforides
2017-11-14[bcl] bringing back InetAccess test categoryJonathan Peppers
2017-11-13[System] Fix DeflateStream crash with high concurrency on Read/Write/Close (#...Ludovic Henry
2017-11-13[mdbdump] Include guid in xml dumpMarek Safar
2017-11-13[msvc] Update csproj files (#5995)monojenkins
2017-11-13[corlib] Add more tests, embed linker descriptor xml in test assemblyAlexander Köplinger
2017-11-10Using padding and border widthYuriyGS
2017-11-10[Tests] Make Mono.Data.Sqlite tests more robust. (#5982)Manuel de la Pena
2017-11-10[sdks] Change how we run test suites on the app (#5894)Ludovic Henry
2017-11-09[bcl] Add .NET 4.7.1 reference assemblies (#5974)Alexander Köplinger
2017-11-09Merge pull request #5969 from luhenry/backport-master-950ea65c3ba571cd139dc34...Ludovic Henry
2017-11-09Merge pull request #5970 from lambdageek/bug-60245Aleksey Kliger (λgeek)
2017-11-08[interp] disable Test.System.Threading.ThreadTest.TestUndivisibleByPageSizeMa...Bernhard Urban
2017-11-08[test] FieldInfo.{Get,Set}Value tests for ContextBoundObjectAleksey Kliger
2017-11-08[System] Add missing ConfigureAwait (#5963)Brendan Zagaeski
2017-11-08[Tests] Fix flaky IO tests due to parrallel execution on Mac bots. (#5965)Manuel de la Pena
2017-11-08[System] Fix NullReferenceException in Win32EventLog (#5949)Alexander Köplinger
2017-11-08[interp] clear stack on resuming into the main loop (#5959)Bernhard Urban