.NET Format Style Fixes
This commit is contained in:
@@ -123,7 +123,9 @@ public static class Program
|
||||
{
|
||||
// This method is not expected to be async so we need to wait for the Task instead of using await keyword
|
||||
options.ApplicationServices.GetService<OnWebAppBuildModLoader>()!.OnLoad().Wait();
|
||||
var httpConfig = options.ApplicationServices.GetService<ConfigServer>()?.GetConfig<HttpConfig>()!;
|
||||
var httpConfig = options
|
||||
.ApplicationServices.GetService<ConfigServer>()
|
||||
?.GetConfig<HttpConfig>()!;
|
||||
var certHelper = options.ApplicationServices.GetService<CertificateHelper>()!;
|
||||
options.Listen(
|
||||
IPAddress.Parse(httpConfig.Ip),
|
||||
|
||||
Reference in New Issue
Block a user