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-07Turning System.Diagnostics.Tracing a facade and remove redist workaroundJose Perez Rodriguez
2017-04-07Unify AppDomain across aot/not-aot (#18020)Daniel Harvey
With the new targeting pack these #ifs aren't necessary. This also updates the baselines.
2017-04-06Fixing uapaot baselinesJose Perez Rodriguez
2017-04-04Updating uap and uapaot baseline filesJose Perez Rodriguez
2017-03-31Updating baseline files (#17703)Jose Perez Rodriguez
2017-03-27Updating uapaot ApiCompat Baseline filesJose Perez Rodriguez
2017-03-22Updating uap and uapaot baseline filesJose Perez Rodriguez
2017-03-22Delete files moved to CoreRTJan Kotas
2017-03-17TypeForwarding FileStream and Path down to corelib for uapaotJose Perez Rodriguez
2017-03-16Updating uapaot baseline filesJose Perez Rodriguez
2017-03-15Add Thread.CurrentPrincipal, Thread.GetDomain, and Thread.GetDomainID for ↵Anton Lapounov
uapaot. (#17125) * Remove from System.Threading.Thread "#if !NETNATIVE" lines that are no longer necessary. * Add back System.Threading types for uapaot. * Update baselines.
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-09Add back System.Threading types for uapaot build. (#16880)Anton Lapounov
Add back missing System.Threading types for uapaot build.
2017-03-09Updating uapaot apicompat baselineJose Perez Rodriguez
2017-03-03Adding System.Xml.XmlDocument to the uap packageJose Perez Rodriguez
2017-03-02Add capability of running uapaot ilc tests locallyJose Perez Rodriguez
2017-02-24Setting up ILCInputFolder that will be passed in to the ilc.exe that gets ↵Jose Perez Rodriguez
restored in order to run tests on uapaot (#16394) * Setting up ILCInputFolder that will be passed in to the ilc.exe that gets restored in order to run tests on uapaot * PR Feedback * Using netcore50 TFM and switching to use stable package version
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-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