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

Various SDHP improvements #1001

Merged
merged 7 commits into from
Feb 20, 2013
Merged

Conversation

thecodejunkie
Copy link
Member

  • AppDomainAssemblyTypeScanner scans bin paths for assemblies that references any Nancy assembly
  • Razor will now add an assembly reference to all assemblies returned by AppDomainAssemblyTypeScanner.Assemblies
  • Removed call to AppDomainAssemblyTypeScanner.LoadAssembliesWithNancyReference (formaly known as LoadNancyAssemblies) from the NancyBootstrapperBase.Initialise method since it's already peformed from the static ctor of AppDomainAssemblyTypeScanner

Will not load all assemblies that references a Nancy assembly, instread
of assemblies that follow the Nancy*.dll naming convention.
Will automatically include all assemblies that are returned by
AppDomainAssemblyTypeScanner.Assemblies so you do not have to
explicitly add these to the config or an IRazorConfiguration.
@@ -2,6 +2,7 @@ namespace Nancy.Bootstrapper
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary namespace?

@thecodejunkie
Copy link
Member Author

Updated according to comments

grumpydev added a commit that referenced this pull request Feb 20, 2013
@grumpydev grumpydev merged commit 6c6dd75 into NancyFx:master Feb 20, 2013
@thecodejunkie thecodejunkie deleted the sdhpimprovements branch February 17, 2016 07:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants