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
path: root/pkg
AgeCommit message (Collapse)Author
2017-09-29Run GenerateRuntimeGraph during buildEric St. John
This turns GenerateRuntimeGraph back on, but it will now only check consistency of the generated runtime files with what is checked in. If it detects an inconsistency the build will fail and this project can be rebuilt specifying /p:UpdateRuntimeFiles=true to commit the updates.
2017-09-28Disable automatic generation of runtime.json during the buildEric St. John
2017-09-28Run GenerateRuntimeJson as part of buildEric St. John
2017-09-28Generate `runtime.json` from RuntimeGroup items and common policyEric St. John
This makes our RID graph much less error prone and easier to reason about. To see how to use the new system see readme.md. To see the extent of the changes examine the diff of runtime.json and runtime.compatibility.json.
2017-09-28Reformat runtime.json and add expansion to monitor compatibility changesEric St. John
This is simply a roundtrip through JsonRuntimeFormat so that the following changes will have a clear diff (or no diff) runtime.compatibility.json is the expansion (`RuntimeGraph.ExpandRuntime`) of each runtime in the graph. Differences in this represent potentially breaking changes.
2017-09-21Merge pull request #24183 from maryamariyan/odbc-tempEric Mellino
Adding System.Data.Odbc package and including in metapackage
2017-09-21Adding System.Data.Odbc package and including in metapackageMaryam Ariyan
2017-09-19Revert "Remove System.Drawing.Common from the netfx compat package (temporary)."Eric Mellino
This reverts commit f6b0fbd09b8a6dc312e55644a1353cea0fb2936d.
2017-09-19Remove System.Drawing.Common from the netfx compat package (temporary).Eric Mellino
2017-09-16Add a NuGet package for System.Runtime.Intrinsics.X86.Eric Mellino
2017-09-15Merge pull request #24023 from mellinoe/fix-compat-packEric Mellino
Change the netfx compat pack to only ship stable packages, plus System.Drawing
2017-09-14Enable end to end Alpine corefx build (#24035)Jan Vorlicek
This change enables full end to end build of corefx including managed code on Alpine Linux.
2017-09-14Add WCF dependencies to the netfx compat pack.Eric Mellino
2017-09-14Change the .NET Framework compat pack to only ship stable packages, and ↵Eric Mellino
System.Drawing.Common.
2017-09-09Revert PreReleaseLabelwtgodbe
2017-09-01Port rollback of System.IO DCR from release branch to master (#23566)Santiago Fernandez Madero
* Port rollback of System.IO DCR from release branch to master
2017-08-29Remove NetFx support libsEric St. John
Now that we've shipped the NETStandard support package we will no longer build its content from `master`. It will be serviced from the `release/2.0.0` branch and the only netfx builds in `master` will correspond to package content.
2017-08-22Add FileApiInterop.dll to uap corefx private package (#23454)Jose Perez Rodriguez
* Add FileApiInterop.dll to uap corefx private package * Fix allConfigurations build
2017-08-15Add PkgProj for System.Data.DataSetExtensions (#23087)Nina Chikanov
Add PkgProj for System.Data.DataSetExtensions
2017-08-15Merge pull request #23168 from ericstj/netcoreapp2.1Eric StJohn
Move master to netcoreapp2.1
2017-08-15[WIP] UWP support for serial port (#22887)Paulo Janotti
* [WIP] add serial port to UWP update build and test tools * OpenCommPort signature fixes * [WIP] review feedback * [WIP] add missing files * fix packaging issue * [WIP] replaced ThreadPool.BindHandle Replaced calls to ThreadPool.BindHandle w/ ThreadPoolBoundHandle.BindHandle This is still working in progress due to issues in tests preventing full code coverage (same issues happening without the current changes). minor self-review * CR feedback * [WIP] System.IO.Ports NullModem running all tests * Finish UWP work to enable serial ports * Revert "[WIP] System.IO.Ports NullModem running all tests" This reverts commit a97edbaba463feb1871100cdcafc5f9d5f79663c. * add comment for conditional fact * changes for AbortOnError
2017-08-15Update master to target netcoreapp2.1Eric St. John
2017-08-14fix netfx buildGeoff Kizer
2017-08-10Merge pull request #22971 from janvorli/add-rhel6-official-ridWes Haggard
Add RHEL 6 official RID
2017-08-05Add .NET Framework compat packageWes Haggard
This meta-package will make it easier for .NET Core developers to add a set of library packages to help them port code from .NET Framework to .NET Core.
2017-08-04Merge pull request #22945 from joperezr/AddLibrariesToUWPMPJose Perez Rodriguez
Adding few libraries to UWP Metapackage
2017-08-04Add RHEL 6 official RIDJan Vorlicek
2017-08-04Improve directory deletion stack pressure (#22596)Jeremy Kuhne
* Improve directory deletion stack pressure Recursive directory deletion used particulary large frames and would easily stack overflow with deeply nested directories (especially so when running unoptimized bits). Reduced the stack frame size by passing the native struct used by ref and removing unnecessary throw/catch blocks. Other optimizations and logic clarfications. Made the native struct blittable and introduced a helper struct set for fixed size blittable strings. * Update comments * Use span prototype * Switch to ReadOnlySpan * Update packages * Mark System.Memory as inbox on UAP * Packaging fixes * Factor out package configs
2017-08-04Adding few libraries to UWP MetapackageJose Perez Rodriguez
2017-08-03Merge pull request #21236 from sdmaclea/masterWes Haggard
[Arm64/Unix] Add OfficialBuildRID linux-arm64
2017-08-02Add nuget package configuration for System.Drawing.Common.Eric Mellino
2017-08-01Merge pull request #22704 from weshaggard/UpdatePackageIndexWes Haggard
Update package index
2017-07-31Update baseline versions to the latest stable versionsWes Haggard
2017-07-31Update the package index with the latest stable packagesWes Haggard
2017-07-28Fixing version of Microsoft.NETCore.Platforms packageJose Perez Rodriguez
2017-07-17Move RID computations to dir.propsTom Deseyn
Move the RID calculation to the common dir.props file. Compute a ToolRuntimeRID to be used for assets that need to run as part of the tools infrastructure to build things. Compute PackageRID which will be used as the target RID for the assets that are being built. Make sure both ToolRuntimeRID and PackageRID honor both a specific and a portable RID.
2017-07-14Add net47 configuration to System.Security.Cryptography.AlgorithmsWes Haggard
Fix NETStandard.Library.NETFramework package targets Update the VerifyDuplicateTypes target to include framework assemblies to ensure we don't have any conflicting types between the framework and our OOBs.
2017-07-07Merge pull request #21948 from ianhays/rel_uwp_uapclrcompressionpackageIan Hays
Fix uap package clrcompression import
2017-07-06Update to shorter form clrcompression uap packageIan Hays
2017-07-06Fix uap package clrcompression importIan Hays
The UAP AOT packages were taking a clrcompression that did not have the appx bit enabled.
2017-07-04Renaming uap10.1 to uap10.0.15138Jose Perez Rodriguez
2017-06-19[Arm64/Unix] Add OfficialBuildRID linux-arm64Steve MacLean
2017-06-07Add query notification support to SqlClient (#20708)Cory Rivera
2017-06-06Update uap10.1 version for System.Drawing.Primitives.Eric Mellino
2017-06-06Add version to package baseline json file.Eric Mellino
2017-06-03Merge pull request #20634 from ericstj/dirServices.pkgEric StJohn
Enable DirectoryServices packages
2017-06-02Enable DirectoryServices packagesEric St. John
2017-05-31Use RuntimeOS instead of OSGroup for defaulting PackageRIDWes Haggard
2017-05-30Remove non-portable RIDs from netcoreapp packageWes Haggard
Keeping tizen for the time being until we have a better way to connect their builds
2017-05-26Remove NuGet metadataEric St. John
This metadata is read by SDK targets and can trip them up since these packages don't appear in the deps file.