@tsonic/aspnetcore 10.0.39 → 10.0.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/Microsoft.AspNetCore/internal/index.d.ts +3 -2
  2. package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +11 -10
  3. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +175 -172
  4. package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +6 -5
  5. package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +22 -21
  6. package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +23 -22
  7. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +5 -4
  8. package/Microsoft.AspNetCore.Authentication.d.ts +2 -0
  9. package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +36 -35
  10. package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +5 -4
  11. package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +8 -7
  12. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +78 -77
  13. package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +9 -8
  14. package/Microsoft.AspNetCore.Components/bindings.json +4 -1
  15. package/Microsoft.AspNetCore.Components/internal/index.d.ts +226 -228
  16. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +26 -25
  17. package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +7 -6
  18. package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +3 -2
  19. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +3 -2
  20. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +73 -75
  21. package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +14 -13
  22. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +2 -4
  23. package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +3 -2
  24. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +15 -17
  25. package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +20 -19
  26. package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +24 -23
  27. package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +13 -12
  28. package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +9 -8
  29. package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +3 -2
  30. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +6 -5
  31. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +37 -36
  32. package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +3 -2
  33. package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +3 -2
  34. package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +3 -5
  35. package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +15 -14
  36. package/Microsoft.AspNetCore.Components.d.ts +1 -1
  37. package/Microsoft.AspNetCore.Connections/internal/index.d.ts +31 -30
  38. package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +3 -2
  39. package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +15 -14
  40. package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +3 -2
  41. package/Microsoft.AspNetCore.Cors/internal/index.d.ts +6 -5
  42. package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +11 -10
  43. package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +3 -2
  44. package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +5 -7
  45. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +8 -7
  46. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +9 -8
  47. package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +4 -3
  48. package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +4 -3
  49. package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +16 -15
  50. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +7 -9
  51. package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +5 -4
  52. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +9 -8
  53. package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +33 -32
  54. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +5 -4
  55. package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +3 -2
  56. package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +12 -11
  57. package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +3 -2
  58. package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +3 -2
  59. package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +4 -3
  60. package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +4 -3
  61. package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +3 -2
  62. package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +3 -2
  63. package/Microsoft.AspNetCore.Html/internal/index.d.ts +13 -12
  64. package/Microsoft.AspNetCore.Http/bindings.json +470 -530
  65. package/Microsoft.AspNetCore.Http/internal/index.d.ts +313 -318
  66. package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +22 -21
  67. package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +5 -4
  68. package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +3 -5
  69. package/Microsoft.AspNetCore.Http.Features/bindings.json +4 -1
  70. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +54 -56
  71. package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +7 -6
  72. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +37 -36
  73. package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +63 -62
  74. package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +3 -2
  75. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +12 -11
  76. package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +8 -7
  77. package/Microsoft.AspNetCore.Http.d.ts +4 -4
  78. package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +5 -4
  79. package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +3 -5
  80. package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +3 -2
  81. package/Microsoft.AspNetCore.Identity/bindings.json +397 -17
  82. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +249 -248
  83. package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +17 -16
  84. package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +3 -2
  85. package/Microsoft.AspNetCore.Localization/internal/index.d.ts +17 -16
  86. package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +4 -3
  87. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +394 -393
  88. package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +17 -16
  89. package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +7 -6
  90. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +34 -33
  91. package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +72 -71
  92. package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +3 -2
  93. package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +6 -5
  94. package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +22 -21
  95. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +3 -2
  96. package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +5 -4
  97. package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +11 -10
  98. package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +99 -119
  99. package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +91 -91
  100. package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +1 -1
  101. package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +59 -58
  102. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +27 -26
  103. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +17 -16
  104. package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +91 -0
  105. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +50 -33
  106. package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +1 -0
  107. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +18 -17
  108. package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1721 -1721
  109. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +261 -263
  110. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +36 -35
  111. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +108 -107
  112. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +80 -0
  113. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +58 -43
  114. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +2 -1
  115. package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +7 -7
  116. package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +37 -36
  117. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +10 -9
  118. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +3 -2
  119. package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +5 -4
  120. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +2 -4
  121. package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +140 -139
  122. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +13 -12
  123. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +137 -136
  124. package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +45 -44
  125. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +4 -6
  126. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +4 -3
  127. package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +24 -23
  128. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +9 -8
  129. package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +131 -131
  130. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +181 -183
  131. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +4 -3
  132. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +5 -4
  133. package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +1 -1
  134. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +17 -16
  135. package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +9 -8
  136. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +4 -3
  137. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +8 -7
  138. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +15 -17
  139. package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +4 -3
  140. package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +7 -6
  141. package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +5 -4
  142. package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +3 -2
  143. package/Microsoft.AspNetCore.Routing/bindings.json +185 -185
  144. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +135 -137
  145. package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +25 -24
  146. package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +3 -2
  147. package/Microsoft.AspNetCore.Routing.Matching/bindings.json +4 -1
  148. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +13 -15
  149. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +32 -31
  150. package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +16 -18
  151. package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +5 -4
  152. package/Microsoft.AspNetCore.Routing.d.ts +1 -1
  153. package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +9 -11
  154. package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +4 -3
  155. package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +3 -2
  156. package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +3 -2
  157. package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +15 -14
  158. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +7 -6
  159. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +2 -4
  160. package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +19 -18
  161. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +7 -6
  162. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +3 -2
  163. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +3 -2
  164. package/Microsoft.AspNetCore.Session/internal/index.d.ts +3 -5
  165. package/Microsoft.AspNetCore.SignalR/bindings.json +131 -131
  166. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +104 -106
  167. package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +32 -34
  168. package/Microsoft.AspNetCore.SignalR.d.ts +1 -1
  169. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +3 -2
  170. package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +5 -4
  171. package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +2 -4
  172. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -6
  173. package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +5 -4
  174. package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +25 -24
  175. package/Microsoft.AspNetCore.WebUtilities.d.ts +1 -1
  176. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +30 -29
  177. package/Microsoft.Extensions.Hosting/internal/index.d.ts +3 -2
  178. package/Microsoft.JSInterop/internal/index.d.ts +46 -48
  179. package/Microsoft.JSInterop.Implementation/internal/index.d.ts +8 -10
  180. package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +9 -11
  181. package/Microsoft.Net.Http.Headers/internal/index.d.ts +57 -59
  182. package/README.md +58 -15
  183. package/System.Formats.Cbor/internal/index.d.ts +4 -6
  184. package/System.Security.Claims/internal/index.d.ts +4 -3
  185. package/System.Threading.RateLimiting/internal/index.d.ts +13 -15
  186. package/__internal/extensions/index.d.ts +417 -419
  187. package/package.json +4 -4
@@ -1150,191 +1150,6 @@
1150
1150
  "events": [],
1151
1151
  "constructors": []
1152
1152
  },
1153
- {
1154
- "stableId": "Microsoft.AspNetCore.Routing.Abstractions:Microsoft.AspNetCore.Routing.RouteData\u002BRouteDataSnapshot",
1155
- "clrName": "Microsoft.AspNetCore.Routing.RouteData\u002BRouteDataSnapshot",
1156
- "assemblyName": "Microsoft.AspNetCore.Routing.Abstractions",
1157
- "metadataToken": 0,
1158
- "kind": "Struct",
1159
- "accessibility": "Public",
1160
- "isAbstract": false,
1161
- "isSealed": true,
1162
- "isStatic": false,
1163
- "arity": 0,
1164
- "baseType": {
1165
- "stableId": "System.Private.CoreLib:System.ValueType",
1166
- "clrName": "System.ValueType"
1167
- },
1168
- "methods": [
1169
- {
1170
- "stableId": "Microsoft.AspNetCore.Routing.Abstractions:Microsoft.AspNetCore.Routing.RouteData\u002BRouteDataSnapshot::Restore():System.Void",
1171
- "clrName": "Restore",
1172
- "metadataToken": 100663383,
1173
- "canonicalSignature": "():System.Void",
1174
- "normalizedSignature": "Restore|():System.Void|static=false",
1175
- "emitScope": "ClassSurface",
1176
- "provenance": "Original",
1177
- "arity": 0,
1178
- "parameterCount": 0,
1179
- "isStatic": false,
1180
- "isAbstract": false,
1181
- "isVirtual": false,
1182
- "isOverride": false,
1183
- "isSealed": false,
1184
- "visibility": "Public",
1185
- "declaringClrType": "Microsoft.AspNetCore.Routing.RouteData\u002BRouteDataSnapshot",
1186
- "declaringAssemblyName": "Microsoft.AspNetCore.Routing.Abstractions",
1187
- "isExtensionMethod": false
1188
- }
1189
- ],
1190
- "properties": [],
1191
- "fields": [],
1192
- "events": [],
1193
- "constructors": [
1194
- {
1195
- "stableId": "Microsoft.AspNetCore.Routing.Abstractions:Microsoft.AspNetCore.Routing.RouteData\u002BRouteDataSnapshot::.ctor(Microsoft.AspNetCore.Routing.RouteData,Microsoft.AspNetCore.Routing.RouteValueDictionary,System.Collections.Generic.IList_1[[Microsoft.AspNetCore.Routing.IRouter,Microsoft.AspNetCore.Routing.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.AspNetCore.Routing.RouteValueDictionary):void",
1196
- "metadataToken": 100663382,
1197
- "canonicalSignature": "(Microsoft.AspNetCore.Routing.RouteData,Microsoft.AspNetCore.Routing.RouteValueDictionary,System.Collections.Generic.IList_1[[Microsoft.AspNetCore.Routing.IRouter,Microsoft.AspNetCore.Routing.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.AspNetCore.Routing.RouteValueDictionary):void",
1198
- "normalizedSignature": "constructor|(Microsoft.AspNetCore.Routing.RouteData,Microsoft.AspNetCore.Routing.RouteValueDictionary,System.Collections.Generic.IList_1[[Microsoft.AspNetCore.Routing.IRouter,Microsoft.AspNetCore.Routing.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.AspNetCore.Routing.RouteValueDictionary):void|static=false",
1199
- "isStatic": false,
1200
- "parameterCount": 4,
1201
- "visibility": "Public",
1202
- "declaringClrType": "Microsoft.AspNetCore.Routing.RouteData\u002BRouteDataSnapshot",
1203
- "declaringAssemblyName": "Microsoft.AspNetCore.Routing.Abstractions"
1204
- }
1205
- ]
1206
- },
1207
- {
1208
- "stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Routing.RouteValueDictionary\u002BEnumerator",
1209
- "clrName": "Microsoft.AspNetCore.Routing.RouteValueDictionary\u002BEnumerator",
1210
- "assemblyName": "Microsoft.AspNetCore.Http.Abstractions",
1211
- "metadataToken": 0,
1212
- "kind": "Struct",
1213
- "accessibility": "Public",
1214
- "isAbstract": false,
1215
- "isSealed": true,
1216
- "isStatic": false,
1217
- "arity": 0,
1218
- "baseType": {
1219
- "stableId": "System.Private.CoreLib:System.ValueType",
1220
- "clrName": "System.ValueType"
1221
- },
1222
- "interfaces": [
1223
- {
1224
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
1225
- "clrName": "System.Collections.Generic.IEnumerator\u00601",
1226
- "typeArguments": [
1227
- "KeyValuePair_2[[String,Object]]"
1228
- ]
1229
- },
1230
- {
1231
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
1232
- "clrName": "System.Collections.IEnumerator"
1233
- },
1234
- {
1235
- "stableId": "System.Private.CoreLib:System.IDisposable",
1236
- "clrName": "System.IDisposable"
1237
- }
1238
- ],
1239
- "methods": [
1240
- {
1241
- "stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Routing.RouteValueDictionary\u002BEnumerator::Dispose():System.Void",
1242
- "clrName": "Dispose",
1243
- "metadataToken": 100664263,
1244
- "canonicalSignature": "():System.Void",
1245
- "normalizedSignature": "Dispose|():System.Void|static=false",
1246
- "emitScope": "ClassSurface",
1247
- "provenance": "Original",
1248
- "arity": 0,
1249
- "parameterCount": 0,
1250
- "isStatic": false,
1251
- "isAbstract": false,
1252
- "isVirtual": true,
1253
- "isOverride": false,
1254
- "isSealed": true,
1255
- "visibility": "Public",
1256
- "declaringClrType": "Microsoft.AspNetCore.Routing.RouteValueDictionary\u002BEnumerator",
1257
- "declaringAssemblyName": "Microsoft.AspNetCore.Http.Abstractions",
1258
- "isExtensionMethod": false
1259
- },
1260
- {
1261
- "stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Routing.RouteValueDictionary\u002BEnumerator::MoveNext():System.Boolean",
1262
- "clrName": "MoveNext",
1263
- "metadataToken": 100664264,
1264
- "canonicalSignature": "():System.Boolean",
1265
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
1266
- "emitScope": "ClassSurface",
1267
- "provenance": "Original",
1268
- "arity": 0,
1269
- "parameterCount": 0,
1270
- "isStatic": false,
1271
- "isAbstract": false,
1272
- "isVirtual": true,
1273
- "isOverride": false,
1274
- "isSealed": true,
1275
- "visibility": "Public",
1276
- "declaringClrType": "Microsoft.AspNetCore.Routing.RouteValueDictionary\u002BEnumerator",
1277
- "declaringAssemblyName": "Microsoft.AspNetCore.Http.Abstractions",
1278
- "isExtensionMethod": false
1279
- },
1280
- {
1281
- "stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Routing.RouteValueDictionary\u002BEnumerator::Reset():System.Void",
1282
- "clrName": "Reset",
1283
- "metadataToken": 100664266,
1284
- "canonicalSignature": "():System.Void",
1285
- "normalizedSignature": "Reset|():System.Void|static=false",
1286
- "emitScope": "ClassSurface",
1287
- "provenance": "Original",
1288
- "arity": 0,
1289
- "parameterCount": 0,
1290
- "isStatic": false,
1291
- "isAbstract": false,
1292
- "isVirtual": true,
1293
- "isOverride": false,
1294
- "isSealed": true,
1295
- "visibility": "Public",
1296
- "declaringClrType": "Microsoft.AspNetCore.Routing.RouteValueDictionary\u002BEnumerator",
1297
- "declaringAssemblyName": "Microsoft.AspNetCore.Http.Abstractions",
1298
- "isExtensionMethod": false
1299
- }
1300
- ],
1301
- "properties": [
1302
- {
1303
- "stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Routing.RouteValueDictionary\u002BEnumerator::Current:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1304
- "clrName": "Current",
1305
- "metadataToken": 385876279,
1306
- "canonicalSignature": ":System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1307
- "normalizedSignature": "Current|:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
1308
- "emitScope": "ClassSurface",
1309
- "provenance": "Original",
1310
- "isIndexer": false,
1311
- "hasGetter": true,
1312
- "hasSetter": true,
1313
- "isStatic": false,
1314
- "isAbstract": false,
1315
- "isVirtual": true,
1316
- "isOverride": false,
1317
- "visibility": "Public",
1318
- "declaringClrType": "Microsoft.AspNetCore.Routing.RouteValueDictionary\u002BEnumerator",
1319
- "declaringAssemblyName": "Microsoft.AspNetCore.Http.Abstractions"
1320
- }
1321
- ],
1322
- "fields": [],
1323
- "events": [],
1324
- "constructors": [
1325
- {
1326
- "stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Routing.RouteValueDictionary\u002BEnumerator::.ctor(Microsoft.AspNetCore.Routing.RouteValueDictionary):void",
1327
- "metadataToken": 100664259,
1328
- "canonicalSignature": "(Microsoft.AspNetCore.Routing.RouteValueDictionary):void",
1329
- "normalizedSignature": "constructor|(Microsoft.AspNetCore.Routing.RouteValueDictionary):void|static=false",
1330
- "isStatic": false,
1331
- "parameterCount": 1,
1332
- "visibility": "Public",
1333
- "declaringClrType": "Microsoft.AspNetCore.Routing.RouteValueDictionary\u002BEnumerator",
1334
- "declaringAssemblyName": "Microsoft.AspNetCore.Http.Abstractions"
1335
- }
1336
- ]
1337
- },
1338
1153
  {
1339
1154
  "stableId": "Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing.CompositeEndpointDataSource",
1340
1155
  "clrName": "Microsoft.AspNetCore.Routing.CompositeEndpointDataSource",
@@ -4351,6 +4166,60 @@
4351
4166
  }
4352
4167
  ]
4353
4168
  },
4169
+ {
4170
+ "stableId": "Microsoft.AspNetCore.Routing.Abstractions:Microsoft.AspNetCore.Routing.RouteData\u002BRouteDataSnapshot",
4171
+ "clrName": "Microsoft.AspNetCore.Routing.RouteData\u002BRouteDataSnapshot",
4172
+ "assemblyName": "Microsoft.AspNetCore.Routing.Abstractions",
4173
+ "metadataToken": 0,
4174
+ "kind": "Struct",
4175
+ "accessibility": "Public",
4176
+ "isAbstract": false,
4177
+ "isSealed": true,
4178
+ "isStatic": false,
4179
+ "arity": 0,
4180
+ "baseType": {
4181
+ "stableId": "System.Private.CoreLib:System.ValueType",
4182
+ "clrName": "System.ValueType"
4183
+ },
4184
+ "methods": [
4185
+ {
4186
+ "stableId": "Microsoft.AspNetCore.Routing.Abstractions:Microsoft.AspNetCore.Routing.RouteData\u002BRouteDataSnapshot::Restore():System.Void",
4187
+ "clrName": "Restore",
4188
+ "metadataToken": 100663383,
4189
+ "canonicalSignature": "():System.Void",
4190
+ "normalizedSignature": "Restore|():System.Void|static=false",
4191
+ "emitScope": "ClassSurface",
4192
+ "provenance": "Original",
4193
+ "arity": 0,
4194
+ "parameterCount": 0,
4195
+ "isStatic": false,
4196
+ "isAbstract": false,
4197
+ "isVirtual": false,
4198
+ "isOverride": false,
4199
+ "isSealed": false,
4200
+ "visibility": "Public",
4201
+ "declaringClrType": "Microsoft.AspNetCore.Routing.RouteData\u002BRouteDataSnapshot",
4202
+ "declaringAssemblyName": "Microsoft.AspNetCore.Routing.Abstractions",
4203
+ "isExtensionMethod": false
4204
+ }
4205
+ ],
4206
+ "properties": [],
4207
+ "fields": [],
4208
+ "events": [],
4209
+ "constructors": [
4210
+ {
4211
+ "stableId": "Microsoft.AspNetCore.Routing.Abstractions:Microsoft.AspNetCore.Routing.RouteData\u002BRouteDataSnapshot::.ctor(Microsoft.AspNetCore.Routing.RouteData,Microsoft.AspNetCore.Routing.RouteValueDictionary,System.Collections.Generic.IList_1[[Microsoft.AspNetCore.Routing.IRouter,Microsoft.AspNetCore.Routing.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.AspNetCore.Routing.RouteValueDictionary):void",
4212
+ "metadataToken": 100663382,
4213
+ "canonicalSignature": "(Microsoft.AspNetCore.Routing.RouteData,Microsoft.AspNetCore.Routing.RouteValueDictionary,System.Collections.Generic.IList_1[[Microsoft.AspNetCore.Routing.IRouter,Microsoft.AspNetCore.Routing.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.AspNetCore.Routing.RouteValueDictionary):void",
4214
+ "normalizedSignature": "constructor|(Microsoft.AspNetCore.Routing.RouteData,Microsoft.AspNetCore.Routing.RouteValueDictionary,System.Collections.Generic.IList_1[[Microsoft.AspNetCore.Routing.IRouter,Microsoft.AspNetCore.Routing.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.AspNetCore.Routing.RouteValueDictionary):void|static=false",
4215
+ "isStatic": false,
4216
+ "parameterCount": 4,
4217
+ "visibility": "Public",
4218
+ "declaringClrType": "Microsoft.AspNetCore.Routing.RouteData\u002BRouteDataSnapshot",
4219
+ "declaringAssemblyName": "Microsoft.AspNetCore.Routing.Abstractions"
4220
+ }
4221
+ ]
4222
+ },
4354
4223
  {
4355
4224
  "stableId": "Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing.RouteEndpoint",
4356
4225
  "clrName": "Microsoft.AspNetCore.Routing.RouteEndpoint",
@@ -5640,6 +5509,137 @@
5640
5509
  }
5641
5510
  ]
5642
5511
  },
5512
+ {
5513
+ "stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Routing.RouteValueDictionary\u002BEnumerator",
5514
+ "clrName": "Microsoft.AspNetCore.Routing.RouteValueDictionary\u002BEnumerator",
5515
+ "assemblyName": "Microsoft.AspNetCore.Http.Abstractions",
5516
+ "metadataToken": 0,
5517
+ "kind": "Struct",
5518
+ "accessibility": "Public",
5519
+ "isAbstract": false,
5520
+ "isSealed": true,
5521
+ "isStatic": false,
5522
+ "arity": 0,
5523
+ "baseType": {
5524
+ "stableId": "System.Private.CoreLib:System.ValueType",
5525
+ "clrName": "System.ValueType"
5526
+ },
5527
+ "interfaces": [
5528
+ {
5529
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
5530
+ "clrName": "System.Collections.Generic.IEnumerator\u00601",
5531
+ "typeArguments": [
5532
+ "KeyValuePair_2[[String,Object]]"
5533
+ ]
5534
+ },
5535
+ {
5536
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
5537
+ "clrName": "System.Collections.IEnumerator"
5538
+ },
5539
+ {
5540
+ "stableId": "System.Private.CoreLib:System.IDisposable",
5541
+ "clrName": "System.IDisposable"
5542
+ }
5543
+ ],
5544
+ "methods": [
5545
+ {
5546
+ "stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Routing.RouteValueDictionary\u002BEnumerator::Dispose():System.Void",
5547
+ "clrName": "Dispose",
5548
+ "metadataToken": 100664263,
5549
+ "canonicalSignature": "():System.Void",
5550
+ "normalizedSignature": "Dispose|():System.Void|static=false",
5551
+ "emitScope": "ClassSurface",
5552
+ "provenance": "Original",
5553
+ "arity": 0,
5554
+ "parameterCount": 0,
5555
+ "isStatic": false,
5556
+ "isAbstract": false,
5557
+ "isVirtual": true,
5558
+ "isOverride": false,
5559
+ "isSealed": true,
5560
+ "visibility": "Public",
5561
+ "declaringClrType": "Microsoft.AspNetCore.Routing.RouteValueDictionary\u002BEnumerator",
5562
+ "declaringAssemblyName": "Microsoft.AspNetCore.Http.Abstractions",
5563
+ "isExtensionMethod": false
5564
+ },
5565
+ {
5566
+ "stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Routing.RouteValueDictionary\u002BEnumerator::MoveNext():System.Boolean",
5567
+ "clrName": "MoveNext",
5568
+ "metadataToken": 100664264,
5569
+ "canonicalSignature": "():System.Boolean",
5570
+ "normalizedSignature": "MoveNext|():System.Boolean|static=false",
5571
+ "emitScope": "ClassSurface",
5572
+ "provenance": "Original",
5573
+ "arity": 0,
5574
+ "parameterCount": 0,
5575
+ "isStatic": false,
5576
+ "isAbstract": false,
5577
+ "isVirtual": true,
5578
+ "isOverride": false,
5579
+ "isSealed": true,
5580
+ "visibility": "Public",
5581
+ "declaringClrType": "Microsoft.AspNetCore.Routing.RouteValueDictionary\u002BEnumerator",
5582
+ "declaringAssemblyName": "Microsoft.AspNetCore.Http.Abstractions",
5583
+ "isExtensionMethod": false
5584
+ },
5585
+ {
5586
+ "stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Routing.RouteValueDictionary\u002BEnumerator::Reset():System.Void",
5587
+ "clrName": "Reset",
5588
+ "metadataToken": 100664266,
5589
+ "canonicalSignature": "():System.Void",
5590
+ "normalizedSignature": "Reset|():System.Void|static=false",
5591
+ "emitScope": "ClassSurface",
5592
+ "provenance": "Original",
5593
+ "arity": 0,
5594
+ "parameterCount": 0,
5595
+ "isStatic": false,
5596
+ "isAbstract": false,
5597
+ "isVirtual": true,
5598
+ "isOverride": false,
5599
+ "isSealed": true,
5600
+ "visibility": "Public",
5601
+ "declaringClrType": "Microsoft.AspNetCore.Routing.RouteValueDictionary\u002BEnumerator",
5602
+ "declaringAssemblyName": "Microsoft.AspNetCore.Http.Abstractions",
5603
+ "isExtensionMethod": false
5604
+ }
5605
+ ],
5606
+ "properties": [
5607
+ {
5608
+ "stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Routing.RouteValueDictionary\u002BEnumerator::Current:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
5609
+ "clrName": "Current",
5610
+ "metadataToken": 385876279,
5611
+ "canonicalSignature": ":System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
5612
+ "normalizedSignature": "Current|:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
5613
+ "emitScope": "ClassSurface",
5614
+ "provenance": "Original",
5615
+ "isIndexer": false,
5616
+ "hasGetter": true,
5617
+ "hasSetter": true,
5618
+ "isStatic": false,
5619
+ "isAbstract": false,
5620
+ "isVirtual": true,
5621
+ "isOverride": false,
5622
+ "visibility": "Public",
5623
+ "declaringClrType": "Microsoft.AspNetCore.Routing.RouteValueDictionary\u002BEnumerator",
5624
+ "declaringAssemblyName": "Microsoft.AspNetCore.Http.Abstractions"
5625
+ }
5626
+ ],
5627
+ "fields": [],
5628
+ "events": [],
5629
+ "constructors": [
5630
+ {
5631
+ "stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Routing.RouteValueDictionary\u002BEnumerator::.ctor(Microsoft.AspNetCore.Routing.RouteValueDictionary):void",
5632
+ "metadataToken": 100664259,
5633
+ "canonicalSignature": "(Microsoft.AspNetCore.Routing.RouteValueDictionary):void",
5634
+ "normalizedSignature": "constructor|(Microsoft.AspNetCore.Routing.RouteValueDictionary):void|static=false",
5635
+ "isStatic": false,
5636
+ "parameterCount": 1,
5637
+ "visibility": "Public",
5638
+ "declaringClrType": "Microsoft.AspNetCore.Routing.RouteValueDictionary\u002BEnumerator",
5639
+ "declaringAssemblyName": "Microsoft.AspNetCore.Http.Abstractions"
5640
+ }
5641
+ ]
5642
+ },
5643
5643
  {
5644
5644
  "stableId": "Microsoft.AspNetCore.Routing:Microsoft.AspNetCore.Routing.RouteValueEqualityComparer",
5645
5645
  "clrName": "Microsoft.AspNetCore.Routing.RouteValueEqualityComparer",