Rename IApplication.Current to TopRunnable

Co-authored-by: tig <585482+tig@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-11-20 19:34:48 +00:00
parent 16b42e86fd
commit 4b975fd5b7
90 changed files with 916 additions and 820 deletions

View File

@@ -29,7 +29,7 @@ public class SessionTokenTests
Assert.NotNull (rs);
Application.End (rs);
Assert.NotNull (Application.Current);
Assert.NotNull (Application.TopRunnable);
// v2 does not use main loop, it uses MainLoop<T> and its internal
//Assert.NotNull (Application.MainLoop);