.net6 使用WebApplication构建,热更新失败
Closed this issue · 4 comments
DevelopmentMan commented
DevelopmentMan commented
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
DevelopmentMan commented
和#206同样的问题,从2.10.0回退到2.4.0正常更新。
DevelopmentMan commented
pengweiqhca commented
@DevelopmentMan sorry, I fixed.