File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ https://nacos-sdk-csharp.readthedocs.io/en/latest/
42
42
// after v1.3.3, we can use UseNacosConfig to simplify
43
43
public static IHostBuilder CreateHostBuilder (string [] args ) =>
44
44
Host .CreateDefaultBuilder (args )
45
- .UseNacosConfig (section : " NacosConfig" , parser : null logAction : null )
45
+ .UseNacosConfig (section : " NacosConfig" , parser : null , logAction : null )
46
46
// .UseNacosConfig(section: "NacosConfig", parser: Nacos.YamlParser.YamlConfigurationStringParser.Instance logAction: null)
47
47
// .UseNacosConfig(section: "NacosConfig", parser: Nacos.IniParser.IniConfigurationStringParser.Instance logAction: null)
48
48
.ConfigureWebHostDefaults (webBuilder =>
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ https://nacos-sdk-csharp.readthedocs.io/en/latest/
44
44
// v1.3.3 版本之后, 可以用 UseNacosConfig 来简化
45
45
public static IHostBuilder CreateHostBuilder (string [] args ) =>
46
46
Host .CreateDefaultBuilder (args )
47
- .UseNacosConfig (section : " NacosConfig" , parser : null logAction : null )
47
+ .UseNacosConfig (section : " NacosConfig" , parser : null , logAction : null )
48
48
// .UseNacosConfig(section: "NacosConfig", parser: Nacos.YamlParser.YamlConfigurationStringParser.Instance logAction: null)
49
49
// .UseNacosConfig(section: "NacosConfig", parser: Nacos.IniParser.IniConfigurationStringParser.Instance logAction: null)
50
50
.ConfigureWebHostDefaults (webBuilder =>
You can’t perform that action at this time.
0 commit comments