We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5ddd2 commit 03d736cCopy full SHA for 03d736c
src/[ApplicationNameUpperCamelCase]/Views/MainWindow.axaml.cs
@@ -28,6 +28,13 @@ public MainWindow() {
28
this.AttachDevTools();
29
#endif
30
}
31
+
32
+ #if !DEBUG
33
+ /// <summary>
34
+ /// The service provider for DI.
35
+ /// </summary>
36
+ public IServiceProvider? ServiceProvider { get; set; }
37
+ #endif
38
39
/// <summary>
40
/// Checks for a new version number of the application.
0 commit comments