Netor.Translate.SqlServerCache 1.0.2

翻译服务缓存中间件 SqlServerCache 实现 builder.Services .AddTranslate(options => { }) .UseAliyun(option => { option.AccessKey = ""; option.Secret = ""; option.RegionId = "cn-hangzhou"; option.Scene = "general"; }) .UseSqlServerCache(options => { options.ConnectionString = builder.Configuration.GetConnectionString("DefaultConnection")!; })

No packages depend on Netor.Translate.SqlServerCache.

2025年3月13日 修复数据库连接字符串问题 修复默认表问题 修复创建数据库问题

.NET 6.0

Version Downloads Last updated
1.0.2 7 09/02/2025