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-10-10[release/5.0] Update dependencies from dotnet/arcade (#43185)dotnet-maestro[bot]
2020-09-24[release/5.0-rc2] Revert "Make Console.ReadKey() distinguish between CR and L...github-actions[bot]
2020-09-19Console.Unix: fix inverted TreatControlCAsInput (#42449)github-actions[bot]
2020-09-18[release/5.0-rc2] Console.Unix: fix terminal settings during Console.KeyAvail...github-actions[bot]
2020-09-11[release/5.0-rc2] Backport Browser Unsupported Attribute Changes Properly (#4...Mitchell Hwang
2020-09-01Console.Unix: fix window size not always being invalidated (#41462)github-actions[bot]
2020-08-14Console.Unix: make Console.OpenStandardInput Stream aware of terminal (#39192)Tom Deseyn
2020-08-13update System.Console manual test instructions for macOS (#40773)Adam Sitnik
2020-08-11make ConsoleKeyInfo implement IEquatable<ConsoleKeyInfo> (#40660)Adam Sitnik
2020-08-10use new OperatingSystem APIs in test projects that target NetCoreAppCurrent o...Adam Sitnik
2020-08-06[System.Console] Fix manual test (#39460)Eirik Tsarpalis
2020-08-05Mark existing Windows-specific APIs without a version number, fixes #40095 (#...Adam Sitnik
2020-08-05Rename MinimumOSPlatformAttribute and RemovedInOSPlatformAttribute (#40371)Adam Sitnik
2020-07-23Remove depprojs in favor of PackageReferences (#35606)Viktor Hofer
2020-07-17mark Windows-specific APIs as such (#39265)Adam Sitnik
2020-07-16Sprinkle SuppressGCTransition across Unix shim P/Invokes (#39206)Stephen Toub
2020-07-10addressing some missing feedback Relating to Browser (#38968)Anirudh Agnihotry
2020-07-10Add and use Environment.ProcessId (#38908)Stephen Toub
2020-07-09Disable HandlerInvokedForSigQuit test on macOS (#39003)Stephen Toub
2020-07-08Console.Unix tests: don't run tests when SIGINT/SIGQUIT disposition is ignore...Tom Deseyn
2020-07-08Update license headers (#38793)Stephen Toub
2020-07-08Make browser peer for windows_nt and unix (#37944)Anirudh Agnihotry
2020-07-01[mono] Change default output encoding for ConsolePal.WebAssembly.cs to utf8 (...Egor Bogatov
2020-06-30Disable P/Invoke analyzer (#38550)Stephen Toub
2020-06-25Make Console.ReadKey() distinguish between CR and LF inputs (#37491)Eirik Tsarpalis
2020-06-19Disable TermInfo library tests on WASM (#38092)Maxim Lipnin
2020-06-18Align some Console properties on iOS/Android/WASM with other Unix implementat...Maxim Lipnin
2020-06-18[wasm] Disable some existing System.Console library tests throwing PNSE (#37975)Maxim Lipnin
2020-06-18Add support to map test support files to wasm vfs in WasmAppBuilder (#37938)Santiago Fernandez Madero
2020-06-16[wasm] Make some System.Console test pass with accordance to WASM PNSE behavi...Maxim Lipnin
2020-06-12Consistently use inline stackallocs with ValueStringBuilder (#37795)Stephen Toub
2020-06-09Use ConditionalFact/Theory for skipping RemoteExecutor on unsupported platfor...Alexander Köplinger
2020-06-08Update comments on GetCursorPosition (#37609)Stephen Toub
2020-06-08Add Console.GetCursorPosition (#37559)Stephen Toub
2020-06-08Fix broken System.Console tests (#37558)Stephen Toub
2020-06-05Add non-generic TaskCompletionSource (#37452)Stephen Toub
2020-05-31Use the wasm version of System.Console on wasm. (#37221)Zoltan Varga
2020-05-13make Poll enums sharedKrzysztof Wicher
2020-04-30Integrate Android into /t:Test (#35640)Egor Bogatov
2020-04-29Add a WebAssembly version of System.Console. (#35555)Zoltan Varga
2020-04-27[mono] Implement System.Console for Android (#35415)Egor Bogatov
2020-04-25Use attribute Link syntax for Common files (#35436)Marcus Turewicz
2020-04-24Don't re-initialize static fields in Console (#35409)Marek Safar
2020-04-13Console.Unix: avoid deadlock between LazyInitializer and Console.Out (#34297)Tom Deseyn
2020-04-10[mono] Remove CoreFX.issues_windows.rsp file (#32592)Maxim Lipnin
2020-04-08Initial addition of tvOS Mono (#34475)Jo Shields
2020-04-08Rename CoreFx.Private.TestUtilities and reference it in slns (#34656)Viktor Hofer
2020-03-21[mono] Implement System.Console for iOS (#33827)Egor Bogatov
2020-03-10Fix very minor typo (#33423)tub5
2020-03-03Fix the parameter value checks for SetWindowPosition (#32243)Dongbo Wang