View Issue Details

IDProjectCategoryView StatusLast Update
0000050Medieval EngineersBugpublic2020-10-20 19:12
Reporterequinox Assigned Toequinox  
PrioritylowSeveritytrivialReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version0.7.2 
Target Version0.7.3.33D4BBFixed in Version0.7.3.33D4BB 
Summary0000050: FieldMergerAttribute does not work
Description

Code reads, attr.MergerType.IsSubclassOf(typeof(IMyObjectBuilderMerger)), but that's an interface, and IsSubclassOf ignores interfaces.
Code should read typeof(IMyObjectBuilderMerger).IsAssignableFrom(attr.MergerType)

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2020-10-03 05:40 equinox New Issue
2020-10-12 23:31 equinox Assigned To => equinox
2020-10-12 23:31 equinox Status new => assigned
2020-10-13 05:35 equinox Status assigned => in progress
2020-10-13 05:36 equinox Priority normal => low
2020-10-13 05:36 equinox Severity minor => trivial
2020-10-13 05:36 equinox Product Version => 0.7.2
2020-10-13 05:36 equinox Target Version => 0.7.3.33D4BB
2020-10-20 19:12 equinox Status in progress => resolved
2020-10-20 19:12 equinox Resolution open => fixed
2020-10-20 19:12 equinox Fixed in Version => 0.7.3.33D4BB