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-09-15[release/5.0-rc2] Redo annotation of Enumerable.Cast and friends to use obliv...github-actions[bot]
2020-08-24[release/5.0] [Wasm] Reduce max length on browser for ToArrayShouldWorkWithSp...github-actions[bot]
2020-08-17Make Enumerable.Cast<T> and friends return IEnumerable<T?> (#40929)Eirik Tsarpalis
2020-08-07Use T? for unconstrained nullable types (#40197)Stephen Toub
2020-07-23Remove depprojs in favor of PackageReferences (#35606)Viktor Hofer
2020-07-10Define Debugger.IsSupported feature switch to allow trimming of debugger only...Eric Erhardt
2020-07-09Fix remaining license headers (#38953)Stephen Toub
2020-07-08Update license headers (#38793)Stephen Toub
2020-07-01Add ExcludeFromCodeCoverageAttribute.Justification property (#38520)Stephen Toub
2020-06-18Fix nullable annotation on IEnumerator.Current (#37969)Stephen Toub
2020-06-17[libraries] Add ConditionalFact to wasm failing tests (#37822)Mitchell Hwang
2020-05-18Delete OrderBy(...).First{OrDefault}(...) optimization (#36643)Stephen Toub
2020-05-06Remove duplicate tests from System.Linq.Tests (#35840)Stephen Toub
2020-04-25Use attribute Link syntax for Common files (#35436)Marcus Turewicz
2020-04-10Remove most [Fact(Skip = "...")] in library tests (#34772)Stephen Toub
2020-04-08Enable xunit1024 (#34512)Alex Villarreal
2020-04-08Rename CoreFx.Private.TestUtilities and reference it in slns (#34656)Viktor Hofer
2020-03-12Cleanup stale ApiCompatBaseline files (#33519)Eric StJohn
2020-02-21updating docs and removing BuildConfiguration and ConfigurationGroup (#32062)Anirudh Agnihotry
2020-02-19Update all issues in source code to point to runtime (#32349)Santiago Fernandez Madero
2020-02-14Help compiler enforce nullability annotations (#32090)Julien Couvreur
2020-02-14API review URL should be HTTPS, not HTTP (#32281)Levi Broderick
2020-02-06New Configuration System (#1787)Anirudh Agnihotry
2020-01-29Merging small assemblies (part 1/N) (#2189)Jan Kotas
2020-01-18More renames of full framework to .NET Framework (#1900)Jan Kotas
2020-01-18Address more issue numbers in the code (#1888)Stephen Toub
2019-12-14Removing "netcoreapp" and "netfx" TargetGroup (#457)Anirudh Agnihotry
2019-11-29Consolidate .netcoreapp.cs files because projects is no longer cross-compiled...Roman Marusyk
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-12Fix StyleCop rule SA1129 ("Do not use default value type constructor") (dotne...Stephen Toub
2019-11-11Bumping the assembly version to 5.0.0.0 (dotnet/corefx#41723)Anirudh Agnihotry
2019-11-07Special case strings in System.Linq.Enumerable.OrderBy (dotnet/corefx#42286)Paul Westcott
2019-11-04Simplify Array.Copy(a, 0, b, 0, c) to Array.Copy(a, b, c) (dotnet/corefx#42343)Stephen Toub
2019-10-24Optimize Enumerable.SkipLast() for IPartition and IList (dotnet/corefx#41342)Tim
2019-10-17Remove UAP target (dotnet/corefx#41759)Viktor Hofer
2019-09-27Add some DebuggerDisplay attributes in System.Linq (dotnet/corefx#41386)Stephen Toub
2019-09-09Remove ProjectGUIDs from project files and Project and Name attributes from P...Viktor Hofer
2019-09-06Fix Select.Count bug that iterates twice (dotnet/corefx#40718)Stephen Toub
2019-09-04Fix several recently added StyleCop tuple rules (dotnet/corefx#40794)Stephen Toub
2019-09-02Delete duplicate line after LINQ nullable changes (dotnet/corefx#40746)Stephen Toub
2019-08-30Annotate System.Linq for nullable reference types (dotnet/corefx#40651)Stephen Toub
2019-08-30Fixed missing Dispose call on Union on empty enumerable (dotnet/corefx#40384)Benjamin Bartels
2019-08-20Re-enable xunit warning 1019 (dotnet/corefx#40415)madmir
2019-08-18Use Count in Enumerable.Any if available (dotnet/corefx#40377)Stephen Toub
2019-08-16Fix IDE0066 across corefx (dotnet/corefx#40288)Stephen Toub
2019-08-15Fix non-ASCII characters across corefx (dotnet/corefx#40318)Stephen Toub
2019-08-14Make many fields readonly or const across corefx (dotnet/corefx#40298)Stephen Toub
2019-08-12Enable StyleCop rules 1205, 1411, 1026, and 1000 (dotnet/corefx#40254)Stephen Toub
2019-08-08Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank ...Stephen Toub