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-21Only build shims once for UAPEric St. John
Previously an AllConfigurations build would build the shims twice for UAP using the exact same inputs and put them in seperate output directories. These two builds were previously racing when writing to UAPPackageRefPath. After my change to write unique file names this fixed the race but caused duplicate files to be added to the package. Fix this by making the UAPAOT configuration specific to ApiCompat.
2017-04-12Add NETStandard.Library.NETFramework packageEric St. John
This package is a support package for NETStandard2.0 on .NET 4.6.1.
2017-04-06Add netfx configuration to shim project to build netstandard shimWes Haggard
2017-04-05Update VerifyNETStandard target to use live netstandard packageWes Haggard
We never updated the VerifyNETStandard target in our pkg package when we started automatically consuming the NETStandard.Library package so this change fixes it to use the same package as we are consuming elsewhere in corefx. Also adds System.ServiceModel.Web shim to the set of shims we support
2017-03-30Fix signing of shims by passing the right strongnameJose Perez Rodriguez
2017-03-29Re-authoring the UAP package to make sure we have the right set of assembliesJose Perez Rodriguez
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-23Update shim bin-placing to use binplace.targetsWes Haggard
Also disable apicompat checks for uap* when in BuildAllConfigurations mode because it doesn't have a RuntimePath correctly setup for those configurations.
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