As a developer, I want to be able to persist tags through all records in a scope, so I can ensure common tags in that area are used.
kana-ki opened this issue · 0 comments
kana-ki commented
- Records during the scope will need have the scope tags concatenated with the tags given
- Records during the scope will need have the scope tags concatenated with the chronicle tags given
Suggested solution
public IChronicleScope PersistTags(params string[] tags)
Supporting params, and chaining (add chaining the the IChronicle.PersistTags
method while we're there).