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:
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: