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
2022-10-01Implement ChaCha20Poly1305 with CryptoKit on macOSKevin Jones
2022-10-01Remove `IDispatchImplAttribute` API (#76416)Aaron Robinson
2022-10-01Use BCrypt for ephemeral RSA on WindowsJeremy Barton
2022-10-01[NativeAOT] Enable CI for macOS x64/arm64 (#75421)Filip Navara
2022-09-30Support running Reflection tests within Visual Studio (#75915)Steve Harter
2022-09-30Implement AuthenticationTagMismatchException exceptionKevin Jones
2022-09-30Add QuicError.AlpnInUse member (#74754)Radek Zikmund
2022-09-30Fix filtered exceptions when checking for ip forwarding (#76383)Radek Zikmund
2022-09-30Distributed transaction fixes (#76310)Shay Rojansky
2022-09-30[NativeAOT] Fix System.Runtime.InteropServices tests (#75669)Michal Strehovský
2022-09-30Remove some dead code from Array.IndexOf (#76388)Stephen Toub
2022-09-29[tests] Disable source generator tests mobile (#75609)Mitchell Hwang
2022-09-29Return s_defaultResultTask from Task.FromResult in more cases (#76349)Stephen Toub
2022-09-29remove explicit LangVersion from a few projects (#75806)kasperk81
2022-09-29Remove some extra static arrays used in Split() (#76003)Ilya
2022-09-29Make KeysCollection.Contains methods public. (#76319)Eirik Tsarpalis
2022-09-29Bring back ReadOnlySpan in QuicStream (#76088)Ilya
2022-09-29Issue #75070 - Add PriorityQueue DequeueEnqueue Method (#75993)Ryan Thomas
2022-09-29Reduce Enum.GetEnumName overheads (#76162)Stephen Toub
2022-09-29Reduce allocations around empty ReadOnlyCollections (#76097)Stephen Toub
2022-09-29[wasm] new unit test for duplicate call to ImportAsync (#76179)Pavel Savara
2022-09-29[Mono] Implement eager finalization of WeakReference (#76173)Filip Navara
2022-09-29Add List<T> AddRange, InsertRange, and CopyTo extensions for spans (#76274)Stephen Toub
2022-09-29Dispose of key when importing X.509 certificate from PEMKevin Jones
2022-09-29Fix DiagnosticSource to work with NativeAOT (#76109)Eric Erhardt
2022-09-28Use UTF8 encoding on Tar string fields (#75902)David Cantú
2022-09-28Remove duplicate length words from xmldoc (#76315)Ken Dale
2022-09-28Add missing xml documentation (#76191)Eirik Tsarpalis
2022-09-28Cache KeySizes array for EC typesKevin Jones
2022-09-28Use existing variable for SpecialFolder.UserProfile (#76299)Alexander Köplinger
2022-09-28Fix #76260 Add nullable annotation to INumberBase<>.TryParse (#76272)Michał Bryłka
2022-09-28Make "Personal" on Android also point to a Documents folder (#76250)Miepee
2022-09-28Only bundle OpenSSL Android on actual Bionic builds (#76266)Jo Shields
2022-09-28Pass TargetRid and SourceBuildNonPortable to the native scripts (#74504)Tom Deseyn
2022-09-28[wasm] Run System.Runtime tests in a deterministic order to work around https...Zoltan Varga
2022-09-28Remove IlcTrimMetadata=false from a couple tests (#76234)Michal Strehovský
2022-09-27Improve vectorization of Enumerable.Min/Max (#76144)Stephen Toub
2022-09-27Fix incorrect string length calculation (#76127)Sparin
2022-09-27Improve IPAddress to/from bytes perf (#75872)Stephen Toub
2022-09-27Extend RuntimeHelpers.IsBitwiseEquatable to more types (#75640)Stephen Toub
2022-09-27Fix LoggerMessageGenerator parser to check for expression bodied method (#75601)Wei Chen
2022-09-27Use generated runtime.json when building shared framework packages. (#76068)Tom Deseyn
2022-09-27Nullable annotations for System.Security.Cryptography.Xml (#67198)Steve Dunn
2022-09-2774642 change isostorage path (#75541)Meri Khamoyan
2022-09-27Fix some incorrect SpecialFolder entries for Unix (#68610)Miepee
2022-09-26Disallow TimeSpan.Zero in rate limiters (#75496)Brennan
2022-09-26Resolve missing triple-slash in Microsoft.Extensions.Primitives (#76098)Nick Stanton
2022-09-26Remove hardcoded limit in deserialization constructor arguments (#75982)Eirik Tsarpalis
2022-09-26Do it like in `OperatingSystem`. (#76172)Ilona Tomkowicz
2022-09-26Remove most of string.Trim() usages in System.Private.Xml solution. (#75452)Trayan Zapryanov