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-02-08Prepare uap package (#15866)Jose Perez Rodriguez
Prepare uap package
2017-02-08Merge pull request #15922 from mellinoe/remove-projectjsonWes Haggard
Remove non-existent project.json's from project files
2017-02-08Add Activator.CreateInstance negative tests (#15923)Michal Strehovský
Regression tests for issues found in CoreRT/.NET Native.
2017-02-07Remove non-existent project.json's from project filesEric Mellino
2017-02-07Remove all TargetingPackReference's from project filesEric Mellino
* The only remaining uses are in the CoreFX.Tools project (to be removed eventually, anyways).
2017-02-07Merge pull request #15898 from jkotas/NoWarnStephen Toub
Delete NoWarn's that are not required anymore
2017-02-07Delete NoWarn's that are not required anymoreJan Kotas
2017-02-07Remove versioned configuration from test projects (#15879)Tarek Mahmoud Sayed
The changes onclude some other minor clean up in the test project files
2017-02-04Merge pull request #15770 from weshaggard/FixSolutionsToUseWindowsSlashesWes Haggard
Update Solution files to use windows path slashes.
2017-02-04Update Solution files to use windows path slashes.Wes Haggard
2017-02-04Adding uap and uapaot vertical buildsJose Perez Rodriguez
2017-02-04Merge pull request #15766 from ericstj/buildAllFixesEric StJohn
Address feedback from #15754
2017-02-03Clean up corert config commentsEric St. John
2017-02-03Merge pull request #15674 from rahku/reflectiononlyRahul Kumar
Modify reflection only tests
2017-02-03Merge pull request #15754 from ericstj/buildAllFixesEric StJohn
Fix BuildAllConfigurations
2017-02-03Sync BuildConfiguration with project PropertyGroupsEric St. John
2017-02-03Remove configurations that aren't buildingEric St. John
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-03Merge pull request #15734 from mellinoe/genfacades-task-febEric Mellino
Update to buildtools containing GenFacades task
2017-02-03Update all solution files using solution generation toolWes Haggard
2017-02-03Modify reflection only testsRahul Kumar
2017-02-03Add ProjectGuids for all projects and empty configs for projects without ↵Wes Haggard
BuildConfigurations
2017-02-03Update to buildtools containing GenFacades taskEric Mellino
2017-02-02Adding UAPAOT vertical and configurationsJose Perez Rodriguez
2017-02-02Update CoreClr, ProjectNTfs to beta-25002-01, beta-25001-00, respectively ↵dotnet bot
(master) (#15698) * Modify expected param names for Array.Copy invalid args * Disable AV'ing vectors test * Update CoreClr, ProjectNTfs to beta-25002-01, beta-25001-00, respectively
2017-02-01Clean up desktop ConfigurationsEric St. John
Remove all cruft from projects related to building desktop configs which now build in standard repo.
2017-02-01Remove desktop config when in NETStandard.LibraryEric St. John
Exceptions for types missing from netstandard facade: - System.Data.Common - DbColumn, DbDataReaderExtensions, IDbColumnSchemaGenerator - System.Diagnostics.StackTrace - StackFrameExtensions - System.Numerics.Vectors - Vector, Vector<T> - System.Runtime.Serialization.Primitives - ISerializationSurrogateProvider - System.Runtime.Serialization.Xml - DataContractSerializerExtensions - System.Security.Cryptography.Cng - AesCng, TripleDESCng <link> - System.Threading.Overlapped - PreAllocatedOverlapped, ThreadPoolBoundHandle - System.Xml.XPath.XDocument - XDocumentExtensions
2017-02-01Updating VS ConfigurationsJose Perez Rodriguez
2017-02-01Adding missing Configurations for uapJose Perez Rodriguez
2017-01-31Sync PropertyGroups and BuildConfigurationsEric St. John
2017-01-28Replace [SkipOnTargetFramework(TargetFrameworkMonikers.Netcoreapp1_1] (#15564)Jon Hanna
With versionless [SkipOnTargetFramework(TargetFrameworkMonikers.Netcoreapp1_1] Closes #15555
2017-01-28Remove test attributes only necessary for running on older CoreFX versions ↵Jon Hanna
(#15559) Remove all instances of: [SkipOnTargetFramework(TargetFrameworkMonikers.Netcoreapp1_0] Contributes to #15555
2017-01-27Merge pull request #15540 from bbowyersmyth/compare-testsStephen Toub
Additional string.Compare OrdinalIgnoreCase tests
2017-01-27Additional compare OrdinalIgnoreCase testsBruce Bowyer-Smyth
2017-01-26Expose parameterless string.TrimEnd/TrimStart in ref (#15476)Justin Van Patten
2017-01-25Merge pull request #15456 from ericstj/fixTraversalEric StJohn
Fix P2P reference Configuration selection
2017-01-25Merge pull request #15334 from justinvp/string_trim_testsWes Haggard
Expose String.Trim overloads that take a single char
2017-01-25Add Configurations to tests to fix p2pEric St. John
2017-01-25Fix P2P reference Configuration selectionEric St. John
Previously we'd always choose Configuration for P2Ps based on BuildConfiguration. This was incorrect and could result in netstandard configurations building against netcoreapp references. Fix this by doing configuration selection in the referencing project. I've also added hooks to build all configurations. To do this from a traversal set /p:BuildAllConfigurations=true. To do this from a project build with /t:BuildAll.
2017-01-25Use `throw null` in System.Runtime refJustin Van Patten
Some of the APIs that were previously `#if netcoreapp11` were using the old `return default(T)` pattern. Changed them to `throw null`.
2017-01-25Expose String.Trim overloads that take a single charJustin Van Patten
2017-01-25Fix ConditionalWeakTable test with GC.KeepAliveStephen Toub
2017-01-25Add ConditionalWeakTable.Clear and GetEnumeratorStephen Toub
- Update ref to include new members - Add tests for Clear (tests previously added for GetEnumerator) - Update GetEnumerator tests to use cast rather than as now that the compiler can see the type implements the interface
2017-01-25Merge pull request #15251 from stephentoub/cwt_enum_testsStephen Toub
Add tests for enumerating ConditionalWeakTable
2017-01-24Removing netstandard configurations for things that are bellow netstandard ↵Jose Perez Rodriguez
(#15373) Removing netstandard configurations for things that are bellow netstandard
2017-01-22Merge pull request #14686 from JonHanna/fix_14488Stephen Toub
ExcludeFromCodeCoverageAssemblyAttribute for excluding assemblies
2017-01-21Removing System.Private.CoreLib from TargetingPack (#15357)Jose Perez Rodriguez
Removing System.Private.CoreLib from TargetingPack
2017-01-20Adding missing Configurations.props for refs and fixing the existing ones ↵Jose Perez Rodriguez
(#15291) Adding missing Configurations.props for refs and fixing the existing ones
2017-01-19Remove packages from NETStandard.Library 1.6Eric St. John
With one exception: System.Runtime.InteropServices.RuntimeInformation. For the rest we will no longer ship packages. Instead the types will be supported as follows: 1. In a netstandard2.0+ project via NETStandard.Library package's netstandard.dll 2. In a netstandard1.x project via NETStandard.Library package and closure which ship from servicing branches. 3. In a framework specific project via the framework's targeting pack or framework package.
2017-01-19ExcludeFromCodeCoverageAssemblyAttribute for excluding assembliesJon Hanna
Treated like ExcludeFromCodeCoverageAttribute by OpenCover but doesn't clash with the public form of that attribute in being allowed on assemblies. Fixes #14488