test runner v1

This commit is contained in:
Matt Parker
2025-11-04 00:47:23 +10:00
parent 066b10d7e9
commit b718b2c4e1
21 changed files with 954 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ using SharpIDE.Application.Features.NavigationHistory;
using SharpIDE.Application.Features.Nuget;
using SharpIDE.Application.Features.Run;
using SharpIDE.Application.Features.Search;
using SharpIDE.Application.Features.Testing;
namespace SharpIDE.Godot;
@@ -38,6 +39,7 @@ public partial class DiAutoload : Node
services.AddScoped<FileChangedService>();
services.AddScoped<DotnetUserSecretsService>();
services.AddScoped<NugetClientService>();
services.AddScoped<TestRunnerService>();
services.AddScoped<NugetPackageIconCacheService>();
services.AddScoped<IdeFileWatcher>();
services.AddScoped<IdeNavigationHistoryService>();