From 2d5ddd2d5c451ab59149db49801b7e28794950d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88?= Date: Sun, 15 Jun 2025 16:28:08 -0400 Subject: [PATCH 1/2] chore: update --- src/nullinside-api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nullinside-api b/src/nullinside-api index 4036eff..10db536 160000 --- a/src/nullinside-api +++ b/src/nullinside-api @@ -1 +1 @@ -Subproject commit 4036effc1e17e6abc3df1c0bf5300b59ad804c1b +Subproject commit 10db5361d42b3b295d561e2725c92a23268c3768 From 03d736ca1bd1a5f5a17f2c696324312042c3e352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88?= Date: Sun, 15 Jun 2025 16:41:39 -0400 Subject: [PATCH 2/2] fix: Adding missing code --- .../Views/MainWindow.axaml.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/[ApplicationNameUpperCamelCase]/Views/MainWindow.axaml.cs b/src/[ApplicationNameUpperCamelCase]/Views/MainWindow.axaml.cs index d852669..42d6048 100644 --- a/src/[ApplicationNameUpperCamelCase]/Views/MainWindow.axaml.cs +++ b/src/[ApplicationNameUpperCamelCase]/Views/MainWindow.axaml.cs @@ -28,6 +28,13 @@ public MainWindow() { this.AttachDevTools(); #endif } + + #if !DEBUG + /// + /// The service provider for DI. + /// + public IServiceProvider? ServiceProvider { get; set; } + #endif /// /// Checks for a new version number of the application.