Agent Tests for API, MAUI, and Slop Features
This commit is contained in:
+3
-6
@@ -1,7 +1,6 @@
|
||||
using System.Globalization;
|
||||
using System.Text.Json;
|
||||
using System.Text.Json.Serialization;
|
||||
using Blazor.Analytics;
|
||||
using Blazored.LocalStorage;
|
||||
using IGP;
|
||||
using Microsoft.AspNetCore.Components.Web;
|
||||
@@ -39,11 +38,6 @@ builder.Services.AddBlazoredLocalStorageAsSingleton(config =>
|
||||
config.JsonSerializerOptions.WriteIndented = false;
|
||||
});
|
||||
|
||||
#if DEBUG
|
||||
builder.Services.AddGoogleAnalytics("G-S96LW7TVFY");
|
||||
#else
|
||||
builder.Services.AddGoogleAnalytics(builder.Configuration["GATag"]);
|
||||
#endif
|
||||
|
||||
builder.Services.AddScoped<INavigationService, NavigationService>();
|
||||
builder.Services.AddScoped<IKeyService, KeyService>();
|
||||
@@ -56,6 +50,8 @@ builder.Services.AddScoped<IMemoryTesterService, MemoryTesterService>();
|
||||
builder.Services.AddScoped<IEntityFilterService, EntityFilterService>();
|
||||
builder.Services.AddScoped<IEntityDisplayService, EntityDisplayService>();
|
||||
builder.Services.AddScoped<IEntityDialogService, EntityDialogService>();
|
||||
builder.Services.AddScoped<IGlossaryService, GlossaryService>();
|
||||
builder.Services.AddScoped<IGlossaryDialogService, GlossaryDialogService>();
|
||||
builder.Services.AddScoped<IToastService, ToastService>();
|
||||
builder.Services.AddScoped<INoteService, NoteService>();
|
||||
builder.Services.AddScoped<ISearchService, SearchService>();
|
||||
@@ -65,6 +61,7 @@ builder.Services.AddScoped<IEconomyComparisonService, EconomyComparisionService>
|
||||
builder.Services.AddScoped<IDataCollectionService, DataCollectionService>();
|
||||
|
||||
builder.Services.AddScoped<IMyDialogService, MyDialogService>();
|
||||
builder.Services.AddScoped<TechTreeService>();
|
||||
|
||||
|
||||
builder.Services.AddScoped(sp => new HttpClient
|
||||
|
||||
Reference in New Issue
Block a user