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
2018-02-27Add SystemEvents to Microsoft.Windows.CompatibilityEric St. John
2018-02-27Add SystemEvents packageEric St. John
2018-02-22Expose PipeOptions.CurrentUserOnly and add implementation when flag is ↵Santiago Fernandez Madero
passed (#26395) * Expose PipeOptions.CurrentUserOnly and add windows implementation when flag is passed * PR Feedback * Add missing if statement * Move PipeSecurity types in implementation to System.IO.Pipes * PR Feedback and move tests to netcoreapp file * Add CurrentUserOnly implementation for NamedPipeClient in Unix * PR Feedback * Refactor to not have duplicated code * Implement server side current option only in named pipes for unix * More PR Feedback * PR Feedback round 3 * Add more tests * Fix build and add using to WindowsIdentity objects * Fix packaging issues * netstandard-Windows_NT needs to be built from sources
2018-02-21Increase the package version for ↵Brian Robbins
Microsoft.Diagnostics.Tracing.EventSource.Redist to 2.0.1. (#27284)
2018-02-20Mark Microsoft.Diagnostics.Tracing.EventSource.Redist Package as Stable with ↵Brian Robbins
Version 2.0 (#27219) * Set a 2.0.0 stable version for System.Diagnostics.Tracing.EventSource.Redist * Set HarvestStablePackage=false for Microsoft.Diagnostics.Tracing.EventSource.Redist.
2018-02-14Merge pull request #27007 from pakrym/pakrym/pipelinesKrzysztof Cwalina
Add System.IO.Pipelines API
2018-02-08Merge pull request #26958 from ericstj/cng.xamarinEric StJohn
Treat Crypto.Cng as inbox on Xamarin profiles.
2018-02-08Treat Crypto.Cng as inbox on Xamarin profiles.Eric St. John
2018-02-08Add System.IO.PipelinesPavel Krymets
2018-01-31Update servicemodel dependencies to latest stable version (#26281)Santiago Fernandez Madero
2018-01-23Add missing RIDs for all supported OSes (#26439)Brandon Ording
* Add missing versions * Add missing RID * Update runtime files * Address PR feedback for ubuntu RID * Treat minor versions of SLES as compatible * Add upcoming releases * Move SLES definition to maintain alphabetization of file * Treat debian versions as not compatible * Add linux mint comments
2018-01-19Merge pull request #26229 from ianhays/brotli_bIan Hays
Add Brotli Compression to CoreFX
2018-01-19Minor Brotli fixesIan Hays
2018-01-18Add System.Net.WebSocket.Protocol initial commit.Lakshmi Priya Sekar
2018-01-18Upgrading the UAP TFM to vNext (#26371)Jose Perez Rodriguez
2018-01-16Add arm64 build for uapaotWes Haggard
This add a build and adds win10-arm64 to the list of supported UWP rids
2018-01-12Rename System.Runtime.Intrinsics.X86 to System.Runtime.Intrinsics.Eric Erhardt
Since the ref assembly is so small, it doesn't pay to split each architecture into separate assemblies. Also, there are common types shared between architectures - ex. Vector128. Fix #26194
2018-01-11Add packaging and build files for BrotliIan Hays
2017-12-16Remove System.Runtime.CompilerServices.Unsafe from netcoreapp (#25959)Ahson Khan
* Remove System.Runtime.CompilerServices.Unsafe from netcoreapp * Removing System.Runtime.CompilerServices.Unsafe from inbox
2017-12-15Freeze the assembly version for System.Threading.Tasks.ExtensionsWes Haggard
The APIs in System.Threading.Tasks.Extensions have been put inbox on .NET Core 2.0 and UAp and also type-forwarded into System.Runtime. This means the APIs in the contract can no longer version for the netstandard reference. Any new API's have to be added to the platform specific reference assembly. This also updates the package to include the inbox placeholders for netcoreapp and uap.
2017-12-13Add System.Data.DataSetExtensions and update ServiceModel version in compat ↵Santiago Fernandez Madero
pack (#25853)
2017-12-06Add stable version for SGENhuanwu
2017-12-05Fix Alpine Linux dependency chain (#25685)Jan Vorlicek
* Fix Alpine Linux dependency chain The alpine Linux has incorrect parent set to "any" instead of "unix". This change fixes that. * Added runtime.json files generated by the build
2017-11-22Packaging System.ComponentModel.Composition (#25411)Maryam Ariyan
Fixes #11857
2017-11-18Add releasenotes and projecturl in the nuget package. (#25316)Huangli Wu
* Add releasenotes and projecturl in the nuget package. * Update the description.
2017-11-16Change destination path for compat package script (#25281)Santiago Fernandez Madero
2017-11-15Add UDT support to System.Data.SqlClient. (#25142)Cory Rivera
2017-11-15Add script to publish compat package binaries for ApiPort sources (#25167)Santiago Fernandez Madero
* Add script to publish compat package binaries for ApiPort sources * Pr feedback to copy ref output to corefx ref specific folder * PR Feedback to rename target dir * Add Microsoft.NETCore.App as an implicit dependency * Change RID to win7-x64 and remove useless parameter to publish function:
2017-11-15Depend on stable System.Data.SqlClient in compat pack (#25250)Santiago Fernandez Madero
* Depend on stable System.Data.SqlClient in compat pack * Update System.Runtime.Caching description
2017-11-10Adding System.ComponentModel.Composition (#24921)Maryam Ariyan
Adding System.ComponentModel.Composition - Ports MEF1 sources - Removes extra lines - Removes all [ContractArgumentValidator] attributes - Replaces old header formats with the usual 3 line license comment in all cs and resx files - Removing code block on true condition of FEATURE_CAS_APTCA - Slight update to sln file - Deleting calls to DemandMemberAccessIfNeeded apis - Simplifies BinaryCompatibility class - Changes Requires.NotNull(element, "element"); to Requires.NotNull(element, typeof(element)); - Removes commented out ifdefs and removing suppressmessage Microsoft.Contracts - Adding private access modifier to unspecified consts and other missing fields - Fixing configuration for netcoreapp - Defines constant FEATURE_TRACING - Removes SecuritySafeCritical annotation - Removes SLIM_LOCK - Removes FEATURE_REFLECTIONONLY, keeping the code it wraps. - Removes FEATURE_REFLECTIONCONTEXT, keeping the code it wraps. - Removes code in the if block of CONTRACTS_FULL - Removes the BinaryCompatibility class and the TargetsAtLeast_Desktop_V4_5 flag, since it is always true. - Removes FEATURE_ADVANCEDREFLECTION, keeping the code it wraps. - Removes MEF_FEATURE_INITIALIZATION, keeping the code it wraps - Removes FEATURE_REFLECTIONFILEIO, keeping the code it wraps. - Change the src project settings to not run apicompat - Adding comment reasoning why we skipped apicompat. also adding netcoreapp config - Updating configuration and removing ApiCompatBaseline file - Update src project - Simplifying Configurations.props files - Removes blank line on csproj and adding Condition to not include compile items when not netstandard - Removes S.CM.C netfx reference from netfxreference.props - Removes index entry in packageIndex - Suppress S.CM.C error - Adds missing ApplicationCatalog. Removing ifdef conditions, Adding APIs to ref - Code formatting for whitespaces on AssemblyCatalog.cs file - Removes uap entry from the inbox list for this S.CM.C in packageindex.json - Disable the tests in netfx which are hitting issue 24903 - Fixing tests in System.ComponentModel.Composition - Formatting whitespace and indentation - Removing this keyword - Removing blank line between switch case lines - Adding the netstandard configuration in the csproj for VS to understand the build configurations
2017-11-09Add System.Runtime.Caching pkg and include it into the compat pack (#25109)Santiago Fernandez Madero
2017-11-04Change Compatibility package version to 2.0.0 (#25051)Santiago Fernandez Madero
* Change Compatibility package version to 2.0.0 * Edit compatibility packages description
2017-11-03Add Microsoft.Windows.Compatibility.Shims package and rename compat pack ↵Santiago Fernandez Madero
(#24967) * Add Microsoft.NETFramework.Compatibility.Shims package and fix package versions in Compat pack * PR Feedback * Add System.Management and System.DirectoryServices packages into compat pack * Add netstandard 2.0 placeholder file and depend on S.S.Cryptography.Cng stable package * Rename compat and shims packages, also update descriptions and PR Feedback
2017-10-28Add S.SM.Syndication in Compat-pack. (#24934)Shin Mao
2017-10-28Add pkg for System.Diagnostics.PerformanceCounter (#24811)Michelle McDaniel
* Add pkg for System.Diagnostics.PerformanceCounter This change adds System.Diagnostics.PerformanceCounter to the compat pack. * Add AllXamarinFrameworks to PerformanceCounter pkgproj * Update PerformanceCounter pkgproj for xamarin/mono * Change InboxOnTargetFramework to AllXamarinFrameworks
2017-10-27Fix System.Drawing.Configurations to be netstandard compatible (#24758)Santiago Fernandez Madero
* Fix System.Drawing.Configurations to be netstandard compatible * PR Feedback and Add net461 to pkgproj supported frameworks * Add xamarin frameworks as inbox * Change InboxOnTargetFramework to include $(AllXamarinFrameworks)
2017-10-26Add System.Threading.Channels to corefxStephen Toub
Bring the source over from corefxlab, add a package, get everything building, etc.
2017-10-25Add auto dependency flow repo APIWes Haggard
2017-10-25Add System.Management (#24719)Paulo Janotti
* First pass building * Remove Instrumentation and WMIGenerator * Resources to as used on CoreFX Opportunistic: some small changes related to warnings * Removed hard coded path to load wminet_utils Also moved so DllImport to use Common version of files. * Added ref, sln, and single basic test Code builds and pass single test * Add CoreFX source header * Removing unused using directives * clean src proj references * A bit more test coverage (19%) * Sanitizer pass with default settings * Adding WMIGenerator This allows methods to generate CodeDom for strong type access to WMI objects. * Missing files from previous commit * Some extra clean-up missed by SSS * Removing #ifdef dead code * Add pkg project * Removing more dead code * Removing dead code and small improvement to tests * Suppress CA1821 when generating PNSE assembly The finalizers are being generated empty for PNSE assembly. In such cases disable CA1821. * Source changes from CR (so far) * Targets and package issues * Go back to project targets and settings Per conversation w/ @weshaggard it should follow the same model as System.DirectoryServices not the packages of dlls that do not exist on desktop. This still is not expected to be fully correct but it puts the projects closer to the targets that they will have in the end. * Description for the System.Management package. * Match supported pkg frameworks * Skip tests on Windows Nano * Missed files from previous commit * Untabify files and a bit more tests * Generate PNS Assembly for uap * Add references needed by uap for PNS assembly * PNS assembly message * Fixing package issue
2017-10-20Packaging For System.Diagnostics.EventLog (#24708)Anirudh Agnihotry
* package foler + metadata reference added * Added descriptions * packageupdateinedx done * changed to netcoreapp2.0 * Build And pinvokeanalyzer corrected * Added net461 * Xamarin frameworks added
2017-10-14Add inbox assembly versions for netcoreapp2.1Wes Haggard
2017-10-14Reset inbox versions for netcoreapp2.0Wes Haggard
2017-10-13EventSource.Redist Nuget Package (#24405)Brian Robbins
* Initial commit of Microsoft.Diagnostics.EventSource.Redist * Update PropertyValue namespace. * Update IEventProvider references. * Clean-up solution file. * Add ManifestEtw.cs - This should be moved to the shared partition. * Frame out System.Resources. * Add ManifestEtw class -- This should move to the shared directory. * Disable unused field warning. * Add missing code and #ifdef. * Manually copy resources into Strings.resx. * Fix sln and csproj. * Rename from Microsoft.Diagnostics.EventSource.Redist to Microsoft.Diagnostics.Tracing.EventSource.Redist. * Create the Microsoft.Diagnostics.Tracing.EventSource.Redist nuget package. * Switch to the OSS signing key. * Update package description.
2017-10-09Merge pull request #24490 from fiigii/x86intrinsicWes Haggard
Move S.R.Intrinsics.X86 to shared framework
2017-10-09Add Ref and Pkg for S.SM.Syndication. (#24383)Shin Mao
* Add Ref and Pkg for S.SM.Syndication. * Add System.ServiceModel.Web to the ExcludeFromClosure list. * Exclude System.ServiceModel.Web from Closure on UAP. * Added description entry for S.SM.Syndication.
2017-10-07Move S.R.Intrinsics.X86 to shared frameworkFei Peng
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.