We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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...
The text was updated successfully, but these errors were encountered: