get top 100 results across sources

This commit is contained in:
Matt Parker
2025-11-01 14:00:21 +10:00
parent 5cca0b1bfc
commit d2489d0eb0
2 changed files with 70 additions and 4 deletions

View File

@@ -23,7 +23,8 @@ public partial class NugetPanel : Control
_ = Task.GodotRun(async () =>
{
await Task.Delay(300);
await _nugetClientService.Test(Solution!.DirectoryPath);
var result = await _nugetClientService.GetTop100Results(Solution!.DirectoryPath);
;
});
}
}