Jing Ling

Results 6 issues of Jing Ling

Example of OneOf, here is the converter class ``` csharp using System.Reflection; using System.Text.Json; using System.Text.Json.Serialization; public class OnOfTwoValueConverter : JsonConverterFactory { public override bool CanConvert(Type typeToConvert) { return typeToConvert.IsGenericType...

**Describe the change** Since the release of .NET 7.0, many libraries have started to support the Ahead-of-Time (AOT) compilation feature. I believe it is essential for this library to stay...

**Describe the change** This pull request is to make `Step` to only obtain services from a specific scope. Related issues: #1231 #846 **Describe your implementation or design** Add a method...

**Is your feature request related to a problem? Please describe.** I have a scoped service `IMyService` and get an `IMyService` instance from a scope, I hope that all steps will...

**Describe the bug** When using new `Image(fileName)`, the following error will occur > `[WARN:[email protected]] global loadsave.cpp:248 cv::findDecoder imread_('xxxx.png'): can't open/read file: check file path/integrity` **OS / Platform** Windows 11 23H2...

When using PropertyColumn like this ``, editing `Position` will throw an exception ps: I'm sorry this is my third pull request for this bug, I'm not very skilled at this...

bug
PR: needs review