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 (Collapse)Author
2017-04-21Update apicompat baseline files (#18583)Wes Haggard
Started copying netstandars shims for netfx under ref\netfx
2017-04-12Updating uap and uapaot baselines (#18230)Jose Perez Rodriguez
2017-04-07Refresh apicompat baseline filesWes Haggard
2017-04-04Updating uap and uapaot baseline filesJose Perez Rodriguez
2017-04-01Update CoreClr, CoreFx, Standard to preview1-25201-01, preview1-25131-05, ↵dotnet bot
preview1-25131-01, respectively (master) (#17755) * Update CoreClr, CoreFx, Standard to preview1-25201-01, preview1-25131-05, preview1-25131-01, respectively * Disable netstandard configurations for System.Security.Cryptography.* two tests * Fix Enum.Format tests for recent coreclr fixes to align with netfx behaviour
2017-03-28Remove some if !uap'sDan Moseley
2017-03-22Updating uap and uapaot baseline filesJose Perez Rodriguez
2017-03-11Adding System.Net.HttpListener uapaot config (#16982)Jose Perez Rodriguez
Adding System.Net.HttpListener uapaot config
2017-03-10Adding System.Net.Mail to the uap and uapaot closures (#16938)Jose Perez Rodriguez
Adding System.Net.Mail to the uap and uapaot closures
2017-03-10Enable Pinvoke checker and baseline violations (#16704)Dan Moseley
* Fix UWP Pinvoke checker condition * analyzer baselines * Remove redundant local define * Remove redundant CA lines * Special case Registry * Fix BlockReflectionAttribute * Replace NETNATIVE with uap define * baselines * Disable Pinvoke scan on specific projects * Disable BlockReflectionAttribute on ilproj * Revive 2 baselines * Disable UWP validation on SQlClient * Convert some defines to `uwp` * Fix S.N.Primitives baseline * Remove dead baselines * Clean up NET_NATIVE defines * Remove FEATURE_CORECLR except from shared sources * Change Threading.Thread defines to just uapaot * Fix comment * Fix comment 2 * Change serialization uap defines to uapaot * Rename EnableWinRT to UWPCompatible * Fix UAP build for Console * Fix uap condition in XML csproj * Fix condition in XmlSerializer project * Replace netcore50 * Remove dead #if * Redundant console condition * Redundant console condition2 * Trim baseline * Revert Console baseline to pre UAP * Fix MemoryMappedFiles uap build * Fix S.Linq.Expressions build for UAP by temporarily disabling it * Fix S.N.Sockets build for uap * No plans to put SQLClient in UWP * Fix RuntimeInformation build * Fix MemoryMappedFiles build for Unix * Add UWPCompatible to all netstandard versions * Add EnablePinvokeAnalyzer to disable Pinvoke checking entirely for some reason * Remove dead System.Xml.XmlSerializer.Tests.settings.targets * Fix interop services build * Remove last uap/uapaot define in Xml tests * PInvoke check doc * Fix PInvoke casing * PInvoke file is case sensitive * Remove unnecessary references to uapaot from projects that don't have uapaot configs * Remove unnecessary uapaot from S.R.I.RI * Replace UWPCompatible for TargetGroup in csproj conditions * Reverse FileSystem edit as not ready to build for UWP
2017-03-03Adding System.Xml.XmlDocument to the uap packageJose Perez Rodriguez
2017-02-22Changing uap and uapaot apiCompat baselines to run against implementation ↵Jose Perez Rodriguez
instead of reference assemblies (#16132) Changing uap and uapaot apiCompat baselines to run against implementation instead of reference assemblies
2017-02-13Remove arm64 support for UAP packageJose Perez Rodriguez
2017-02-03Update NS2.0 Apicompat baselineWes Haggard
Update the NS2.0 package to fix a couple issues in the shims. Added more shims to the list we need for .NET Core compat with NS2.0 The remaining System.Transactions issues will be fixed once we rename that assembly as part of https://github.com/dotnet/corefx/issues/15259
2017-02-03Adding TargetGroup to shim baseline filesJose Perez Rodriguez