-
-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generic method patching unreliable #325
Comments
What environment is used for these tests? Processor, .NET version. What happens if you add more generics? |
TargetFramework: netcoreapp3.1 I modified the program to add more generics. In doing so, I discovered it works when i use "int" for all my generic type arguments. If I use "string", however, it does not work. Here is my modified application:
|
Since this is a rather tricky issue, I welcome you to participate in the discussion at the official discord: https://discord.gg/y2thPry |
Hi Pardeike,
I cannot seem to get a method with 2 generic arguments to work. This is my very first day using this thing so maybe I am doing something wrong. In my demo below, I cannot get the "Test3" method to work. The output looks like this:
The text was updated successfully, but these errors were encountered: