Skip to content

Commit

Permalink
#6947 Performance optimization of WebAppTypeFinder
Browse files Browse the repository at this point in the history
  • Loading branch information
skoshelev committed Dec 18, 2023
1 parent df5862f commit 89c4073
Show file tree
Hide file tree
Showing 5 changed files with 283 additions and 418 deletions.
307 changes: 0 additions & 307 deletions src/Libraries/Nop.Core/Infrastructure/AppDomainTypeFinder.cs

This file was deleted.

6 changes: 6 additions & 0 deletions src/Libraries/Nop.Core/Infrastructure/ITypeFinder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,11 @@ public interface ITypeFinder
/// </summary>
/// <returns>A list of assemblies</returns>
IList<Assembly> GetAssemblies();

/// <summary>
/// Gets the assembly by it full name
/// </summary>
/// <returns>A list of assemblies</returns>
Assembly GetAssemblyByName(string assemblyFullName);
}
}
Loading

0 comments on commit 89c4073

Please sign in to comment.