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
It would be nice if filtering improvements could be made to support regular expressions or a better scheme if one exists instead of the current prefix matching as it can be inconvenient to include a minimal set of projections and these can quickly become incorrect if new types or nested namespaces are added later.
There is also the complexity around filtering interfaces since they are named differently than their corresponding class (though thankfully it is no longer necessary to name the factory or static interfaces too) such as including IConnectionProfile and ConnectionProfile below. In the example, I also explicitly don't want the newer IConnectionProfile interfaces as they aren't relevant to my scenario and I am attempting to minimize footprint.
It would be nice if filtering improvements could be made to support regular expressions or a better scheme if one exists instead of the current prefix matching as it can be inconvenient to include a minimal set of projections and these can quickly become incorrect if new types or nested namespaces are added later.
There is also the complexity around filtering interfaces since they are named differently than their corresponding class (though thankfully it is no longer necessary to name the factory or static interfaces too) such as including IConnectionProfile and ConnectionProfile below. In the example, I also explicitly don't want the newer IConnectionProfile interfaces as they aren't relevant to my scenario and I am attempting to minimize footprint.
For example, to include:
I have to do:
The text was updated successfully, but these errors were encountered: