DeliciousExtra

Results 2 issues of DeliciousExtra

## Description EasyCaching.Serialization.SystemTextJson 1.6.1 里的EasyCachingJsonSerializerOptions 属性都是只读的,无法设置值 ### Steps to Reproduce 1. option.WithSystemTextJson((EasyCachingJsonSerializerOptions opt) => { },"Json"); 2. the EasyCachingJsonSerializerOptions all properties are readonly,can`t set value;

question
area-serialization

In DbaseFileHeader class line 311 `string name = DbaseEncodingUtility.Latin1.GetString(buffer, 0, buffer.Length);` when the field value is Chinese character, it cant get the correct value. it should be use the Detected...

bug