Misc
This commit is contained in:
parent
09ac7d5196
commit
ab4cee9646
@ -238,6 +238,8 @@ public class ReCodeItAutoMapper
|
|||||||
Logger.Log($"IsStruct: {pair.IsStruct}");
|
Logger.Log($"IsStruct: {pair.IsStruct}");
|
||||||
Logger.Log($"------------------------------------------------------------------------");
|
Logger.Log($"------------------------------------------------------------------------");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Logger.Log($"Automatically remapped {MappingPairs.Count} objects");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void WriteChanges()
|
private void WriteChanges()
|
||||||
|
@ -177,7 +177,6 @@ internal static class TypeDefExtensions
|
|||||||
{
|
{
|
||||||
return EMatchResult.Disabled;
|
return EMatchResult.Disabled;
|
||||||
}
|
}
|
||||||
var attrs = type.CustomAttributes;
|
|
||||||
|
|
||||||
if (type.HasCustomAttributes == parms.HasAttribute)
|
if (type.HasCustomAttributes == parms.HasAttribute)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user