List Question
20 TechQA 2024-01-15T16:06:01.057000Mono.Cecil in C#: How to call method of super class from another assembly
61 views
Asked by FeXseven
MissingMethodException when invoking injected method call to a public method in parent class that is located in different assembly
118 views
Asked by Sebastian Barth
Injecting method calls using Mono.Cecil draws InvalidProgramException in constructor
69 views
Asked by Sebastian Barth
Inject method call to all field setters marked with attribute using Mono.Cecil
42 views
Asked by Sebastian Barth
Failure to resolve assembly with Mono.Cecil from jenkins
310 views
Asked by BNB
Insert method call into setter causes Invalid IL code
72 views
Asked by Sebastian Barth
ILWeaving help - [ValidSystemPath] attribute
113 views
Asked by Dom
Assembly attributes added by Mono.Cecil are not reflected in Windows explorer file properties. Why?
60 views
Asked by hardfork
coverlet: Unable to instrument module (ArgumentException)
188 views
Asked by Siarhei Machel
Get named values from a Fody CustomAttribute Constructor
35 views
Asked by Peter Morris
1-click application validation failed MonoCecil.dll c#
79 views
Asked by dome_engineer
How to insert IL code call into class type constructor in .Net?
120 views
Asked by DuckQueen
Mono.Cecil: Getting Method Reference from delegate passed as Generic Parameter
132 views
Asked by AttentionDeficient
Getting source location from TypeDefinition with Mono.Cecil
127 views
Asked by David Airapetyan
BaseType.Resolve() yielding null for base types in different assembly
187 views
Asked by Dave Doknjas
Is there a way to make debugger work with modified assembly
115 views
Asked by 128_bit_guy
Mono.Cecil Read Assembly on Linux
116 views
Asked by FilipToth
Unity errors when two packages that use Mono Cecil are imported
984 views
Asked by TheStoneFox
How to create "System.Runtime.CompilerServices.DefaultInterpolatedStringHandler" type dynamically in C#?
903 views
Asked by Mike Dev
How to replace method parameter with a variable with Mono.Cecil
719 views
Asked by LambdaTheDev