Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-07Use T? for unconstrained nullable types (#40197)Stephen Toub
2020-07-23Remove depprojs in favor of PackageReferences (#35606)Viktor Hofer
2020-07-18Use static lambdas in several libraries (#39273)Stephen Toub
2020-07-15Apply CA2016: Forward CancellationToken to methods that can take it (#37607)Carlos Sanchez Lopez
2020-07-15Add NetFramework Configurations to OOB packages (#39099)Jose Perez Rodriguez
2020-07-10[wasm] Enable System.Threading.Channels.Tests (#38849)Mitchell Hwang
2020-07-10WASM Re-enable Threading.Channels serialization tests (#39016)Santiago Fernandez Madero
2020-07-08Update license headers (#38793)Stephen Toub
2020-06-30Adding generation of substitution files for trimming out resources when featu...Jose Perez Rodriguez
2020-06-27[wasm] Re-enable several test suites (#38448)Mitchell Hwang
2020-06-26Fix CA1805 for unnecessary initialization of fields (#38410)Stephen Toub
2020-06-24Add netstandard2.1 target to System.Threading.Channels (#38046) (#38053)Serhii Almazov
2020-06-20[libraries] Properly skip thread failing WASM tests (#38089)Mitchell Hwang
2020-06-17[libraries] Add ConditionalFact to wasm failing tests (#37822)Mitchell Hwang
2020-06-17Remove some stale nullable suppressions / TODOs (#37978)Stephen Toub
2020-06-12Fix BoundedChannel race condition between writes and canceled reads (#37716)Stephen Toub
2020-05-06Change netcoreapp5.0 to net5.0 (#35176)Viktor Hofer
2020-05-04Remove TargetsNet* from the runtime repo (#35589)Anirudh Agnihotry
2020-04-25Use attribute Link syntax for Common files (#35436)Marcus Turewicz
2020-04-08Rename CoreFx.Private.TestUtilities and reference it in slns (#34656)Viktor Hofer
2020-03-21Fix cancellation-related deadlock in BoundedChannel (#33883)Stephen Toub
2020-02-14fixing the order of targetFrameworks to show appropriate files in the VS (#32...Anirudh Agnihotry
2020-02-14API review URL should be HTTPS, not HTTP (#32281)Levi Broderick
2020-02-11add fromPackage to exclude properties (#32063)Anirudh Agnihotry
2020-02-06New Configuration System (#1787)Anirudh Agnihotry
2019-12-27Replace GetDirectoryNameOfFileAbove with GetPathOfFileAbove where possible (#...Jan Kotas
2019-12-16Remove usage of TargetGroup where possible (#899)Viktor Hofer
2019-12-14Removing "netcoreapp" and "netfx" TargetGroup (#457)Anirudh Agnihotry
2019-12-03Add ChannelReader<T>.{Can}Count (#312)Stephen Toub
2019-11-22Address new nullable warnings from compiler [MaybeNull] updates (#179)Stephen Toub
2019-11-14Fix test build of test project that referenced corefx shared corelib directly...Santiago Fernandez Madero
2019-11-11Bumping the assembly version to 5.0.0.0 (dotnet/corefx#41723)Anirudh Agnihotry
2019-11-07Centralize fix for nullability annotations in netstandard builds (dotnet/core...Eirik Tsarpalis
2019-11-04Simplify Array.Copy(a, 0, b, 0, c) to Array.Copy(a, b, c) (dotnet/corefx#42343)Stephen Toub
2019-11-03Remove unused return value from ChannelUtilities.QueueWaiter (dotnet/corefx#4...Stephen Toub
2019-10-27Remove versionless netstandard target group (dotnet/corefx#41984)Viktor Hofer
2019-10-17Remove UAP target (dotnet/corefx#41759)Viktor Hofer
2019-10-10Change some internal async Task methods to be async ValueTask (dotnet/corefx#...Stephen Toub
2019-09-09Remove ProjectGUIDs from project files and Project and Name attributes from P...Viktor Hofer
2019-09-09fix of a minor typo in System.Threading.Channels.ChannelReader docs (dotnet/c...itrofimow
2019-08-31Annotate System.Threading.Channels for nullable reference types (dotnet/coref...Stephen Toub
2019-08-29changing netcoreapp targetframework from 3.0 to 5.0 and adding support for ta...Anirudh Agnihotry
2019-08-12Re-enable StyleCop warning SA1400 (elements should specify access) (dotnet/co...Stephen Toub
2019-08-08Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank ...Stephen Toub
2019-08-07Re-enable xunit warning 1026 (unused theory arguments) (dotnet/corefx#40079)Stephen Toub
2019-08-05Remove some unused locals (dotnet/corefx#39956)Stephen Toub
2019-07-25Auto-generate the reference assemblies to normalize them (dotnet/corefx#39681)Ahson Khan
2019-07-19Avoid "async void" tests (dotnet/corefx#39613)Stephen Toub
2019-06-15Enable project restore for test projects (dotnet/corefx#38151)Viktor Hofer
2019-06-05Move System.Threading.Channels into Microsoft.NetCore.App (dotnet/corefx#38207)David Fowler