diff --git a/src/Tgstation.Server.Host/Core/Application.cs b/src/Tgstation.Server.Host/Core/Application.cs index 63c5d3959d..ef13f01292 100644 --- a/src/Tgstation.Server.Host/Core/Application.cs +++ b/src/Tgstation.Server.Host/Core/Application.cs @@ -80,7 +80,6 @@ namespace Tgstation.Server.Host.Core /// Configure dependency injected services /// /// The to configure - /// The representing the lifetime of the public void ConfigureServices(IServiceCollection services) { if (services == null) diff --git a/src/Tgstation.Server.Host/Core/SetupWizard.cs b/src/Tgstation.Server.Host/Core/SetupWizard.cs index 02ebbb7b55..832be49198 100644 --- a/src/Tgstation.Server.Host/Core/SetupWizard.cs +++ b/src/Tgstation.Server.Host/Core/SetupWizard.cs @@ -59,6 +59,7 @@ namespace Tgstation.Server.Host.Core /// Construct a /// /// The value of + /// The value of /// The value of /// The value of /// The value of diff --git a/tests/Tgstation.Server.Host.Tests/Core/TestSetupWizard.cs b/tests/Tgstation.Server.Host.Tests/Core/TestSetupWizard.cs index 2db14803d4..dd0c5b30eb 100644 --- a/tests/Tgstation.Server.Host.Tests/Core/TestSetupWizard.cs +++ b/tests/Tgstation.Server.Host.Tests/Core/TestSetupWizard.cs @@ -119,6 +119,7 @@ namespace Tgstation.Server.Host.Core.Tests "no", }; if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) + //test winauth finalInputSequence.Add("yes"); else finalInputSequence.AddRange(new List