Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

ADATS / NancyInternalConfiguration Improvements #916

Closed
grumpydev opened this issue Jan 17, 2013 · 3 comments
Closed

ADATS / NancyInternalConfiguration Improvements #916

grumpydev opened this issue Jan 17, 2013 · 3 comments

Comments

@grumpydev
Copy link
Member

ADATS will, by default, only include assemblies that have a reference to a nancy assembly.

ADATS will allow user to specify assemblies to include in the type scanning.

(note: the above two changes will not affect dependency scanning, which uses TinyIoC's autoregister, although this may link into #733)

NancyInternalConfiguration will lose the properties/methods to do with excluding assemblies - they don't make a whole lot of sense anyway as they're instance based and the scanner is static.

NancyInternalConfiguration structure will change so to defer any scanning until the types are needed - currently when the class is constructed it scans for several types of collections, which is a waste of time if they're overridden.

@thecodejunkie
Copy link
Member

Scanning changes in #953 is left before we can close this. As #953 is assigned to 0.17 so is this

@thecodejunkie
Copy link
Member

Apparently I wasn't allowed to close this yet! =D

@thecodejunkie thecodejunkie reopened this Feb 19, 2013
@khellang
Copy link
Member

Can't this be closed?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants