csf-dev / CSF.Reflection

MIT License
0 stars 0 forks source link

Reconsider whether the reflection specifications should be a part of the main package #9

Closed craigfowler closed 4 years ago

craigfowler commented 4 years ago

This library includes a number of specification types. These are provided to assist in cases where we wish to filter for types, such as assembly-scanning.

These specifications force a dependency upon the package CSF.Specifications. I'm not sure I want this dependency to be a part of the core reflection library though. I think the best thing to do might be to move the specs out to a different package and break the dependency. This is, of course a non-backwards-compatible change.

craigfowler commented 4 years ago

Dupe of #13