apolloconfig/apollo.net

.net6 使用WebApplication构建,热更新失败

Closed this issue · 4 comments

image
能修复一下吗?

var builder = WebApplication.CreateBuilder(args); #region 添加Apollo配置中心 builder.Host.ConfigureAppConfiguration((context, config) => { LogManager.UseConsoleLogging(Com.Ctrip.Framework.Apollo.Logging.LogLevel.Trace); config.AddApollo(builder.Configuration.GetSection("apollo")) .AddDefault(); }); #endregion

和#206同样的问题,从2.10.0回退到2.4.0正常更新。

@DevelopmentMan sorry, I fixed.