Renamed TypeFinder2 to Umbraco.Core.TypeFinder. Obsoleted old TypeFinder and cleaned up non-used methods

in the new TypeFinder. Updated some unit tests and removed benchmark tests since we already have the benchmarks.
This commit is contained in:
shannon@ShandemVaio
2012-08-01 23:50:33 +06:00
parent 923f4f517f
commit 8a192a0065
8 changed files with 50 additions and 419 deletions

View File

@@ -84,7 +84,7 @@
<Compile Include="TypeExtensions.cs" />
<Compile Include="ReadLock.cs" />
<Compile Include="SystemUtilities.cs" />
<Compile Include="TypeFinder2.cs" />
<Compile Include="TypeFinder.cs" />
<Compile Include="TypeHelper.cs" />
<Compile Include="UpgradeableReadLock.cs" />
<Compile Include="DelegateEqualityComparer.cs" />