Support for writing StandAloneSig
custom attributes and custom debug info.
#432
Milestone
StandAloneSig
custom attributes and custom debug info.
#432
Currently when reading an assembly dnlib reads a
StandAloneSig
into its respective class which implementsIHasCustomAttribute
andIHasCustomDebugInformation
. However, when dnlib creates aCallingConventionSig
from theStandAloneSig
the custom attribute and custom debug info information is not passed over and therefore not available in the highest level model. dnlib is also unable to write custom attributes and custom debug info of StandAloneSig as seen here:dnlib/src/DotNet/Writer/Metadata.cs
Lines 2144 to 2152 in 086cda2
dnlib/src/DotNet/Writer/Metadata.cs
Lines 2161 to 2172 in 086cda2
dnlib/src/DotNet/Writer/Metadata.cs
Lines 2180 to 2191 in 086cda2
The text was updated successfully, but these errors were encountered: