czd890

Results 28 comments of czd890

@pwiens Yes, our needs are similar to yours

Hi @pwiens @alhardy 😅 Are there any updates?

Hi @justinmchase , what I want to say is: in our program, some metrics are not updated frequently, can we add an option to control when metrics are not updated,...

@davidfowl "HttpContext is accessed concurrently" makes sense. Health checks are run concurrently. https://github.com/dotnet/aspnetcore/blob/50aa2fd929750ff4e46df0150d96fbbb7788e5d0/src/HealthChecks/HealthChecks/src/DefaultHealthCheckService.cs#L54-L57

@nobodyiam 这个有计划支持么, heobo的建议挺好的. 支持用双引号. ``` key = " value " " key " = " value " ```

我也碰到类似的情况, 需要手动调整顺序, 研究了一番找不到很好的方式. 然后就有了这个issue #203 [Net6+ 调整IList的顺序之后Apollo的热更新不工作了](https://github.com/apolloconfig/apollo.net/issues/203) 如果本地调试要覆盖一些参数, 建议在launchSettings.json里面通过环境变量注入. 或者来一个appsettings.local.json 文件作为优先级最后的source. 然后这个文件排除源代码控制.

we need this enhancement.

对的, 导入proto也不行, 不确定是不是和第二个字段是long类型, 并且数字比较大的缘故. 似乎和解析使用的lib有关系?

代码(C#, java)里面能正常反序列化