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
With the abstract `ItemMetadata` in place (bec7123), we can now create a new `ParameterMetadata` class, which shares a number of properties with the existing `MemberAccessor` class. This will, eventually, allow the `ItemConfiguration` to accept an `ItemMetadata` class for _either_ parameters _or_ properties, thus giving it access to more configuration data than simply `CustomAttributes`, as it has today. Ultimately, this will prevent us from needing to dynamically check e.g. `IsCompatible` and `IsList` by allowing those values to be added and cached as part of `ItemMetadata.
0 commit comments