WEGFan

Results 7 issues of WEGFan

**Is your feature request related to a problem? Please describe.** I would like to have an option to disable the feature in #1350, as sometimes it's not very accurate and...

Enhancement

### Description In mono, creating a `DynamicData` instance with a struct containing getters / properties will throw a `System.InvalidProgramException`. MonoMod version: 21.8.19.1 Mono version: ```console $ mono --version Mono JIT...

bug

### Description If a `patch_` class is used in the `System.Type` argument of an attribute, it will not be relinked to the actual class after patching. MonoMod version: 21.8.19.1 ###...

bug

### Description MonoMod will crash if a method in `MonoMod.MonoModRules` contains `` called during patch. Mostly because of initializing an array of primitive types or having a `switch` with more...

bug

### Description If a method contains lambdas, compiler will generate a lambda method in `c.b__[methodOrdinal]_[lambdaOrdinal]`, and a cache field in `c.9__[methodOrdinal]_[lambdaOrdinal]`. Since the name of the cache field is only...

bug

I want to do these things in my script based on connection result: - If connection times out, retry it for at most 3 times. - If the password is...

项目用了租户分表,因此sql里都是写的类似 `SELECT * FROM ${tenantCode}_xxx` 这样的,想在不修改代码的情况下直接在项目设置里全局进行定义,这样又有补全又不会污染提交记录

enhancement