-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Unix] Console.ReadKey rewrite #72193
Commits on Jun 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d929235 - Browse repository at this point
Copy the full SHA d929235View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8887ec - Browse repository at this point
Copy the full SHA c8887ecView commit details -
move factory logic to DatabaseFactory so the test project does not ne…
…ed to reference all sys-calls used for reading files
Configuration menu - View commit details
-
Copy full SHA for cf77107 - Browse repository at this point
Copy the full SHA cf77107View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6f3a60 - Browse repository at this point
Copy the full SHA c6f3a60View commit details -
Configuration menu - View commit details
-
Copy full SHA for acd4f24 - Browse repository at this point
Copy the full SHA acd4f24View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5e3641 - Browse repository at this point
Copy the full SHA f5e3641View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3cdb93 - Browse repository at this point
Copy the full SHA d3cdb93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ea9f50 - Browse repository at this point
Copy the full SHA 7ea9f50View commit details
Commits on Jun 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dc0af6b - Browse repository at this point
Copy the full SHA dc0af6bView commit details
Commits on Jul 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c927091 - Browse repository at this point
Copy the full SHA c927091View commit details
Commits on Jul 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f30f02e - Browse repository at this point
Copy the full SHA f30f02eView commit details
Commits on Jul 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5ffdd67 - Browse repository at this point
Copy the full SHA 5ffdd67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9230c81 - Browse repository at this point
Copy the full SHA 9230c81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41a92bf - Browse repository at this point
Copy the full SHA 41a92bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for af92ab3 - Browse repository at this point
Copy the full SHA af92ab3View commit details
Commits on Jul 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9a2ed71 - Browse repository at this point
Copy the full SHA 9a2ed71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69f12c9 - Browse repository at this point
Copy the full SHA 69f12c9View commit details
Commits on Jul 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5bbac1d - Browse repository at this point
Copy the full SHA 5bbac1dView commit details -
fix test cases where pressing Ctrl/Alt/Shift + other key produces two…
… bytes which represent single UTF8 character by design
Configuration menu - View commit details
-
Copy full SHA for a9db7db - Browse repository at this point
Copy the full SHA a9db7dbView commit details
Commits on Jul 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c2e02d8 - Browse repository at this point
Copy the full SHA c2e02d8View commit details
Commits on Jul 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 620d1a0 - Browse repository at this point
Copy the full SHA 620d1a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20593ef - Browse repository at this point
Copy the full SHA 20593efView commit details -
Configuration menu - View commit details
-
Copy full SHA for c612f4f - Browse repository at this point
Copy the full SHA c612f4fView commit details
Commits on Jul 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3e62636 - Browse repository at this point
Copy the full SHA 3e62636View commit details -
switch to the new implementation and allow the users to differentiate…
… between Enter (\r) and Ctrl+Enter (\n) like we do on Windows
Configuration menu - View commit details
-
Copy full SHA for aa07430 - Browse repository at this point
Copy the full SHA aa07430View commit details
Commits on Jul 13, 2022
-
add way more test cases and fix identified issues
remove UXTerm as its the same as Term
Configuration menu - View commit details
-
Copy full SHA for 254c762 - Browse repository at this point
Copy the full SHA 254c762View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4023725 - Browse repository at this point
Copy the full SHA 4023725View commit details
Commits on Jul 14, 2022
-
fix compiler error (it's strange as I was not getting it when I was b…
…uilding Console solution only)
Configuration menu - View commit details
-
Copy full SHA for d65c6e7 - Browse repository at this point
Copy the full SHA d65c6e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cd9e3d - Browse repository at this point
Copy the full SHA 8cd9e3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fea037 - Browse repository at this point
Copy the full SHA 7fea037View commit details -
Merge remote-tracking branch 'upstream/main' into consoleReadKey
# Conflicts: # src/libraries/System.Console/src/System/IO/StdInReader.cs # src/libraries/System.Console/src/System/TermInfo.cs
Configuration menu - View commit details
-
Copy full SHA for 16e983f - Browse repository at this point
Copy the full SHA 16e983fView commit details
Commits on Jul 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dd07418 - Browse repository at this point
Copy the full SHA dd07418View commit details -
Configuration menu - View commit details
-
Copy full SHA for 632267c - Browse repository at this point
Copy the full SHA 632267cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69f6434 - Browse repository at this point
Copy the full SHA 69f6434View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c352b4 - Browse repository at this point
Copy the full SHA 9c352b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f974992 - Browse repository at this point
Copy the full SHA f974992View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3366a8 - Browse repository at this point
Copy the full SHA b3366a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc82fb5 - Browse repository at this point
Copy the full SHA dc82fb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 214da94 - Browse repository at this point
Copy the full SHA 214da94View commit details
Commits on Aug 1, 2022
-
Apply suggestions from code review
Co-authored-by: David Cantú <dacantu@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 7766ed3 - Browse repository at this point
Copy the full SHA 7766ed3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8010c5 - Browse repository at this point
Copy the full SHA c8010c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c28d600 - Browse repository at this point
Copy the full SHA c28d600View commit details