Tom Longhurst
Tom Longhurst
Or maybe allow choice of ordering like asp/generic host builder?
Or maybe allow choice of ordering like asp/generic host builder?
> > Or maybe allow choice of ordering like asp/generic host builder? > > What you mean? The Microsoft host builder model allows you to choose overriding settings by extension...
Is this the same as #3499 ?
Yes you're right they'd need to be in the same order. But if framework providers register it like they do your treenode filter, they can choose whether to support it...
Splitting on uids works too. Wouldn't require specific ordering then, but would be a very verbose dotnet run command
Also are you planning to let frameworks build their own filters? That's all still internal code isn't it?
I was actually thinking about mixes of filters earlier and whether that was worth supporting. You'd need a new type like `AggregateFilter` (like `AggregateException`) that wraps around multiple. Might be...
You already have `TestNodeUidListFilter` but I don't know how to invoke it from the cli. I assume it's to support test explorers mainly ATM.
@MarcoRossignoli I didn't know we could do a custom banner. Is there docs on that?