BDisp 43b889d1b1 Fixes #3157. DateField is validating wrong the date on different culture than us-US. (#3165) vor 1 Jahr
..
Application 7fe95cb9c7 Renames `Frame`->`Adornment`; changes `Frame` to have a `Border` subclass (#3158) vor 1 Jahr
Clipboard 7fe95cb9c7 Renames `Frame`->`Adornment`; changes `Frame` to have a `Border` subclass (#3158) vor 1 Jahr
Configuration 7fe95cb9c7 Renames `Frame`->`Adornment`; changes `Frame` to have a `Border` subclass (#3158) vor 1 Jahr
ConsoleDrivers 7af54f369d Robustness improvements in prep for implementing Virtual Terminal Sequences (#3094) vor 1 Jahr
Dialogs d2ad11248f Fixes #3127 - View Layout improvements - Redefines how `LayoutStyle` works. Fixes `AutoSize` etc... (#3130) vor 1 Jahr
Drawing 7fe95cb9c7 Renames `Frame`->`Adornment`; changes `Frame` to have a `Border` subclass (#3158) vor 1 Jahr
FileServices dcb3b359ad Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927) vor 1 Jahr
Input d2ad11248f Fixes #3127 - View Layout improvements - Redefines how `LayoutStyle` works. Fixes `AutoSize` etc... (#3130) vor 1 Jahr
Text d2ad11248f Fixes #3127 - View Layout improvements - Redefines how `LayoutStyle` works. Fixes `AutoSize` etc... (#3130) vor 1 Jahr
Types ea24de3a27 Fixes #2482. Refactor Redraw - Non-virtual with the right set of virtual OnXXX methods. (#2577) vor 2 Jahren
UICatalog d2ad11248f Fixes #3127 - View Layout improvements - Redefines how `LayoutStyle` works. Fixes `AutoSize` etc... (#3130) vor 1 Jahr
View 7fe95cb9c7 Renames `Frame`->`Adornment`; changes `Frame` to have a `Border` subclass (#3158) vor 1 Jahr
Views 43b889d1b1 Fixes #3157. DateField is validating wrong the date on different culture than us-US. (#3165) vor 1 Jahr
AssemblyInfo.cs 0df485a890 Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612) vor 2 Jahren
README.md 61335e8788 Fixes #1893: Fix URLs to match gui-cs Org (#1900) vor 3 Jahren
TestHelpers.cs 43b889d1b1 Fixes #3157. DateField is validating wrong the date on different culture than us-US. (#3165) vor 1 Jahr
UnitTests - Backup.csproj 0df485a890 Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612) vor 2 Jahren
UnitTests.csproj a7209bcd88 Improves robustness of `Dim`, `Pos`, and `SetRelativeLayout` (#3077) vor 1 Jahr
coverlet.runsettings b29240f362 Code coverage (#1235) vor 4 Jahren
xunit.runner.json 0d925ebaf6 all tests pass vor 1 Jahr

README.md

Automated Unit Tests

Terminal.Gui uses xunit for automated unit tests run automatically with Github Actions.

See the Testing wiki for details on how to add more tests.