@tsonic/aspnetcore 10.0.40 → 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
@@ -995,6 +995,26 @@
995
995
  "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
996
996
  "isExtensionMethod": false
997
997
  },
998
+ {
999
+ "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IRoleStore\u00601::CreateAsync(TRole,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Microsoft.AspNetCore.Identity.IdentityResult,Microsoft.Extensions.Identity.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1000
+ "clrName": "CreateAsync",
1001
+ "metadataToken": 100663507,
1002
+ "canonicalSignature": "(TRole,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Microsoft.AspNetCore.Identity.IdentityResult,Microsoft.Extensions.Identity.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1003
+ "normalizedSignature": "CreateAsync|(TRole,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Microsoft.AspNetCore.Identity.IdentityResult,Microsoft.Extensions.Identity.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
1004
+ "emitScope": "ClassSurface",
1005
+ "provenance": "Original",
1006
+ "arity": 0,
1007
+ "parameterCount": 2,
1008
+ "isStatic": false,
1009
+ "isAbstract": true,
1010
+ "isVirtual": true,
1011
+ "isOverride": false,
1012
+ "isSealed": false,
1013
+ "visibility": "Public",
1014
+ "declaringClrType": "Microsoft.AspNetCore.Identity.IRoleStore\u00601",
1015
+ "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
1016
+ "isExtensionMethod": false
1017
+ },
998
1018
  {
999
1019
  "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IRoleStore\u00601::SetRoleNameAsync(TRole,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
1000
1020
  "clrName": "SetRoleNameAsync",
@@ -1473,6 +1493,46 @@
1473
1493
  "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
1474
1494
  "isExtensionMethod": false
1475
1495
  },
1496
+ {
1497
+ "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1498
+ "clrName": "GetUserIdAsync",
1499
+ "metadataToken": 100663567,
1500
+ "canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1501
+ "normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
1502
+ "emitScope": "ClassSurface",
1503
+ "provenance": "Original",
1504
+ "arity": 0,
1505
+ "parameterCount": 2,
1506
+ "isStatic": false,
1507
+ "isAbstract": true,
1508
+ "isVirtual": true,
1509
+ "isOverride": false,
1510
+ "isSealed": false,
1511
+ "visibility": "Public",
1512
+ "declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
1513
+ "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
1514
+ "isExtensionMethod": false
1515
+ },
1516
+ {
1517
+ "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
1518
+ "clrName": "SetUserNameAsync",
1519
+ "metadataToken": 100663569,
1520
+ "canonicalSignature": "(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
1521
+ "normalizedSignature": "SetUserNameAsync|(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
1522
+ "emitScope": "ClassSurface",
1523
+ "provenance": "Original",
1524
+ "arity": 0,
1525
+ "parameterCount": 3,
1526
+ "isStatic": false,
1527
+ "isAbstract": true,
1528
+ "isVirtual": true,
1529
+ "isOverride": false,
1530
+ "isSealed": false,
1531
+ "visibility": "Public",
1532
+ "declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
1533
+ "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
1534
+ "isExtensionMethod": false
1535
+ },
1476
1536
  {
1477
1537
  "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::FindByIdAsync(System.String,System.Threading.CancellationToken):Task_1",
1478
1538
  "clrName": "FindByIdAsync",
@@ -1648,6 +1708,26 @@
1648
1708
  "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
1649
1709
  "isExtensionMethod": false
1650
1710
  },
1711
+ {
1712
+ "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1713
+ "clrName": "GetUserIdAsync",
1714
+ "metadataToken": 100663567,
1715
+ "canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1716
+ "normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
1717
+ "emitScope": "ClassSurface",
1718
+ "provenance": "Original",
1719
+ "arity": 0,
1720
+ "parameterCount": 2,
1721
+ "isStatic": false,
1722
+ "isAbstract": true,
1723
+ "isVirtual": true,
1724
+ "isOverride": false,
1725
+ "isSealed": false,
1726
+ "visibility": "Public",
1727
+ "declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
1728
+ "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
1729
+ "isExtensionMethod": false
1730
+ },
1651
1731
  {
1652
1732
  "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
1653
1733
  "clrName": "SetUserNameAsync",
@@ -1842,6 +1922,46 @@
1842
1922
  "declaringClrType": "Microsoft.AspNetCore.Identity.IUserEmailStore\u00601",
1843
1923
  "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
1844
1924
  "isExtensionMethod": false
1925
+ },
1926
+ {
1927
+ "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1928
+ "clrName": "GetUserIdAsync",
1929
+ "metadataToken": 100663567,
1930
+ "canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1931
+ "normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
1932
+ "emitScope": "ClassSurface",
1933
+ "provenance": "Original",
1934
+ "arity": 0,
1935
+ "parameterCount": 2,
1936
+ "isStatic": false,
1937
+ "isAbstract": true,
1938
+ "isVirtual": true,
1939
+ "isOverride": false,
1940
+ "isSealed": false,
1941
+ "visibility": "Public",
1942
+ "declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
1943
+ "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
1944
+ "isExtensionMethod": false
1945
+ },
1946
+ {
1947
+ "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
1948
+ "clrName": "SetUserNameAsync",
1949
+ "metadataToken": 100663569,
1950
+ "canonicalSignature": "(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
1951
+ "normalizedSignature": "SetUserNameAsync|(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
1952
+ "emitScope": "ClassSurface",
1953
+ "provenance": "Original",
1954
+ "arity": 0,
1955
+ "parameterCount": 3,
1956
+ "isStatic": false,
1957
+ "isAbstract": true,
1958
+ "isVirtual": true,
1959
+ "isOverride": false,
1960
+ "isSealed": false,
1961
+ "visibility": "Public",
1962
+ "declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
1963
+ "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
1964
+ "isExtensionMethod": false
1845
1965
  }
1846
1966
  ],
1847
1967
  "properties": [],
@@ -1957,6 +2077,26 @@
1957
2077
  "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
1958
2078
  "isExtensionMethod": false
1959
2079
  },
2080
+ {
2081
+ "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2082
+ "clrName": "GetUserIdAsync",
2083
+ "metadataToken": 100663567,
2084
+ "canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2085
+ "normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
2086
+ "emitScope": "ClassSurface",
2087
+ "provenance": "Original",
2088
+ "arity": 0,
2089
+ "parameterCount": 2,
2090
+ "isStatic": false,
2091
+ "isAbstract": true,
2092
+ "isVirtual": true,
2093
+ "isOverride": false,
2094
+ "isSealed": false,
2095
+ "visibility": "Public",
2096
+ "declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
2097
+ "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
2098
+ "isExtensionMethod": false
2099
+ },
1960
2100
  {
1961
2101
  "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
1962
2102
  "clrName": "SetUserNameAsync",
@@ -2111,6 +2251,26 @@
2111
2251
  "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
2112
2252
  "isExtensionMethod": false
2113
2253
  },
2254
+ {
2255
+ "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2256
+ "clrName": "GetUserIdAsync",
2257
+ "metadataToken": 100663567,
2258
+ "canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2259
+ "normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
2260
+ "emitScope": "ClassSurface",
2261
+ "provenance": "Original",
2262
+ "arity": 0,
2263
+ "parameterCount": 2,
2264
+ "isStatic": false,
2265
+ "isAbstract": true,
2266
+ "isVirtual": true,
2267
+ "isOverride": false,
2268
+ "isSealed": false,
2269
+ "visibility": "Public",
2270
+ "declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
2271
+ "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
2272
+ "isExtensionMethod": false
2273
+ },
2114
2274
  {
2115
2275
  "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
2116
2276
  "clrName": "SetUserNameAsync",
@@ -2285,6 +2445,26 @@
2285
2445
  "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
2286
2446
  "isExtensionMethod": false
2287
2447
  },
2448
+ {
2449
+ "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2450
+ "clrName": "GetUserIdAsync",
2451
+ "metadataToken": 100663567,
2452
+ "canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2453
+ "normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
2454
+ "emitScope": "ClassSurface",
2455
+ "provenance": "Original",
2456
+ "arity": 0,
2457
+ "parameterCount": 2,
2458
+ "isStatic": false,
2459
+ "isAbstract": true,
2460
+ "isVirtual": true,
2461
+ "isOverride": false,
2462
+ "isSealed": false,
2463
+ "visibility": "Public",
2464
+ "declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
2465
+ "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
2466
+ "isExtensionMethod": false
2467
+ },
2288
2468
  {
2289
2469
  "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
2290
2470
  "clrName": "SetUserNameAsync",
@@ -2399,6 +2579,46 @@
2399
2579
  "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
2400
2580
  "isExtensionMethod": false
2401
2581
  },
2582
+ {
2583
+ "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2584
+ "clrName": "GetUserIdAsync",
2585
+ "metadataToken": 100663567,
2586
+ "canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2587
+ "normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
2588
+ "emitScope": "ClassSurface",
2589
+ "provenance": "Original",
2590
+ "arity": 0,
2591
+ "parameterCount": 2,
2592
+ "isStatic": false,
2593
+ "isAbstract": true,
2594
+ "isVirtual": true,
2595
+ "isOverride": false,
2596
+ "isSealed": false,
2597
+ "visibility": "Public",
2598
+ "declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
2599
+ "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
2600
+ "isExtensionMethod": false
2601
+ },
2602
+ {
2603
+ "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
2604
+ "clrName": "SetUserNameAsync",
2605
+ "metadataToken": 100663569,
2606
+ "canonicalSignature": "(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
2607
+ "normalizedSignature": "SetUserNameAsync|(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
2608
+ "emitScope": "ClassSurface",
2609
+ "provenance": "Original",
2610
+ "arity": 0,
2611
+ "parameterCount": 3,
2612
+ "isStatic": false,
2613
+ "isAbstract": true,
2614
+ "isVirtual": true,
2615
+ "isOverride": false,
2616
+ "isSealed": false,
2617
+ "visibility": "Public",
2618
+ "declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
2619
+ "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
2620
+ "isExtensionMethod": false
2621
+ },
2402
2622
  {
2403
2623
  "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::FindByIdAsync(System.String,System.Threading.CancellationToken):Task_1",
2404
2624
  "clrName": "FindByIdAsync",
@@ -2513,6 +2733,46 @@
2513
2733
  "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
2514
2734
  "isExtensionMethod": false
2515
2735
  },
2736
+ {
2737
+ "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2738
+ "clrName": "GetUserIdAsync",
2739
+ "metadataToken": 100663567,
2740
+ "canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2741
+ "normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
2742
+ "emitScope": "ClassSurface",
2743
+ "provenance": "Original",
2744
+ "arity": 0,
2745
+ "parameterCount": 2,
2746
+ "isStatic": false,
2747
+ "isAbstract": true,
2748
+ "isVirtual": true,
2749
+ "isOverride": false,
2750
+ "isSealed": false,
2751
+ "visibility": "Public",
2752
+ "declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
2753
+ "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
2754
+ "isExtensionMethod": false
2755
+ },
2756
+ {
2757
+ "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
2758
+ "clrName": "SetUserNameAsync",
2759
+ "metadataToken": 100663569,
2760
+ "canonicalSignature": "(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
2761
+ "normalizedSignature": "SetUserNameAsync|(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
2762
+ "emitScope": "ClassSurface",
2763
+ "provenance": "Original",
2764
+ "arity": 0,
2765
+ "parameterCount": 3,
2766
+ "isStatic": false,
2767
+ "isAbstract": true,
2768
+ "isVirtual": true,
2769
+ "isOverride": false,
2770
+ "isSealed": false,
2771
+ "visibility": "Public",
2772
+ "declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
2773
+ "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
2774
+ "isExtensionMethod": false
2775
+ },
2516
2776
  {
2517
2777
  "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::FindByIdAsync(System.String,System.Threading.CancellationToken):Task_1",
2518
2778
  "clrName": "FindByIdAsync",
@@ -2646,6 +2906,46 @@
2646
2906
  "declaringClrType": "Microsoft.AspNetCore.Identity.IUserRoleStore\u00601",
2647
2907
  "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
2648
2908
  "isExtensionMethod": false
2909
+ },
2910
+ {
2911
+ "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2912
+ "clrName": "GetUserIdAsync",
2913
+ "metadataToken": 100663567,
2914
+ "canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2915
+ "normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
2916
+ "emitScope": "ClassSurface",
2917
+ "provenance": "Original",
2918
+ "arity": 0,
2919
+ "parameterCount": 2,
2920
+ "isStatic": false,
2921
+ "isAbstract": true,
2922
+ "isVirtual": true,
2923
+ "isOverride": false,
2924
+ "isSealed": false,
2925
+ "visibility": "Public",
2926
+ "declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
2927
+ "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
2928
+ "isExtensionMethod": false
2929
+ },
2930
+ {
2931
+ "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
2932
+ "clrName": "SetUserNameAsync",
2933
+ "metadataToken": 100663569,
2934
+ "canonicalSignature": "(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
2935
+ "normalizedSignature": "SetUserNameAsync|(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
2936
+ "emitScope": "ClassSurface",
2937
+ "provenance": "Original",
2938
+ "arity": 0,
2939
+ "parameterCount": 3,
2940
+ "isStatic": false,
2941
+ "isAbstract": true,
2942
+ "isVirtual": true,
2943
+ "isOverride": false,
2944
+ "isSealed": false,
2945
+ "visibility": "Public",
2946
+ "declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
2947
+ "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
2948
+ "isExtensionMethod": false
2649
2949
  }
2650
2950
  ],
2651
2951
  "properties": [],
@@ -2721,6 +3021,46 @@
2721
3021
  "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
2722
3022
  "isExtensionMethod": false
2723
3023
  },
3024
+ {
3025
+ "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
3026
+ "clrName": "GetUserIdAsync",
3027
+ "metadataToken": 100663567,
3028
+ "canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
3029
+ "normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
3030
+ "emitScope": "ClassSurface",
3031
+ "provenance": "Original",
3032
+ "arity": 0,
3033
+ "parameterCount": 2,
3034
+ "isStatic": false,
3035
+ "isAbstract": true,
3036
+ "isVirtual": true,
3037
+ "isOverride": false,
3038
+ "isSealed": false,
3039
+ "visibility": "Public",
3040
+ "declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
3041
+ "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
3042
+ "isExtensionMethod": false
3043
+ },
3044
+ {
3045
+ "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
3046
+ "clrName": "SetUserNameAsync",
3047
+ "metadataToken": 100663569,
3048
+ "canonicalSignature": "(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
3049
+ "normalizedSignature": "SetUserNameAsync|(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
3050
+ "emitScope": "ClassSurface",
3051
+ "provenance": "Original",
3052
+ "arity": 0,
3053
+ "parameterCount": 3,
3054
+ "isStatic": false,
3055
+ "isAbstract": true,
3056
+ "isVirtual": true,
3057
+ "isOverride": false,
3058
+ "isSealed": false,
3059
+ "visibility": "Public",
3060
+ "declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
3061
+ "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
3062
+ "isExtensionMethod": false
3063
+ },
2724
3064
  {
2725
3065
  "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::FindByIdAsync(System.String,System.Threading.CancellationToken):Task_1",
2726
3066
  "clrName": "FindByIdAsync",
@@ -2922,6 +3262,26 @@
2922
3262
  "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
2923
3263
  "isExtensionMethod": false
2924
3264
  },
3265
+ {
3266
+ "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
3267
+ "clrName": "GetUserIdAsync",
3268
+ "metadataToken": 100663567,
3269
+ "canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
3270
+ "normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
3271
+ "emitScope": "ClassSurface",
3272
+ "provenance": "Original",
3273
+ "arity": 0,
3274
+ "parameterCount": 2,
3275
+ "isStatic": false,
3276
+ "isAbstract": true,
3277
+ "isVirtual": true,
3278
+ "isOverride": false,
3279
+ "isSealed": false,
3280
+ "visibility": "Public",
3281
+ "declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
3282
+ "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
3283
+ "isExtensionMethod": false
3284
+ },
2925
3285
  {
2926
3286
  "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
2927
3287
  "clrName": "SetUserNameAsync",
@@ -3036,6 +3396,26 @@
3036
3396
  "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
3037
3397
  "isExtensionMethod": false
3038
3398
  },
3399
+ {
3400
+ "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
3401
+ "clrName": "GetUserIdAsync",
3402
+ "metadataToken": 100663567,
3403
+ "canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
3404
+ "normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
3405
+ "emitScope": "ClassSurface",
3406
+ "provenance": "Original",
3407
+ "arity": 0,
3408
+ "parameterCount": 2,
3409
+ "isStatic": false,
3410
+ "isAbstract": true,
3411
+ "isVirtual": true,
3412
+ "isOverride": false,
3413
+ "isSealed": false,
3414
+ "visibility": "Public",
3415
+ "declaringClrType": "Microsoft.AspNetCore.Identity.IUserStore\u00601",
3416
+ "declaringAssemblyName": "Microsoft.Extensions.Identity.Core",
3417
+ "isExtensionMethod": false
3418
+ },
3039
3419
  {
3040
3420
  "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
3041
3421
  "clrName": "SetUserNameAsync",
@@ -17930,15 +18310,15 @@
17930
18310
  "sourceInterface": "Microsoft.AspNetCore.Identity.IUserLoginStore\u00601"
17931
18311
  },
17932
18312
  {
17933
- "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
17934
- "clrName": "SetUserNameAsync",
17935
- "metadataToken": 100663569,
17936
- "canonicalSignature": "(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
17937
- "normalizedSignature": "SetUserNameAsync|(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
18313
+ "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
18314
+ "clrName": "GetUserIdAsync",
18315
+ "metadataToken": 100663567,
18316
+ "canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
18317
+ "normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
17938
18318
  "emitScope": "ViewOnly",
17939
18319
  "provenance": "ExplicitView",
17940
18320
  "arity": 0,
17941
- "parameterCount": 3,
18321
+ "parameterCount": 2,
17942
18322
  "isStatic": false,
17943
18323
  "isAbstract": false,
17944
18324
  "isVirtual": true,
@@ -17951,15 +18331,15 @@
17951
18331
  "sourceInterface": "Microsoft.AspNetCore.Identity.IUserStore\u00601"
17952
18332
  },
17953
18333
  {
17954
- "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::FindByIdAsync(System.String,System.Threading.CancellationToken):Task_1",
17955
- "clrName": "FindByIdAsync",
17956
- "metadataToken": 100663575,
17957
- "canonicalSignature": "(System.String,System.Threading.CancellationToken):Task_1",
17958
- "normalizedSignature": "FindByIdAsync|(System.String,System.Threading.CancellationToken):Task_1|static=false",
18334
+ "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::SetUserNameAsync(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
18335
+ "clrName": "SetUserNameAsync",
18336
+ "metadataToken": 100663569,
18337
+ "canonicalSignature": "(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task",
18338
+ "normalizedSignature": "SetUserNameAsync|(TUser,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
17959
18339
  "emitScope": "ViewOnly",
17960
18340
  "provenance": "ExplicitView",
17961
18341
  "arity": 0,
17962
- "parameterCount": 2,
18342
+ "parameterCount": 3,
17963
18343
  "isStatic": false,
17964
18344
  "isAbstract": false,
17965
18345
  "isVirtual": true,
@@ -17972,11 +18352,11 @@
17972
18352
  "sourceInterface": "Microsoft.AspNetCore.Identity.IUserStore\u00601"
17973
18353
  },
17974
18354
  {
17975
- "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::GetUserIdAsync(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
17976
- "clrName": "GetUserIdAsync",
17977
- "metadataToken": 100663567,
17978
- "canonicalSignature": "(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
17979
- "normalizedSignature": "GetUserIdAsync|(TUser,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
18355
+ "stableId": "Microsoft.Extensions.Identity.Core:Microsoft.AspNetCore.Identity.IUserStore\u00601::FindByIdAsync(System.String,System.Threading.CancellationToken):Task_1",
18356
+ "clrName": "FindByIdAsync",
18357
+ "metadataToken": 100663575,
18358
+ "canonicalSignature": "(System.String,System.Threading.CancellationToken):Task_1",
18359
+ "normalizedSignature": "FindByIdAsync|(System.String,System.Threading.CancellationToken):Task_1|static=false",
17980
18360
  "emitScope": "ViewOnly",
17981
18361
  "provenance": "ExplicitView",
17982
18362
  "arity": 0,