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-20Do not send timestamp in the Start/Stop event payloadLiudmila Molkova
2017-04-19Ignored DataAnnotations (#18620)Viktor Hofer
2017-04-19ApiCompatBaseline netfx updated (#18585)Viktor Hofer
* ApiCompatBaseline netfx updated * fixed typo in ignore
2017-04-18Add missing members to SecurityContext (#18510)Dan Moseley
* Add missing members * Baseline
2017-04-14Refining ApiCompat results by adding a baseline file (ignore file) (#18339)Viktor Hofer
* ApiCompat ignore file added * merge
2017-04-13Removed Dictionary<K,V>.GetValueOrDefault From ref contract (#18115)Tarun Pothulapati
* Removed Dictionary<K,V>.GetValueOrDefault Api's From ref contract
2017-04-13Update baseline filesStephen Toub
These diffs are showing up for me locally every time I do a full build. Submitting a PR to avoid the annoyance :)
2017-04-08Remove dead code in System.Private.Xml (#18042)Sepideh Khoshnood
* Remove dead code from System.Private.Xml * Run CodeFormatter * Move back XmlReader.CreateSqlReader (called at runtime in System.Data) * Fix uap builds * Add back method used in a recent PR * Remove all SILVERLIGHT #ifdef * Remove all invalid TODOs in Xml src and tests * Remove dead code discovered by ILLink * PR feedback * Rever style changes in XmlBinaryReader.cs
2017-04-07Refresh apicompat baseline filesWes Haggard
2017-04-05Referesh apicompat baseline filesWes Haggard
2017-04-05update apicompatbaseline with sql change (#17901)Viktor Hofer
2017-03-31Updating baseline files (#17703)Jose Perez Rodriguez
2017-03-30Some types missed from System.Security.Permissions (#17677)Viktor Hofer
* impl stub System.Security.Permissions * stub for SS.Permissions * add baseline * review adjustments * Do not include sources on netfx build
2017-03-29Omissions in types supported by both Desktop and Core - ↵Viktor Hofer
System.Security.AccessControl.AuthorizationRuleCollection (#17604) * AuthorizationRuleCollection inheritance changed to ReadOnlyCollectionBase * fixed link path * refs for AuthorizationRuleCollection adjusted * Included refs and updated ApiCompat baseline * Indentation fixed in csproj * AuthorizationRuleCollection inheritance changed to ReadOnlyCollectionBase * fixed link path * Included refs and updated ApiCompat baseline * updated baseline
2017-03-29Omissions in types supported by both Desktop and Core - ↵Viktor Hofer
System.Data.SqlClient.SqlBulkCopyColumnMappingCollection (#17609) * add baseline * review changes. code styling and perf optimization
2017-03-28Add baselines strictly against netstandard.dll (#17588)Dan Moseley
* Add netstandard.dll baselines * Remove netfx baselines * Remove conditions
2017-03-23Add DataTable support to SqlBulkCopy. Also adds tests for SqlBulkCopy.Cory Rivera
2017-03-23CAS related stubs missing some members breaking desktop compat (#17392)Viktor Hofer
* CAS related stubs missing some members breaking desktop compat * changed protection level of SetPermissionImpl as defined in contract * Parameter mismatch in ApplicationTrustCollection.Remove * System.Security.Permissions feedback * Recompiled shims, fixed security manager throw out bug * Indentation was off, Simplified ObsoleteAttribute w Obsolete * update baseline
2017-03-21Update apicompat baseline after removal of SmtpAccessWes Haggard
2017-03-02Add System.Transactions to the list of NetFx shimsWes Haggard
Now that we renamed the core transactions library to System.Transactions.Local we can add the NetFx System.Transactions to the shim list
2017-02-08Added missing types and methods in Microsoft.Win32.Registry (#15792)Alexis Nowikowski
* Added missing RegistryKey members. * Updated ApiCompatBaseline.netcoreapp.netfx461 * Make Microsoft.Win32.Registry.AccessControl assembly a partial facade unconditionally. Removed type forwards * Added Microsoft.Win32.Registry tests
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 missing apis to .NET Core that where added to netstandard 2.0 (#15643)Santiago Fernandez Madero
* IntialCommit * Delete argiterator tests * Tests for TypedReference APIs and FieldInfo * baselines
2017-02-03Adding TargetGroup to shim baseline filesJose Perez Rodriguez