VanKrock

Results 4 issues of VanKrock

We can get UnitTestOutcome.Error from TestContext.CurrentTestOutcome in TestCleanup. How to get additional information about error? May be Exception? It's can be important for cleanup.

enhancement

Build failed on install hunt-framework in windows 10 with Fatal error [LNK1140](https://docs.microsoft.com/en-us/cpp/error-messages/tool-errors/linker-tools-error-lnk1140?view=vs-2019) how can I fix it?

IAdvice.Begin doesn't have method arguments Arguments needed for templates, such as ``` csharp [Log("My method: {value}")] void MyMethod(string value); ``` IAdvice.Begin can be ``` csharp void Begin(object[] args); ```

### Describe the bug Compilation error ### Reproduction Steps ```v interface Interface { get_name() string } struct Generic[T] implements Interface { type_name string } fn (g Generic[T]) get_name() string {...

Bug