NewLifeX / X

Core basic components: log (file / network), configuration (XML / JSON / HTTP), cache (memory / redis), network (TCP / UDP / HTTP), RPC framework, serialization (binary / XML / JSON), APM performance tracking. 核心基础组件,日志(文件/网络)、配置(XML/Json/Http)、缓存(内存/Redis)、网络(Tcp/Udp/Http)、RPC框架、序列化(Binary/XML/Json)、APM性能追踪。
https://newlifex.com
MIT License
1.76k stars 524 forks source link

xml配置文件数组内容翻倍 #106

Closed schlsj closed 2 years ago

schlsj commented 2 years ago

<?xml version="1.0" encoding="utf-8"?>

zhangsan

得到的Hobbies属性是["篮球", "足球", "篮球", "足球"]

建议在X\NewLife.Core\Configuration\ConfigHelper.cs的210行加上""list.Clear();