We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
IL code is messed up if an attribute is copied to the actual code... If the attribute constructor has param arrays.
The text was updated successfully, but these errors were encountered:
Weaver created this
IL_002e: ldc.i4.4 IL_002f: ldc.i4.0 IL_0030: newarr [mscorlib]System.Type IL_0035: dup IL_0036: newobj instance void
instead of this
IL_0001: ldc.i4.4 IL_0002: call !!0[] [mscorlib]System.Array::Empty<class [mscorlib]System.Type>() IL_0007: newobj instance void [
Sorry, something went wrong.
fixed in 1.1.0
reflection-emit
No branches or pull requests
IL code is messed up if an attribute is copied to the actual code... If the attribute constructor has param arrays.
The text was updated successfully, but these errors were encountered: