.net core 缺少
需要在 NuGet 里添加 System.Text.Encoding.CodePages
然后再startup添加注册 或者使用时注册
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);