bluedoom

Results 4 issues of bluedoom

- 带约束的泛型类问生成有问题 3f17b47ea1cfa85b2abbb06e45a44f34748599c2 这里有点奇怪,基类的Wrapper被我强制改了,但是没有生效,子类仍然返回了正确值 ``` CSharp ////////////////// Puerts_UnitTest_GenericWrapperBase_1_T__Wrap [Puerts.MonoPInvokeCallback(typeof(Puerts.V8FunctionCallback))] private static void F_GetGenericType(IntPtr isolate, IntPtr info, IntPtr self, int paramLen, long data) { try { //这里没有使用T,而是强制给了一个值 var result = Puerts.UnitTest.GenericWrapperBase.GetGenericType();...

## detail | 详细描述 ``` Typescript function Foo(){ return 1; } let K:(a:number)=>void = Foo; K(1); ``` 上面代码可以正常运行,但是如果将Foo换成C#实现,就会报 invalid arguments to Foo

问题出现在 输入"."之后,没有反应,然后键盘输入 crtl + space 无限loading,之后键盘输入esc关闭loading框 再输入crtl + space 正常弹出提示。 更换为VS Code官方TypeScript实现的LanguageServer无此问题。

bug

### ImageMagick version 7.1.1-43 Q8 x64 a2d96f4:20241222 ### Operating system Windows ### Operating system, version and so on 10 22h2 ### Description input: ![image](https://github.com/user-attachments/assets/b3f7bc1e-0b69-4737-a89e-4a1430c920c4) output: ![image](https://github.com/user-attachments/assets/074414aa-1278-4991-bdc8-57999cd50058) Addition: I also use...