-
-
Couldn't load subscription status.
- Fork 1
Closed
Description
Describe the bug
If I create a AMQPOperationBinding and set Expiration to null, then serialization throws. The problem is in this line:
| writer.WriteOptionalProperty<int>("expiration", (int)this.Expiration); |
Expected behavior
It should not throw and just omit the property if it is null.
Or is it required for spec compliancy? If so then it should probably not be nullable and maybe even be a required property I guess
Metadata
Metadata
Assignees
Labels
No labels