Opened 14 years ago
Closed 14 years ago
#1498 closed defect (fixed)
Exceptions thrown when deserializing XML content in Mono
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | high | Milestone: | Maestro-3.0 |
Component: | Maestro | Version: | |
Severity: | critical | Keywords: | |
Cc: | External ID: |
Description
Mono's implementation of XMLSerializer throws "error reflecting xyz" errors for most of the partially extended resource classes. The fix if I recall is to put a [XmlIgnore] attribute on *all* properties in these partial classes.
This currently makes Maestro on Mono unusable.
Note:
See TracTickets
for help on using tickets.
Fixed in r5332