Open MercyPillow opened 1 year ago
TransactionID in message bodys are inconsistent with their casing:
WorkCompleted messages have transaction id fields of """CFX.Production.WorkCompleted.TransactionID"""
where as
MaterialsInstalled message have the transaction id filed as """CFX.Production.Assembly.MaterialsInstalled.TransactionId"""
you can work around this generically with HasProperty and GetProperty IgnoreCase binding flags but its still annoying, please normalize these...
TransactionID in message bodys are inconsistent with their casing:
WorkCompleted messages have transaction id fields of """CFX.Production.WorkCompleted.TransactionID"""
where as
MaterialsInstalled message have the transaction id filed as """CFX.Production.Assembly.MaterialsInstalled.TransactionId"""
you can work around this generically with HasProperty and GetProperty IgnoreCase binding flags but its still annoying, please normalize these...