mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 08:47:59 +02:00
rebased with Marr.Data
there is a broken test.
This commit is contained in:
@@ -72,7 +72,7 @@ namespace Marr.Data.Reflection
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Instantiantes a type using the FastReflector library for increased speed.
|
||||
/// Instantiantes a type using the Fasterflect library for increased speed.
|
||||
/// </summary>
|
||||
/// <param name="type"></param>
|
||||
/// <returns></returns>
|
||||
|
@@ -16,9 +16,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>. */
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
// ReSharper disable CheckNamespace
|
||||
namespace Marr.Data
|
||||
// ReSharper restore CheckNamespace
|
||||
{
|
||||
public class ReflectionHelper
|
||||
{
|
||||
|
Reference in New Issue
Block a user