mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
* Fixes #4139. Application.Run<T> isn't initializing properly by setting the Application.ForceDriver property * Trying fix unit tests * Only to force again CI tests because I haven't errors locally * This should pass, unless RunningUnitTests is set to false somewhere * Fix Unix unit tests and failures via ReSharper * Changes suggested by @tig * Prevent empty string * Centralize all the entry logic in the InternalInit method * Change GetDriverTypes to return a tuple
93 lines
2.7 KiB
JSON
93 lines
2.7 KiB
JSON
{
|
|
"profiles": {
|
|
"UICatalog": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "--debug-log-level Debug"
|
|
},
|
|
"UICatalog --driver NetDriver": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "--driver NetDriver"
|
|
},
|
|
"UICatalog --driver WindowsDriver": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "--driver WindowsDriver"
|
|
},
|
|
"UICatalog --driver v2": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "--driver v2 -dl Trace"
|
|
},
|
|
"UICatalog --driver v2win": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "--driver v2win -dl Trace"
|
|
},
|
|
"UICatalog --driver v2net": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "--driver v2net -dl Trace"
|
|
},
|
|
"WSL: UICatalog": {
|
|
"commandName": "Executable",
|
|
"executablePath": "wsl",
|
|
"commandLineArgs": "dotnet UICatalog.dll",
|
|
"distributionName": ""
|
|
},
|
|
"WSL: UICatalog --driver NetDriver": {
|
|
"commandName": "Executable",
|
|
"executablePath": "wsl",
|
|
"commandLineArgs": "dotnet UICatalog.dll --driver NetDriver",
|
|
"distributionName": ""
|
|
},
|
|
"WSL: UICatalog --driver v2": {
|
|
"commandName": "Executable",
|
|
"executablePath": "wsl",
|
|
"commandLineArgs": "dotnet UICatalog.dll --driver v2",
|
|
"distributionName": ""
|
|
},
|
|
"WSL: UICatalog --driver v2net": {
|
|
"commandName": "Executable",
|
|
"executablePath": "wsl",
|
|
"commandLineArgs": "dotnet UICatalog.dll --driver v2net",
|
|
"distributionName": ""
|
|
},
|
|
"Benchmark All": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "--benchmark"
|
|
},
|
|
"Benchmark All --driver NetDriver": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "--driver NetDriver --benchmark"
|
|
},
|
|
"Benchmark All --driver v2win": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "--driver v2win --benchmark"
|
|
},
|
|
"Benchmark All --driver v2net": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "--driver v2net --benchmark"
|
|
},
|
|
"WSL: Benchmark All": {
|
|
"commandName": "Executable",
|
|
"executablePath": "wsl",
|
|
"commandLineArgs": "dotnet UICatalog.dll --benchmark",
|
|
"distributionName": ""
|
|
},
|
|
"Docker": {
|
|
"commandName": "Docker"
|
|
},
|
|
"All Views Tester": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "\"All Views Tester\" -b -t 5000"
|
|
},
|
|
"UICatalog --disable-cm": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "--disable-cm\r\n"
|
|
},
|
|
"UICatalog --disable-cm --driver v2win": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "--disable-cm --driver v2win"
|
|
},
|
|
"Themes": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "Themes"
|
|
}
|
|
}
|
|
} |