You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting field such as Features and RoutingInfos the tags are generated only on assignment of collection. This pattern is not completely obvious to consumer.
Would be nicer if dynamically built tags only on encode, or provide helper extension methods that abstract that away e.g. Invoice.AddFeatureFlag(x)invoice.AddRouteHint(x)
The text was updated successfully, but these errors were encountered:
This behavior was already a problem to me on the first iteration. I'm changing it to meet the expectations, meaning when you change the Features and/or RoutingInfo the string is re-computed.
When setting field such as
Features
andRoutingInfos
the tags are generated only on assignment of collection. This pattern is not completely obvious to consumer.Would be nicer if dynamically built tags only on encode, or provide helper extension methods that abstract that away e.g.
Invoice.AddFeatureFlag(x)
invoice.AddRouteHint(x)
The text was updated successfully, but these errors were encountered: