* Fixes#3128. Some Key class unit tests does not run.
* Disabling duplicates warnings.
* Removes duplicate InlineData.
---------
Co-authored-by: Tig <tig@users.noreply.github.com>
* Prefix private fields with underscore.
* Rename to SetInitialProperties.
* Ensures clear all selection if there isn't selecting.
* Fix format and replace duplicate key bindings for DeleteCharLeft.
* Test the new key binding for DeleteCharLeft.
* Fix formating when typing with selection which may broken the format.
* Fix copy/paste.
* Test data from 01/01/0001 to 12/31/9999.
* Fixed bugs
* Fixed#3098
* Fixed a slew of issues
* Fixed a slew more of issues
* Code cleanup. Fixed unit test failure
* Code cleanup.
* Code cleanup.
* Code cleanup.
* Fixes#2616. Support combining sequences that don't normalize
* Decouples Application from ConsoleDriver in TestHelpers
* Updates driver tests to match new arch
* Start on making all driver tests test all drivers
* Improves handling if combining marks.
* Fix unit tests fails.
* Fix unit tests fails.
* Handling combining mask.
* Tying to fix this unit test that sometimes fail.
* Add support for combining mask on NetDriver.
* Enable CombiningMarks as List<Rune>.
* Prevents combining marks on invalid runes default and space.
* Formatting for CI tests.
* Fix non-normalized combining mark to add 1 to Col.
* Reformatting for retest the CI.
* Forces non-normalized CMs to be ignored.
* Initial experiment
* Created ANSiDriver. Updated UI Catalog command line handling
* Fixed ForceDriver logic
* Fixed ForceDriver logic
* Updating P/Invoke
* Force16 colors WIP
* Fixed 16 colo mode
* Updated unit tests
* UI catalog tweak
* Added chinese scenario from bdisp
* Disabled AnsiDriver unit tests for now.
* Code cleanup
* Initial commit (fork from v2_fixes_2610_WT_VTS)
* Code cleanup
* Removed nativemethods.txt
* Removed not needed native stuff
* Code cleanup
* Ensures command line handler doesn't eat exceptions
---------
Co-authored-by: BDisp <bd.bdisp@gmail.com>