2881099 / FreeRedis

🦄 FreeRedis is .NET40+ redis client. supports cluster, sentinel, master-slave, pub-sub, lua, pipeline, transaction, streams, client-side-caching, and pooling.
MIT License
924 stars 165 forks source link

JsonMap 调整后,对字典数据失效 #126

Closed woodcoal closed 1 year ago

woodcoal commented 1 year ago

v3.2.686 优化 JsonMap 对基础类型的无效判断;#1385

更新后,导致字典类型无法使用,如:

[JsonMap]
public Dictionary<string, string> Extension { get; set; }

JsonMap 失效 建议保留字典类型和列表类型

woodcoal commented 1 year ago

不好意思,发错区了