LeaFrock

Results 21 comments of LeaFrock

Great. Less historical baggage means faster R&D and promotion.

It seems that the current `AspNet.Security.OAuth.Weixin` should support your requirement, as long as you use the specific official account options instead of default ones. After a quick check of mine,...

Install another Nuget package called `TinyMCE`. If you're using Blazor WASM, you'll see a new folder `lib/tinymce` appearing in `wwwroot` after project building. Therefore, the path will be like, `...

The PR is inaccessable. So still no doc about this?

Agree with @Jojoshua . Why do you drop the support of netstandard2.0? This is a huge break change as you drop the support for NFX which is still in maintenance,...

Any Progress? > causing an API explosion It's not a problem since `dotnet/runtime` has been adding more and more `ReadOnlySpan` overloads, too. It also won't bring too much maintenance burden....

## Cached value is ValueType It's easy with nullable struct, for example, ```c# int? num = await redisDb.GetAsync(key); // null means the value does not exist // 0 means the...

几个月过去了,问题还在(当前版本`1.0.6`): ``` System.InvalidCastException: Object must implement IConvertible. at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider) at Tea.TeaModel.MapObj(Type propertyType, Object value) at Tea.TeaModel.ToObject[T](Dictionary`2 dict, T obj) at Tea.TeaModel.ToObject[T](IDictionary dict) at AlibabaCloud.SDK.Oss20190517.Client.GetObjectWithOptionsAsync(String bucket,...

@WessonStar 只能使用旧的,或者自己单独对用到的几个接口做封装。 阿里云团队似乎对.NET SDK的实现质量并不十分重视。

@WessonStar 你说的是[这个](https://help.aliyun.com/document_detail/451966.html#section-676-ol4-abt)吗?曲线救国了属于是 🤣 不过,哪天不再兼容S3或者SDK有什么功能调整,可能又会遇到新问题,感觉也是在埋坑。最好还是阿里云官方提供高质量的.NET SDK,哎……