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
More complex projections probably need additional configuration settings.
At first glance, a generic argument allows the most flexibility, except that it won't work with the configuration collection approach the library uses to support multiple domain models.
A simple solution might be basic key-value pairs in a Dictionary<string, string>.
The text was updated successfully, but these errors were encountered:
More complex projections probably need additional configuration settings.
At first glance, a generic argument allows the most flexibility, except that it won't work with the configuration collection approach the library uses to support multiple domain models.
A simple solution might be basic key-value pairs in a
Dictionary<string, string>
.The text was updated successfully, but these errors were encountered: