This commit is contained in:
Ryan Brandenburg 2018-03-14 15:33:18 -07:00
Родитель 58dc49e109
Коммит 08bc7af438
9 изменённых файлов: 290 добавлений и 221 удалений

Просмотреть файл

@ -3,7 +3,7 @@
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
<PropertyGroup Label="Package Versions">
<InternalAspNetCoreSdkPackageVersion>2.1.0-preview2-15742</InternalAspNetCoreSdkPackageVersion>
<InternalAspNetCoreSdkPackageVersion>2.1.0-preview2-15744</InternalAspNetCoreSdkPackageVersion>
<MicrosoftAspNetCoreTestingPackageVersion>2.1.0-preview2-30355</MicrosoftAspNetCoreTestingPackageVersion>
<MicrosoftExtensionsConfigurationEnvironmentVariablesPackageVersion>2.1.0-preview2-30355</MicrosoftExtensionsConfigurationEnvironmentVariablesPackageVersion>
<MicrosoftExtensionsConfigurationJsonPackageVersion>2.1.0-preview2-30355</MicrosoftExtensionsConfigurationJsonPackageVersion>

Просмотреть файл

@ -1,2 +1,2 @@
version:2.1.0-preview2-15742
commithash:21fbb0f2c3fe4a9216e2d59632b98cfd7d685962
version:2.1.0-preview2-15744
commithash:9e15cb6062ab5b9790d3fa699e018543a6950713

Просмотреть файл

@ -1,52 +1,6 @@
{
"AssemblyIdentity": "Microsoft.Extensions.Caching.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"AssemblyIdentity": "Microsoft.Extensions.Caching.Abstractions, Version=2.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"Types": [
{
"Name": "Microsoft.Extensions.Internal.ISystemClock",
"Visibility": "Public",
"Kind": "Interface",
"Abstract": true,
"ImplementedInterfaces": [],
"Members": [
{
"Kind": "Method",
"Name": "get_UtcNow",
"Parameters": [],
"ReturnType": "System.DateTimeOffset",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.Extensions.Internal.SystemClock",
"Visibility": "Public",
"Kind": "Class",
"ImplementedInterfaces": [
"Microsoft.Extensions.Internal.ISystemClock"
],
"Members": [
{
"Kind": "Method",
"Name": "get_UtcNow",
"Parameters": [],
"ReturnType": "System.DateTimeOffset",
"Sealed": true,
"Virtual": true,
"ImplementedInterface": "Microsoft.Extensions.Internal.ISystemClock",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Constructor",
"Name": ".ctor",
"Parameters": [],
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions",
"Visibility": "Public",
@ -242,6 +196,11 @@
{
"Name": "value",
"Type": "System.Byte[]"
},
{
"Name": "token",
"Type": "System.Threading.CancellationToken",
"DefaultValue": "default(System.Threading.CancellationToken)"
}
],
"ReturnType": "System.Threading.Tasks.Task",
@ -315,6 +274,11 @@
{
"Name": "value",
"Type": "System.String"
},
{
"Name": "token",
"Type": "System.Threading.CancellationToken",
"DefaultValue": "default(System.Threading.CancellationToken)"
}
],
"ReturnType": "System.Threading.Tasks.Task",
@ -342,6 +306,11 @@
{
"Name": "options",
"Type": "Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions"
},
{
"Name": "token",
"Type": "System.Threading.CancellationToken",
"DefaultValue": "default(System.Threading.CancellationToken)"
}
],
"ReturnType": "System.Threading.Tasks.Task",
@ -380,6 +349,11 @@
{
"Name": "key",
"Type": "System.String"
},
{
"Name": "token",
"Type": "System.Threading.CancellationToken",
"DefaultValue": "default(System.Threading.CancellationToken)"
}
],
"ReturnType": "System.Threading.Tasks.Task<System.String>",
@ -417,6 +391,11 @@
{
"Name": "key",
"Type": "System.String"
},
{
"Name": "token",
"Type": "System.Threading.CancellationToken",
"DefaultValue": "default(System.Threading.CancellationToken)"
}
],
"ReturnType": "System.Threading.Tasks.Task<System.Byte[]>",
@ -457,6 +436,11 @@
{
"Name": "options",
"Type": "Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions"
},
{
"Name": "token",
"Type": "System.Threading.CancellationToken",
"DefaultValue": "default(System.Threading.CancellationToken)"
}
],
"ReturnType": "System.Threading.Tasks.Task",
@ -481,6 +465,11 @@
{
"Name": "key",
"Type": "System.String"
},
{
"Name": "token",
"Type": "System.Threading.CancellationToken",
"DefaultValue": "default(System.Threading.CancellationToken)"
}
],
"ReturnType": "System.Threading.Tasks.Task",
@ -505,6 +494,11 @@
{
"Name": "key",
"Type": "System.String"
},
{
"Name": "token",
"Type": "System.Threading.CancellationToken",
"DefaultValue": "default(System.Threading.CancellationToken)"
}
],
"ReturnType": "System.Threading.Tasks.Task",
@ -678,6 +672,25 @@
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "SetSize",
"Parameters": [
{
"Name": "entry",
"Type": "Microsoft.Extensions.Caching.Memory.ICacheEntry"
},
{
"Name": "size",
"Type": "System.Int64"
}
],
"ReturnType": "Microsoft.Extensions.Caching.Memory.ICacheEntry",
"Static": true,
"Extension": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "SetOptions",
@ -914,6 +927,25 @@
],
"ReturnType": "System.Void",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_Size",
"Parameters": [],
"ReturnType": "System.Nullable<System.Int64>",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "set_Size",
"Parameters": [
{
"Name": "value",
"Type": "System.Nullable<System.Int64>"
}
],
"ReturnType": "System.Void",
"GenericParameter": []
}
],
"GenericParameters": []
@ -999,6 +1031,25 @@
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "SetSize",
"Parameters": [
{
"Name": "options",
"Type": "Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions"
},
{
"Name": "size",
"Type": "System.Int64"
}
],
"ReturnType": "Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions",
"Static": true,
"Extension": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "AddExpirationToken",
@ -1226,6 +1277,27 @@
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_Size",
"Parameters": [],
"ReturnType": "System.Nullable<System.Int64>",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "set_Size",
"Parameters": [
{
"Name": "value",
"Type": "System.Nullable<System.Int64>"
}
],
"ReturnType": "System.Void",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Constructor",
"Name": ".ctor",
@ -1700,6 +1772,5 @@
],
"GenericParameters": []
}
],
"SourceFilters": []
]
}

Просмотреть файл

@ -1,72 +0,0 @@
[
{
"TypeId": "public interface Microsoft.Extensions.Caching.Distributed.IDistributedCache",
"MemberId": "System.Threading.Tasks.Task RefreshAsync(System.String key)",
"Kind": "Removal"
},
{
"TypeId": "public interface Microsoft.Extensions.Caching.Distributed.IDistributedCache",
"MemberId": "System.Threading.Tasks.Task RemoveAsync(System.String key)",
"Kind": "Removal"
},
{
"TypeId": "public interface Microsoft.Extensions.Caching.Distributed.IDistributedCache",
"MemberId": "System.Threading.Tasks.Task SetAsync(System.String key, System.Byte[] value, Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions options)",
"Kind": "Removal"
},
{
"TypeId": "public interface Microsoft.Extensions.Caching.Distributed.IDistributedCache",
"MemberId": "System.Threading.Tasks.Task<System.Byte[]> GetAsync(System.String key)",
"Kind": "Removal"
},
{
"TypeId": "public interface Microsoft.Extensions.Caching.Distributed.IDistributedCache",
"MemberId": "System.Threading.Tasks.Task RefreshAsync(System.String key, System.Threading.CancellationToken token = default(System.Threading.CancellationToken))",
"Kind": "Addition"
},
{
"TypeId": "public interface Microsoft.Extensions.Caching.Distributed.IDistributedCache",
"MemberId": "System.Threading.Tasks.Task RemoveAsync(System.String key, System.Threading.CancellationToken token = default(System.Threading.CancellationToken))",
"Kind": "Addition"
},
{
"TypeId": "public interface Microsoft.Extensions.Caching.Distributed.IDistributedCache",
"MemberId": "System.Threading.Tasks.Task SetAsync(System.String key, System.Byte[] value, Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions options, System.Threading.CancellationToken token = default(System.Threading.CancellationToken))",
"Kind": "Addition"
},
{
"TypeId": "public interface Microsoft.Extensions.Caching.Distributed.IDistributedCache",
"MemberId": "System.Threading.Tasks.Task<System.Byte[]> GetAsync(System.String key, System.Threading.CancellationToken token = default(System.Threading.CancellationToken))",
"Kind": "Addition"
},
{
"TypeId": "public static class Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions",
"MemberId": "public static System.Threading.Tasks.Task SetAsync(this Microsoft.Extensions.Caching.Distributed.IDistributedCache cache, System.String key, System.Byte[] value)",
"Kind": "Removal"
},
{
"TypeId": "public static class Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions",
"MemberId": "public static System.Threading.Tasks.Task SetStringAsync(this Microsoft.Extensions.Caching.Distributed.IDistributedCache cache, System.String key, System.String value)",
"Kind": "Removal"
},
{
"TypeId": "public static class Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions",
"MemberId": "public static System.Threading.Tasks.Task SetStringAsync(this Microsoft.Extensions.Caching.Distributed.IDistributedCache cache, System.String key, System.String value, Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions options)",
"Kind": "Removal"
},
{
"TypeId": "public static class Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions",
"MemberId": "public static System.Threading.Tasks.Task<System.String> GetStringAsync(this Microsoft.Extensions.Caching.Distributed.IDistributedCache cache, System.String key)",
"Kind": "Removal"
},
{
"TypeId": "public interface Microsoft.Extensions.Caching.Memory.ICacheEntry : System.IDisposable",
"MemberId": "System.Nullable<System.Int64> get_Size()",
"Kind": "Addition"
},
{
"TypeId": "public interface Microsoft.Extensions.Caching.Memory.ICacheEntry : System.IDisposable",
"MemberId": "System.Void set_Size(System.Nullable<System.Int64> value)",
"Kind": "Addition"
}
]

Просмотреть файл

@ -1,43 +1,6 @@
{
"AssemblyIdentity": "Microsoft.Extensions.Caching.Memory, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"AssemblyIdentity": "Microsoft.Extensions.Caching.Memory, Version=2.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"Types": [
{
"Name": "Microsoft.Extensions.Internal.GcNotification",
"Visibility": "Public",
"Kind": "Class",
"ImplementedInterfaces": [],
"Members": [
{
"Kind": "Method",
"Name": "Register",
"Parameters": [
{
"Name": "callback",
"Type": "System.Func<System.Object, System.Boolean>"
},
{
"Name": "state",
"Type": "System.Object"
}
],
"ReturnType": "System.Void",
"Static": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "Finalize",
"Parameters": [],
"ReturnType": "System.Void",
"Virtual": true,
"Override": true,
"Visibility": "Protected",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions",
"Visibility": "Public",
@ -95,6 +58,25 @@
"Extension": true,
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "AddDistributedMemoryCache",
"Parameters": [
{
"Name": "services",
"Type": "Microsoft.Extensions.DependencyInjection.IServiceCollection"
},
{
"Name": "setupAction",
"Type": "System.Action<Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions>"
}
],
"ReturnType": "Microsoft.Extensions.DependencyInjection.IServiceCollection",
"Static": true,
"Extension": true,
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
@ -130,6 +112,11 @@
{
"Name": "key",
"Type": "System.String"
},
{
"Name": "token",
"Type": "System.Threading.CancellationToken",
"DefaultValue": "default(System.Threading.CancellationToken)"
}
],
"ReturnType": "System.Threading.Tasks.Task<System.Byte[]>",
@ -178,6 +165,11 @@
{
"Name": "options",
"Type": "Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions"
},
{
"Name": "token",
"Type": "System.Threading.CancellationToken",
"DefaultValue": "default(System.Threading.CancellationToken)"
}
],
"ReturnType": "System.Threading.Tasks.Task",
@ -210,6 +202,11 @@
{
"Name": "key",
"Type": "System.String"
},
{
"Name": "token",
"Type": "System.Threading.CancellationToken",
"DefaultValue": "default(System.Threading.CancellationToken)"
}
],
"ReturnType": "System.Threading.Tasks.Task",
@ -242,6 +239,11 @@
{
"Name": "key",
"Type": "System.String"
},
{
"Name": "token",
"Type": "System.Threading.CancellationToken",
"DefaultValue": "default(System.Threading.CancellationToken)"
}
],
"ReturnType": "System.Threading.Tasks.Task",
@ -256,8 +258,8 @@
"Name": ".ctor",
"Parameters": [
{
"Name": "memoryCache",
"Type": "Microsoft.Extensions.Caching.Memory.IMemoryCache"
"Name": "optionsAccessor",
"Type": "Microsoft.Extensions.Options.IOptions<Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions>"
}
],
"Visibility": "Public",
@ -469,6 +471,65 @@
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_SizeLimit",
"Parameters": [],
"ReturnType": "System.Nullable<System.Int64>",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "set_SizeLimit",
"Parameters": [
{
"Name": "value",
"Type": "System.Nullable<System.Int64>"
}
],
"ReturnType": "System.Void",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_CompactionPercentage",
"Parameters": [],
"ReturnType": "System.Double",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "set_CompactionPercentage",
"Parameters": [
{
"Name": "value",
"Type": "System.Double"
}
],
"ReturnType": "System.Void",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Constructor",
"Name": ".ctor",
"Parameters": [],
"Visibility": "Public",
"GenericParameter": []
}
],
"GenericParameters": []
},
{
"Name": "Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions",
"Visibility": "Public",
"Kind": "Class",
"BaseType": "Microsoft.Extensions.Caching.Memory.MemoryCacheOptions",
"ImplementedInterfaces": [],
"Members": [
{
"Kind": "Constructor",
"Name": ".ctor",
@ -479,6 +540,5 @@
],
"GenericParameters": []
}
],
"SourceFilters": []
]
}

Просмотреть файл

@ -1,27 +0,0 @@
[
{
"TypeId": "public class Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache : Microsoft.Extensions.Caching.Distributed.IDistributedCache",
"MemberId": "public System.Threading.Tasks.Task RefreshAsync(System.String key)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache : Microsoft.Extensions.Caching.Distributed.IDistributedCache",
"MemberId": "public System.Threading.Tasks.Task RemoveAsync(System.String key)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache : Microsoft.Extensions.Caching.Distributed.IDistributedCache",
"MemberId": "public System.Threading.Tasks.Task SetAsync(System.String key, System.Byte[] value, Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions options)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache : Microsoft.Extensions.Caching.Distributed.IDistributedCache",
"MemberId": "public System.Threading.Tasks.Task<System.Byte[]> GetAsync(System.String key)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache : Microsoft.Extensions.Caching.Distributed.IDistributedCache",
"MemberId": "public .ctor(Microsoft.Extensions.Caching.Memory.IMemoryCache memoryCache)",
"Kind": "Removal"
}
]

Просмотреть файл

@ -1,5 +1,5 @@
{
"AssemblyIdentity": "Microsoft.Extensions.Caching.Redis, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"AssemblyIdentity": "Microsoft.Extensions.Caching.Redis, Version=2.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"Types": [
{
"Name": "Microsoft.Extensions.DependencyInjection.RedisCacheServiceCollectionExtensions",
@ -64,6 +64,11 @@
{
"Name": "key",
"Type": "System.String"
},
{
"Name": "token",
"Type": "System.Threading.CancellationToken",
"DefaultValue": "default(System.Threading.CancellationToken)"
}
],
"ReturnType": "System.Threading.Tasks.Task<System.Byte[]>",
@ -112,6 +117,11 @@
{
"Name": "options",
"Type": "Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions"
},
{
"Name": "token",
"Type": "System.Threading.CancellationToken",
"DefaultValue": "default(System.Threading.CancellationToken)"
}
],
"ReturnType": "System.Threading.Tasks.Task",
@ -144,6 +154,11 @@
{
"Name": "key",
"Type": "System.String"
},
{
"Name": "token",
"Type": "System.Threading.CancellationToken",
"DefaultValue": "default(System.Threading.CancellationToken)"
}
],
"ReturnType": "System.Threading.Tasks.Task",
@ -176,6 +191,11 @@
{
"Name": "key",
"Type": "System.String"
},
{
"Name": "token",
"Type": "System.Threading.CancellationToken",
"DefaultValue": "default(System.Threading.CancellationToken)"
}
],
"ReturnType": "System.Threading.Tasks.Task",
@ -271,6 +291,5 @@
],
"GenericParameters": []
}
],
"SourceFilters": []
]
}

Просмотреть файл

@ -1,22 +0,0 @@
[
{
"TypeId": "public class Microsoft.Extensions.Caching.Redis.RedisCache : Microsoft.Extensions.Caching.Distributed.IDistributedCache, System.IDisposable",
"MemberId": "public System.Threading.Tasks.Task RefreshAsync(System.String key)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Extensions.Caching.Redis.RedisCache : Microsoft.Extensions.Caching.Distributed.IDistributedCache, System.IDisposable",
"MemberId": "public System.Threading.Tasks.Task RemoveAsync(System.String key)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Extensions.Caching.Redis.RedisCache : Microsoft.Extensions.Caching.Distributed.IDistributedCache, System.IDisposable",
"MemberId": "public System.Threading.Tasks.Task SetAsync(System.String key, System.Byte[] value, Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions options)",
"Kind": "Removal"
},
{
"TypeId": "public class Microsoft.Extensions.Caching.Redis.RedisCache : Microsoft.Extensions.Caching.Distributed.IDistributedCache, System.IDisposable",
"MemberId": "public System.Threading.Tasks.Task<System.Byte[]> GetAsync(System.String key)",
"Kind": "Removal"
}
]

Просмотреть файл

@ -1,5 +1,5 @@
{
"AssemblyIdentity": "Microsoft.Extensions.Caching.SqlServer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"AssemblyIdentity": "Microsoft.Extensions.Caching.SqlServer, Version=2.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"Types": [
{
"Name": "Microsoft.Extensions.DependencyInjection.SqlServerCachingServicesExtensions",
@ -63,6 +63,11 @@
{
"Name": "key",
"Type": "System.String"
},
{
"Name": "token",
"Type": "System.Threading.CancellationToken",
"DefaultValue": "default(System.Threading.CancellationToken)"
}
],
"ReturnType": "System.Threading.Tasks.Task<System.Byte[]>",
@ -95,6 +100,11 @@
{
"Name": "key",
"Type": "System.String"
},
{
"Name": "token",
"Type": "System.Threading.CancellationToken",
"DefaultValue": "default(System.Threading.CancellationToken)"
}
],
"ReturnType": "System.Threading.Tasks.Task",
@ -127,6 +137,11 @@
{
"Name": "key",
"Type": "System.String"
},
{
"Name": "token",
"Type": "System.Threading.CancellationToken",
"DefaultValue": "default(System.Threading.CancellationToken)"
}
],
"ReturnType": "System.Threading.Tasks.Task",
@ -175,6 +190,11 @@
{
"Name": "options",
"Type": "Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions"
},
{
"Name": "token",
"Type": "System.Threading.CancellationToken",
"DefaultValue": "default(System.Threading.CancellationToken)"
}
],
"ReturnType": "System.Threading.Tasks.Task",
@ -312,6 +332,27 @@
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "get_DefaultSlidingExpiration",
"Parameters": [],
"ReturnType": "System.TimeSpan",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Method",
"Name": "set_DefaultSlidingExpiration",
"Parameters": [
{
"Name": "value",
"Type": "System.TimeSpan"
}
],
"ReturnType": "System.Void",
"Visibility": "Public",
"GenericParameter": []
},
{
"Kind": "Constructor",
"Name": ".ctor",
@ -456,6 +497,5 @@
],
"GenericParameters": []
}
],
"SourceFilters": []
]
}