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 b9eb3b4 commit 5157a89Copy full SHA for 5157a89
src/Certify.Server/Certify.Server.Hub.Api/Services/ManagementAPI.cs
@@ -18,7 +18,7 @@ public partial class ManagementAPI
18
{
19
IInstanceManagementStateProvider _mgmtStateProvider;
20
IHubContext<InstanceManagementHub, IInstanceManagementHub> _mgmtHubContext;
21
- Certify.Management.ICertifyManager _certifyManager;
+ Certify.Management.ICertifyManager _certifyManager = default!;
22
23
/// <summary>
24
/// Initializes a new instance of the <see cref="ManagementAPI"/> class.
0 commit comments