Jervis

Results 38 issues of Jervis

No more new releases?

Now, if want to get Exception must be add a Kind.Around Advice. It will create code like: ```csharp [Advice(Kind.Around, Targets = Target.Method)] public object Handle([Argument(Source.Name)] string name, [Argument(Source.Target)] Func method,...

enhancement
investigation

The file is : ``` 1. aaaaaaaaaaaaa ``` make -j4 make install ``` - `-j4`,表示以 4 核心运行,可以省略 查看安装结果: ``` ls /usr/local/mysql/ ``` ``` **The right layout like this :** ![image](https://user-images.githubusercontent.com/6396748/106242156-34e94b00-6242-11eb-9855-95448a46fa4f.png)...

question

The file is : ``` # 1 ## AA ### 安装 JDK * Item 1 * Item 2 * Item 4 * Item 5 ``` The error : ![image](https://user-images.githubusercontent.com/6396748/106233294-1f1f5a00-6231-11eb-967d-1166fe856cd6.png)

question

I see the new version 2.7.0 in NuGet.

No icon for me. This is my Azure Data Studio window ui: ![image](https://user-images.githubusercontent.com/6396748/131210267-d639785d-25a7-4616-a91f-d9a7e2c2edca.png) Can't see the icon, but it still works fine.

在编辑器中的效果,即便编号输入的全是 `1.`,预览中也会是正确的: 1 2 3 4 ![20210129094628](https://user-images.githubusercontent.com/6396748/106228766-03af5180-6227-11eb-9dc5-39f030b1e4ed.png) 这是为知笔记中打开的效果,排版就乱了 ![20210129094656](https://user-images.githubusercontent.com/6396748/106228767-05791500-6227-11eb-9f4e-9fa263af87b4.png) 是 complier 的问题吗?

TestClass: ```csharp [TaskLog] public class TaskTest { public Task Test() { Console.WriteLine($"front {Thread.CurrentThread.ManagedThreadId}"); return Task.Delay(1000); //Console.WriteLine("end"); } public async Task AwaitTest() { Console.WriteLine($"front {Thread.CurrentThread.ManagedThreadId}"); await Task.Delay(10); Console.WriteLine($"end {Thread.CurrentThread.ManagedThreadId}"); //throw new...

I see the weaved dll. ```csharp MethodExecutionArgs __var_ = new MethodExecutionArgs(); __var_.Arguments = new object[0]; __var_.Method = MethodBase.GetCurrentMethod(); __var_.Instance = this; __var_3.AttributeTargetMemberAttributes = new TransactionScopeAttribute(); __var_3.OnEntry(__var_); ``` `__var_.Method` use the...