aliyun-tablestore-csharp-sdk icon indicating copy to clipboard operation
aliyun-tablestore-csharp-sdk copied to clipboard

Aliyun TableStore(原OTS) C# SDK, Support .NET Standard2.0 and .NET Framework4.0

Results 5 aliyun-tablestore-csharp-sdk issues
Sort by recently updated
recently updated
newest added

至少针对Framework版本的打包, 需要加上强名字, 我看你们家Aliyun.OSS.dll都有的, 希望这个也加上.

Bumps System.Net.Http from 2.0.20710.0 to 4.3.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Net.Http&package-manager=nuget&previous-version=2.0.20710.0&new-version=4.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

1. 添加Standard库(aliyun-tablestore-netstandard-sdk.csproj),以便同时支持(.Net Core 和 .Net Framework) 2. 添加测试示例(aliyun-tablestore-netcore-sdk-sample.csproj),从原始示例中拷贝,并实际运行测试

add deleteRow function in SingleRowReadWriteSample.cs

项目升级.NET CORE 和standard,同时支持.NET CORE和.NET framework. 需要注意的是升级之后,原来的.NET framework最少版本变更为.NET framework 4.6