Renamed AssemblyTypeLister to MultiAssemblyTypeLister because otherwise, the name implies that it's a type lister for a single assembly; renamed PredefinedTypeLister to ExplicitTypeLister which is more intuitive; disabled all service manager code unless ENABLE_SERVICEMANAGER is defined (while it's under development); improved documentation for the multi assembly type lister; removed resolveContract() delegate and generic overloads
git-svn-id: file:///srv/devel/repo-conversion/nusu@141 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
c9d9810c28
commit
0ada9998e2
13 changed files with 195 additions and 91 deletions
|
@ -108,14 +108,14 @@
|
|||
<Compile Include="Source\Services\AppDomainTypeLister.Test.cs">
|
||||
<DependentUpon>AppDomainTypeLister.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Services\AssemblyTypeLister.cs" />
|
||||
<Compile Include="Source\Services\AssemblyTypeLister.Test.cs">
|
||||
<DependentUpon>AssemblyTypeLister.cs</DependentUpon>
|
||||
<Compile Include="Source\Services\MultiAssemblyTypeLister.cs" />
|
||||
<Compile Include="Source\Services\ExplicitTypeLister.Test.cs">
|
||||
<DependentUpon>ExplicitTypeLister.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Services\Instancing.cs" />
|
||||
<Compile Include="Source\Services\ITypeLister.cs" />
|
||||
<Compile Include="Source\Services\PredefinedTypeLister.Test.cs">
|
||||
<DependentUpon>PredefinedTypeLister.cs</DependentUpon>
|
||||
<Compile Include="Source\Services\MultiAssemblyTypeLister.Test.cs">
|
||||
<DependentUpon>MultiAssemblyTypeLister.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Services\ProgressTracking\IProgressPublishingService.cs" />
|
||||
<Compile Include="Source\Services\ProgressTracking\IProgressCollectingService.cs" />
|
||||
|
@ -125,6 +125,9 @@
|
|||
<Compile Include="Source\Services\RepositoryTypeLister.Test.cs">
|
||||
<DependentUpon>RepositoryTypeLister.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Services\ServiceManager.Analyzer.cs">
|
||||
<DependentUpon>ServiceManager.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Services\ServiceManager.cs" />
|
||||
<Compile Include="Source\Services\ServiceManager.For.cs">
|
||||
<DependentUpon>ServiceManager.cs</DependentUpon>
|
||||
|
@ -238,7 +241,7 @@
|
|||
<Compile Include="Source\Services\ServiceManager.Test.cs">
|
||||
<DependentUpon>ServiceManager.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Services\PredefinedTypeLister.cs" />
|
||||
<Compile Include="Source\Services\ExplicitTypeLister.cs" />
|
||||
<Compile Include="Source\Shared.cs" />
|
||||
<Compile Include="Source\Shared.Test.cs">
|
||||
<DependentUpon>Shared.cs</DependentUpon>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue