dotnet-sdk icon indicating copy to clipboard operation
dotnet-sdk copied to clipboard

百度AI开放平台 .Net SDK

Results 16 dotnet-sdk issues
Sort by recently updated
recently updated
newest added

netstandard2.0版本的sdk中有 Encoding.GetEncoding("GBK")的代码,但.net core项目使用的时候会报错。是否考虑引入System.Text.Encoding.CodePages?

从 .NET Core 3.0 开始有内置的 Json 序列化类 `System.Text.Json.JsonSerializer` 并且性能比 `Newtonsoft.Json` 更好。目前 Baidu.AI 依赖于 Newtonsoft.Json 造成使用者在 .NET Core 3.0 项目中也要依赖于它。请问是否考虑发布一份面向 .NET Core 3.0 的、不依赖于 Newtonsoft.Json 的版本?

因为程序调用时,如果没有强名称,不能把dll放到其他文件夹内使用,致使clikconce模式下的更新程序,每次都要复制一份dll到用户机上,造成大量重复冗余,希望,在nuget上能够对程序集进行强名称签名。

``` protected string SendRequet(AipHttpRequest aipRequest) { return Utils.StreamToString(SendRequetRaw(aipRequest).ReadAsStreamAsync().Result, aipRequest.ContentEncoding); } ``` 这可能会引起死锁

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

现在这个AIP功能是不是被paddle取代了。