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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-14Cleanup CodeContracts annotations (#26324)Jan Kotas
2018-01-12Update references assemblies to include private fields for structsWes Haggard
2017-12-22Share as much Bitmap code with Windows as possible (#25922)Hugh Bellamy
2017-12-19Ensure build of netcoreapp vertical of CoreFx can be done without past packag...Santiago Fernandez Madero
2017-12-13"Don't directly throw Exception" System.Drawing (#25791)Marco Rossignoli
2017-11-19Delete unnecessary ComVisible annotationsJan Kotas
2017-11-19Delete unnecessary CAS permission annotationsJan Kotas
2017-11-19Delete unnecessary SecurityCritical and SecuritySafeCritical annotationsJan Kotas
2017-11-19Delete unnecessary SuppressUnmanagedCodeSecurity annotationsJan Kotas
2017-11-17Support loading libgdiplus from NuGet packages (#25112)Frederik Carlier
2017-11-13Use RuntimeInformation.IsOSPlatform to detect macOS (#25164)Frederik Carlier
2017-11-10Delete forced GC during System.Drawing.Common shutdown (#25160)Jan Kotas
2017-11-04Use distro detection from Microsoft.DotNet.PlatformAbstractions (#24531)Krzysztof Wicher
2017-11-03Mark applicable structs as readonlyStephen Toub
2017-10-27Fix System.Drawing.Configurations to be netstandard compatible (#24758)Santiago Fernandez Madero
2017-10-27Make corefx exceptions serializable and add typeforwards (#24427)Viktor Hofer
2017-10-24Disable drawing test for Ubuntu1710 (#24838)Dan Moseley
2017-10-18Fix for GraphicsPathIterator.CopyData throws EntrypointNotFoundException when...Kostadin Vasilev
2017-10-11Disable System.Drawing.Common crashing test (#24581)Santiago Fernandez Madero
2017-10-10Disable PngCodecTests on Unix (#24545)Stephen Toub
2017-10-06Remove unused resource string in System.Drawing.Common.Eric Mellino
2017-10-06Give a meaningful exception message when FunctionWrapper targets are not succ...Eric Mellino
2017-09-29Merge pull request #24208 from qmfrederik/drawing/mono-codec-testsEric Mellino
2017-09-29PR feeback - code cleanupFrederik Carlier
2017-09-29PR feedback - code cleanupFrederik Carlier
2017-09-28Use PlatformSpecific instead of ActiveIssueFrederik Carlier
2017-09-28IconCodec: Create dedicated tests for Palette.Entries.Length on Windows and U...Frederik Carlier
2017-09-28Re-enable InstalledFontCollection tests on Unix. (#24263)Eric Mellino
2017-09-28System.Drawing - Add tests for Bitmap based on Mono's unit test suite (#24152)Frederik Carlier
2017-09-27Disable failing tests on Windows 7Frederik Carlier
2017-09-27Disable assert which fails on Win7Frederik Carlier
2017-09-27Update unit tests to work cross-platformFrederik Carlier
2017-09-27Fix unit test, account for Windows/Unix differences.Frederik Carlier
2017-09-27Address PR feedbackFrederik Carlier
2017-09-27Include test files in project fileFrederik Carlier
2017-09-27Enable ImageAttributes tests which pass on Unix System.Drawing.Eric Mellino
2017-09-25Fix multiplying a matrix by the same matrixHugh Bellamy
2017-09-25Merge pull request #24195 from qmfrederik/fixes/metafiletests-x11Eric Mellino
2017-09-23Fix typoFrederik Carlier
2017-09-22Disable two tests on UnixFrederik Carlier
2017-09-22Nope - filename can be invalid.Frederik Carlier
2017-09-22Check for invalid filenames on UnixFrederik Carlier
2017-09-22Remove dead codeFrederik Carlier
2017-09-22Re-enable tests on CI servers with recent versions of libgdiplus.Frederik Carlier
2017-09-22Add unit tests for the Bitmap, Gif, Icon, Jpeg, PNG and TIFF codecs based on ...Frederik Carlier
2017-09-22Don't test for exceptions on long filenames on Unix (it doesn't matter there)Frederik Carlier
2017-09-22Throw an exception when the filename length > MAX_PATHFrederik Carlier
2017-09-22Streamline path validationFrederik Carlier
2017-09-22Try to emulate NetFX exception behavior.Frederik Carlier
2017-09-22Workaround libgdiplus glitchesFrederik Carlier