Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在使用 nSwag,它会生成一个
Newtonsoft.Json.JsonConverter
属性上的属性,特别是
Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))
无论如何要在运行时覆盖该属性,以使用不同的 JsonConverter。我尝试将其添加到 settings.Converters ,但这似乎不起作用。