You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf: speed up Views rendering and add render verification
Avoid redundant Views reconstruct/layout work, cache native render resources, and reduce repeated text normalization in hot paths.
Add render snapshot verification, timing scenarios, trace parsing, baseline assets, and helper entry points so render behavior and performance can be checked repeatably.
"detail": "Windows only: build FieldWorks including test projects (required for ReSharper Test Explorer)",
234
262
"options": {
235
263
"shell": {
236
264
"executable": "powershell.exe",
@@ -249,7 +277,7 @@
249
277
"kind": "test",
250
278
"isDefault": true
251
279
},
252
-
"detail": "Run all tests (auto-detects worktree). See specs/007-test-modernization-vstest/IGNORED_TESTS.md for the tracked skip/ignore inventory.",
280
+
"detail": "Windows only execution. On Linux/macOS this exits with a not-supported message. See specs/007-test-modernization-vstest/IGNORED_TESTS.md for the tracked skip/ignore inventory.",
"detail": "List tests via test.ps1 (requires existing built test assemblies). For known skips/ignores see specs/007-test-modernization-vstest/IGNORED_TESTS.md.",
294
+
"detail": "Windows only execution. On Linux/macOS this exits with a not-supported message. For known skips/ignores see specs/007-test-modernization-vstest/IGNORED_TESTS.md.",
"detail": "Run tests with a filter expression. If failures correspond to known ignores/skips, see specs/007-test-modernization-vstest/IGNORED_TESTS.md.",
308
+
"detail": "Windows only execution. On Linux/macOS this exits with a not-supported message. If failures correspond to known ignores/skips, see specs/007-test-modernization-vstest/IGNORED_TESTS.md.",
"detail": "Run tests from a specific project. Track known skips/ignores in specs/007-test-modernization-vstest/IGNORED_TESTS.md.",
322
+
"detail": "Windows only execution. On Linux/macOS this exits with a not-supported message. Track known skips/ignores in specs/007-test-modernization-vstest/IGNORED_TESTS.md.",
0 commit comments