Skip to content

feat(util): add JAction parallel execution and improve test coverage#607

Merged
JasonXuDeveloper merged 5 commits into
masterfrom
feat/jaction-parallel-and-test-coverage
Jan 30, 2026
Merged

feat(util): add JAction parallel execution and improve test coverage#607
JasonXuDeveloper merged 5 commits into
masterfrom
feat/jaction-parallel-and-test-coverage

fix(ui): use LINQ First() instead of array indexing on HashSet

1ed7566
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 30, 2026 in 3s

1 new alert

New alerts in code changed by this pull request

  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 285 in UnityProject/Packages/com.jasonxudeveloper.jengine.util/Tests/Editor/JActionTests.cs

See this annotation in the file changed.

Code scanning / CodeQL

Dispose may not be called if an exception is thrown during execution Warning

Dispose missed if exception is thrown by
call to method Execute
.
Dispose missed if exception is thrown by
call to method Reset
.
Dispose missed if exception is thrown by
call to method Execute
.
Dispose missed if exception is thrown by
call to method Do
.