@tsonic/efcore-sqlserver 0.1.2 → 10.0.2

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 (263) hide show
  1. package/Azure/bindings.json +1638 -2427
  2. package/Azure/internal/index.d.ts +169 -139
  3. package/Azure.Core/bindings.json +2874 -3751
  4. package/Azure.Core/internal/index.d.ts +326 -295
  5. package/Azure.Core.Cryptography/bindings.json +51 -65
  6. package/Azure.Core.Cryptography/internal/index.d.ts +5 -5
  7. package/Azure.Core.Diagnostics/bindings.json +79 -69
  8. package/Azure.Core.Diagnostics/internal/index.d.ts +13 -7
  9. package/Azure.Core.Diagnostics.d.ts +2 -2
  10. package/Azure.Core.Extensions/bindings.json +71 -57
  11. package/Azure.Core.Extensions/internal/index.d.ts +4 -4
  12. package/Azure.Core.GeoJson/bindings.json +814 -1379
  13. package/Azure.Core.GeoJson/internal/index.d.ts +67 -67
  14. package/Azure.Core.Pipeline/bindings.json +847 -880
  15. package/Azure.Core.Pipeline/internal/index.d.ts +79 -56
  16. package/Azure.Core.Pipeline.d.ts +2 -2
  17. package/Azure.Core.Serialization/bindings.json +251 -302
  18. package/Azure.Core.Serialization/internal/index.d.ts +22 -21
  19. package/Azure.Core.d.ts +1 -1
  20. package/Azure.Identity/bindings.json +2882 -7099
  21. package/Azure.Identity/internal/index.d.ts +250 -229
  22. package/Azure.Identity.d.ts +1 -1
  23. package/Azure.Messaging/bindings.json +166 -230
  24. package/Azure.Messaging/internal/index.d.ts +27 -22
  25. package/Azure.d.ts +1 -1
  26. package/Microsoft.Data/bindings.json +34 -27
  27. package/Microsoft.Data/internal/index.d.ts +2 -2
  28. package/Microsoft.Data.Sql/bindings.json +57 -94
  29. package/Microsoft.Data.Sql/internal/index.d.ts +5 -5
  30. package/Microsoft.Data.SqlClient/bindings.json +6187 -8407
  31. package/Microsoft.Data.SqlClient/internal/index.d.ts +718 -626
  32. package/Microsoft.Data.SqlClient.DataClassification/bindings.json +173 -283
  33. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +12 -12
  34. package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +1458 -1995
  35. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +159 -159
  36. package/Microsoft.Data.SqlClient.Server/bindings.json +1112 -1776
  37. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +131 -131
  38. package/Microsoft.Data.SqlTypes/bindings.json +257 -405
  39. package/Microsoft.Data.SqlTypes/internal/index.d.ts +30 -30
  40. package/Microsoft.EntityFrameworkCore/bindings.json +7017 -8970
  41. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +533 -526
  42. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +92 -304
  43. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +26 -26
  44. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +269 -289
  45. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +22 -21
  46. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +44 -59
  47. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +4 -4
  48. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +311 -536
  49. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +32 -32
  50. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +1083 -457
  51. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +111 -39
  52. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
  53. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +41 -30
  54. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +2 -2
  55. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +946 -40
  56. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +58 -8
  57. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +72 -61
  58. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +4 -4
  59. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +6 -5
  60. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +233 -207
  61. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +25 -17
  62. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
  63. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +60 -267
  64. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +23 -23
  65. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +175 -257
  66. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +23 -23
  67. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +666 -569
  68. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +69 -45
  69. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
  70. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +565 -879
  71. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +79 -79
  72. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +138 -469
  73. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +41 -41
  74. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +204 -211
  75. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +23 -17
  76. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
  77. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +3431 -2277
  78. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +326 -147
  79. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +71 -60
  80. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +12 -7
  81. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
  82. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
  83. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +90 -98
  84. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +6 -6
  85. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +2295 -1113
  86. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +263 -93
  87. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
  88. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +548 -284
  89. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +54 -23
  90. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
  91. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +252 -204
  92. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +25 -12
  93. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
  94. package/Microsoft.EntityFrameworkCore.d.ts +1 -1
  95. package/Microsoft.Extensions.DependencyInjection/bindings.json +62 -70
  96. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +6 -6
  97. package/Microsoft.Identity.Client/bindings.json +6237 -13523
  98. package/Microsoft.Identity.Client/internal/index.d.ts +741 -675
  99. package/Microsoft.Identity.Client.Advanced/bindings.json +21 -15
  100. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +1 -1
  101. package/Microsoft.Identity.Client.AppConfig/bindings.json +90 -148
  102. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +10 -10
  103. package/Microsoft.Identity.Client.AuthScheme/bindings.json +48 -72
  104. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +6 -6
  105. package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +29 -39
  106. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -3
  107. package/Microsoft.Identity.Client.Cache/bindings.json +65 -95
  108. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +6 -6
  109. package/Microsoft.Identity.Client.Extensibility/bindings.json +297 -380
  110. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +27 -26
  111. package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +379 -668
  112. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +51 -50
  113. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
  114. package/Microsoft.Identity.Client.Kerberos/bindings.json +191 -288
  115. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +21 -21
  116. package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +50 -103
  117. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +8 -8
  118. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +30 -12
  119. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +2 -1
  120. package/Microsoft.Identity.Client.RP/bindings.json +39 -30
  121. package/Microsoft.Identity.Client.RP/internal/index.d.ts +2 -2
  122. package/Microsoft.Identity.Client.Region/bindings.json +46 -81
  123. package/Microsoft.Identity.Client.Region/internal/index.d.ts +6 -6
  124. package/Microsoft.Identity.Client.SSHCertificates/bindings.json +28 -26
  125. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
  126. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +20 -25
  127. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +1 -1
  128. package/Microsoft.Identity.Client.Utils/bindings.json +56 -70
  129. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -6
  130. package/Microsoft.Identity.Client.Utils.Windows/bindings.json +28 -26
  131. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
  132. package/Microsoft.IdentityModel.Abstractions/bindings.json +426 -581
  133. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +42 -41
  134. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +828 -1776
  135. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +154 -147
  136. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
  137. package/Microsoft.IdentityModel.Logging/bindings.json +516 -773
  138. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +69 -64
  139. package/Microsoft.IdentityModel.Logging.d.ts +1 -1
  140. package/Microsoft.IdentityModel.Protocols/bindings.json +507 -898
  141. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +47 -46
  142. package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +43 -94
  143. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -2
  144. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
  145. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +2335 -4306
  146. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +316 -301
  147. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +45 -50
  148. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -2
  149. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
  150. package/Microsoft.IdentityModel.Tokens/bindings.json +5594 -8774
  151. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +578 -478
  152. package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +40 -71
  153. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +5 -5
  154. package/Microsoft.IdentityModel.Tokens.d.ts +1 -1
  155. package/Microsoft.SqlServer.Server/bindings.json +385 -633
  156. package/Microsoft.SqlServer.Server/internal/index.d.ts +40 -40
  157. package/System/bindings.json +236 -402
  158. package/System/internal/index.d.ts +28 -28
  159. package/System.ClientModel/bindings.json +448 -433
  160. package/System.ClientModel/internal/index.d.ts +48 -32
  161. package/System.ClientModel.Primitives/bindings.json +2665 -2310
  162. package/System.ClientModel.Primitives/internal/index.d.ts +269 -175
  163. package/System.ClientModel.Primitives.d.ts +2 -2
  164. package/System.Configuration/bindings.json +9039 -12341
  165. package/System.Configuration/internal/index.d.ts +837 -565
  166. package/System.Configuration.Internal/bindings.json +985 -1442
  167. package/System.Configuration.Internal/internal/index.d.ts +115 -115
  168. package/System.Configuration.Provider/bindings.json +155 -188
  169. package/System.Configuration.Provider/internal/index.d.ts +16 -14
  170. package/System.Configuration.Provider.d.ts +1 -1
  171. package/System.Configuration.d.ts +3 -3
  172. package/System.Diagnostics/bindings.json +28 -15
  173. package/System.Diagnostics/internal/index.d.ts +1 -1
  174. package/System.Drawing.Configuration/bindings.json +39 -137
  175. package/System.Drawing.Configuration/internal/index.d.ts +12 -4
  176. package/System.Drawing.Configuration.d.ts +5 -2
  177. package/System.IdentityModel.Tokens.Jwt/bindings.json +1367 -2255
  178. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +184 -170
  179. package/System.Security.Cryptography/bindings.json +66 -63
  180. package/System.Security.Cryptography/internal/index.d.ts +4 -4
  181. package/System.Text.Json.Serialization/bindings.json +32 -36
  182. package/System.Text.Json.Serialization/internal/index.d.ts +2 -2
  183. package/__build/scripts/generate.sh +4 -4
  184. package/__internal/extensions/index.d.ts +27 -27
  185. package/package.json +5 -5
  186. package/Azure/internal/metadata.json +0 -2772
  187. package/Azure.Core/internal/metadata.json +0 -5291
  188. package/Azure.Core.Cryptography/internal/metadata.json +0 -122
  189. package/Azure.Core.Diagnostics/internal/metadata.json +0 -87
  190. package/Azure.Core.Extensions/internal/metadata.json +0 -139
  191. package/Azure.Core.GeoJson/internal/metadata.json +0 -1469
  192. package/Azure.Core.Pipeline/internal/metadata.json +0 -1181
  193. package/Azure.Core.Serialization/internal/metadata.json +0 -468
  194. package/Azure.Identity/internal/metadata.json +0 -5255
  195. package/Azure.Messaging/internal/metadata.json +0 -316
  196. package/Microsoft.Data/internal/metadata.json +0 -59
  197. package/Microsoft.Data.Sql/internal/metadata.json +0 -136
  198. package/Microsoft.Data.SqlClient/internal/metadata.json +0 -10965
  199. package/Microsoft.Data.SqlClient.DataClassification/internal/metadata.json +0 -383
  200. package/Microsoft.Data.SqlClient.Diagnostics/internal/metadata.json +0 -2693
  201. package/Microsoft.Data.SqlClient.Server/internal/metadata.json +0 -2235
  202. package/Microsoft.Data.SqlTypes/internal/metadata.json +0 -558
  203. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -9025
  204. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -303
  205. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -455
  206. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -72
  207. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/metadata.json +0 -660
  208. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -706
  209. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -88
  210. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
  211. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/metadata.json +0 -100
  212. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/metadata.json +0 -317
  213. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/metadata.json +0 -238
  214. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/metadata.json +0 -393
  215. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +0 -790
  216. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/metadata.json +0 -1294
  217. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +0 -452
  218. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/metadata.json +0 -317
  219. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +0 -3289
  220. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/metadata.json +0 -95
  221. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/metadata.json +0 -167
  222. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +0 -1697
  223. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/metadata.json +0 -500
  224. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/metadata.json +0 -339
  225. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -127
  226. package/Microsoft.Identity.Client/internal/metadata.json +0 -11985
  227. package/Microsoft.Identity.Client.Advanced/internal/metadata.json +0 -41
  228. package/Microsoft.Identity.Client.AppConfig/internal/metadata.json +0 -212
  229. package/Microsoft.Identity.Client.AuthScheme/internal/metadata.json +0 -118
  230. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/metadata.json +0 -72
  231. package/Microsoft.Identity.Client.Cache/internal/metadata.json +0 -123
  232. package/Microsoft.Identity.Client.Extensibility/internal/metadata.json +0 -620
  233. package/Microsoft.Identity.Client.Extensions.Msal/internal/metadata.json +0 -877
  234. package/Microsoft.Identity.Client.Kerberos/internal/metadata.json +0 -386
  235. package/Microsoft.Identity.Client.ManagedIdentity/internal/metadata.json +0 -106
  236. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/metadata.json +0 -41
  237. package/Microsoft.Identity.Client.RP/internal/metadata.json +0 -74
  238. package/Microsoft.Identity.Client.Region/internal/metadata.json +0 -88
  239. package/Microsoft.Identity.Client.SSHCertificates/internal/metadata.json +0 -57
  240. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/metadata.json +0 -46
  241. package/Microsoft.Identity.Client.Utils/internal/metadata.json +0 -121
  242. package/Microsoft.Identity.Client.Utils.Windows/internal/metadata.json +0 -57
  243. package/Microsoft.IdentityModel.Abstractions/internal/metadata.json +0 -843
  244. package/Microsoft.IdentityModel.JsonWebTokens/internal/metadata.json +0 -1997
  245. package/Microsoft.IdentityModel.Logging/internal/metadata.json +0 -1117
  246. package/Microsoft.IdentityModel.Protocols/internal/metadata.json +0 -1067
  247. package/Microsoft.IdentityModel.Protocols.Configuration/internal/metadata.json +0 -72
  248. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/metadata.json +0 -4288
  249. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/metadata.json +0 -80
  250. package/Microsoft.IdentityModel.Tokens/internal/metadata.json +0 -10430
  251. package/Microsoft.IdentityModel.Tokens.Configuration/internal/metadata.json +0 -101
  252. package/Microsoft.SqlServer.Server/internal/metadata.json +0 -792
  253. package/System/internal/metadata.json +0 -523
  254. package/System.ClientModel/internal/metadata.json +0 -637
  255. package/System.ClientModel.Primitives/internal/metadata.json +0 -3433
  256. package/System.Configuration/internal/metadata.json +0 -11888
  257. package/System.Configuration.Internal/internal/metadata.json +0 -2269
  258. package/System.Configuration.Provider/internal/metadata.json +0 -284
  259. package/System.Diagnostics/internal/metadata.json +0 -48
  260. package/System.Drawing.Configuration/internal/metadata.json +0 -46
  261. package/System.IdentityModel.Tokens.Jwt/internal/metadata.json +0 -2556
  262. package/System.Security.Cryptography/internal/metadata.json +0 -104
  263. package/System.Text.Json.Serialization/internal/metadata.json +0 -70
@@ -1,23 +1,67 @@
1
1
  {
2
2
  "namespace": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal",
3
+ "contributingAssemblies": [
4
+ "Microsoft.EntityFrameworkCore.SqlServer"
5
+ ],
3
6
  "types": [
4
7
  {
5
8
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
6
9
  "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
7
- "tsEmitName": "SqlServerHistoryRepository",
8
10
  "assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
9
11
  "metadataToken": 0,
12
+ "kind": "Class",
13
+ "accessibility": "Public",
14
+ "isAbstract": false,
15
+ "isSealed": false,
16
+ "isStatic": false,
17
+ "arity": 0,
18
+ "baseType": {
19
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
20
+ "clrName": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository"
21
+ },
22
+ "interfaces": [
23
+ {
24
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
25
+ "clrName": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository"
26
+ }
27
+ ],
10
28
  "methods": [
29
+ {
30
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository::InterpretExistsResult(System.Object):System.Boolean",
31
+ "clrName": "InterpretExistsResult",
32
+ "metadataToken": 100665149,
33
+ "canonicalSignature": "(System.Object):System.Boolean",
34
+ "normalizedSignature": "InterpretExistsResult|(System.Object):System.Boolean|static=false",
35
+ "emitScope": "ClassSurface",
36
+ "provenance": "Original",
37
+ "arity": 0,
38
+ "parameterCount": 1,
39
+ "isStatic": false,
40
+ "isAbstract": false,
41
+ "isVirtual": true,
42
+ "isOverride": true,
43
+ "isSealed": false,
44
+ "visibility": "Protected",
45
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
46
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
47
+ "isExtensionMethod": false
48
+ },
11
49
  {
12
50
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository::AcquireDatabaseLock():Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock",
13
51
  "clrName": "AcquireDatabaseLock",
14
- "tsEmitName": "acquireDatabaseLock",
15
52
  "metadataToken": 100665151,
16
53
  "canonicalSignature": "():Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock",
17
54
  "normalizedSignature": "AcquireDatabaseLock|():Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock|static=false",
18
55
  "emitScope": "ClassSurface",
56
+ "provenance": "Original",
19
57
  "arity": 0,
20
58
  "parameterCount": 0,
59
+ "isStatic": false,
60
+ "isAbstract": false,
61
+ "isVirtual": true,
62
+ "isOverride": true,
63
+ "isSealed": false,
64
+ "visibility": "Public",
21
65
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
22
66
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
23
67
  "isExtensionMethod": false
@@ -25,13 +69,19 @@
25
69
  {
26
70
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository::AcquireDatabaseLockAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
27
71
  "clrName": "AcquireDatabaseLockAsync",
28
- "tsEmitName": "acquireDatabaseLockAsync",
29
72
  "metadataToken": 100665152,
30
73
  "canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
31
74
  "normalizedSignature": "AcquireDatabaseLockAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
32
75
  "emitScope": "ClassSurface",
76
+ "provenance": "Original",
33
77
  "arity": 0,
34
78
  "parameterCount": 1,
79
+ "isStatic": false,
80
+ "isAbstract": false,
81
+ "isVirtual": true,
82
+ "isOverride": true,
83
+ "isSealed": false,
84
+ "visibility": "Public",
35
85
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
36
86
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
37
87
  "isExtensionMethod": false
@@ -39,13 +89,19 @@
39
89
  {
40
90
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository::GetCreateIfNotExistsScript():System.String",
41
91
  "clrName": "GetCreateIfNotExistsScript",
42
- "tsEmitName": "getCreateIfNotExistsScript",
43
92
  "metadataToken": 100665156,
44
93
  "canonicalSignature": "():System.String",
45
94
  "normalizedSignature": "GetCreateIfNotExistsScript|():System.String|static=false",
46
95
  "emitScope": "ClassSurface",
96
+ "provenance": "Original",
47
97
  "arity": 0,
48
98
  "parameterCount": 0,
99
+ "isStatic": false,
100
+ "isAbstract": false,
101
+ "isVirtual": true,
102
+ "isOverride": true,
103
+ "isSealed": false,
104
+ "visibility": "Public",
49
105
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
50
106
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
51
107
  "isExtensionMethod": false
@@ -53,13 +109,19 @@
53
109
  {
54
110
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository::GetBeginIfNotExistsScript(System.String):System.String",
55
111
  "clrName": "GetBeginIfNotExistsScript",
56
- "tsEmitName": "getBeginIfNotExistsScript",
57
112
  "metadataToken": 100665157,
58
113
  "canonicalSignature": "(System.String):System.String",
59
114
  "normalizedSignature": "GetBeginIfNotExistsScript|(System.String):System.String|static=false",
60
115
  "emitScope": "ClassSurface",
116
+ "provenance": "Original",
61
117
  "arity": 0,
62
118
  "parameterCount": 1,
119
+ "isStatic": false,
120
+ "isAbstract": false,
121
+ "isVirtual": true,
122
+ "isOverride": true,
123
+ "isSealed": false,
124
+ "visibility": "Public",
63
125
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
64
126
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
65
127
  "isExtensionMethod": false
@@ -67,13 +129,19 @@
67
129
  {
68
130
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository::GetBeginIfExistsScript(System.String):System.String",
69
131
  "clrName": "GetBeginIfExistsScript",
70
- "tsEmitName": "getBeginIfExistsScript",
71
132
  "metadataToken": 100665158,
72
133
  "canonicalSignature": "(System.String):System.String",
73
134
  "normalizedSignature": "GetBeginIfExistsScript|(System.String):System.String|static=false",
74
135
  "emitScope": "ClassSurface",
136
+ "provenance": "Original",
75
137
  "arity": 0,
76
138
  "parameterCount": 1,
139
+ "isStatic": false,
140
+ "isAbstract": false,
141
+ "isVirtual": true,
142
+ "isOverride": true,
143
+ "isSealed": false,
144
+ "visibility": "Public",
77
145
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
78
146
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
79
147
  "isExtensionMethod": false
@@ -81,30 +149,60 @@
81
149
  {
82
150
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository::GetEndIfScript():System.String",
83
151
  "clrName": "GetEndIfScript",
84
- "tsEmitName": "getEndIfScript",
85
152
  "metadataToken": 100665159,
86
153
  "canonicalSignature": "():System.String",
87
154
  "normalizedSignature": "GetEndIfScript|():System.String|static=false",
88
155
  "emitScope": "ClassSurface",
156
+ "provenance": "Original",
89
157
  "arity": 0,
90
158
  "parameterCount": 0,
159
+ "isStatic": false,
160
+ "isAbstract": false,
161
+ "isVirtual": true,
162
+ "isOverride": true,
163
+ "isSealed": false,
164
+ "visibility": "Public",
91
165
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
92
166
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
93
167
  "isExtensionMethod": false
94
168
  }
95
169
  ],
96
170
  "properties": [
171
+ {
172
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository::ExistsSql:System.String",
173
+ "clrName": "ExistsSql",
174
+ "metadataToken": 385876181,
175
+ "canonicalSignature": ":System.String",
176
+ "normalizedSignature": "ExistsSql|:System.String|static=false|accessor=get",
177
+ "emitScope": "ClassSurface",
178
+ "provenance": "Original",
179
+ "isIndexer": false,
180
+ "hasGetter": true,
181
+ "hasSetter": false,
182
+ "isStatic": false,
183
+ "isAbstract": false,
184
+ "isVirtual": true,
185
+ "isOverride": true,
186
+ "visibility": "Protected",
187
+ "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
188
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
189
+ },
97
190
  {
98
191
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository::LockReleaseBehavior:Microsoft.EntityFrameworkCore.Migrations.LockReleaseBehavior",
99
192
  "clrName": "LockReleaseBehavior",
100
- "tsEmitName": "lockReleaseBehavior",
101
193
  "metadataToken": 385876182,
102
194
  "canonicalSignature": ":Microsoft.EntityFrameworkCore.Migrations.LockReleaseBehavior",
103
195
  "normalizedSignature": "LockReleaseBehavior|:Microsoft.EntityFrameworkCore.Migrations.LockReleaseBehavior|static=false|accessor=get",
104
196
  "emitScope": "ClassSurface",
197
+ "provenance": "Original",
105
198
  "isIndexer": false,
106
199
  "hasGetter": true,
107
200
  "hasSetter": false,
201
+ "isStatic": false,
202
+ "isAbstract": false,
203
+ "isVirtual": true,
204
+ "isOverride": true,
205
+ "visibility": "Public",
108
206
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
109
207
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
110
208
  }
@@ -119,113 +217,58 @@
119
217
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies):void|static=false",
120
218
  "isStatic": false,
121
219
  "parameterCount": 1,
220
+ "visibility": "Public",
122
221
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
123
222
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
124
223
  }
125
- ],
126
- "exposedMethods": [
127
- {
128
- "tsName": "acquireDatabaseLock",
129
- "isStatic": false,
130
- "tsSignatureId": "AcquireDatabaseLock|():Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock|static=false",
131
- "target": {
132
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
133
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
134
- "metadataToken": 100665151
135
- }
136
- },
137
- {
138
- "tsName": "acquireDatabaseLockAsync",
139
- "isStatic": false,
140
- "tsSignatureId": "AcquireDatabaseLockAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock,Microsoft.EntityFrameworkCore.Relational,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
141
- "target": {
142
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
143
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
144
- "metadataToken": 100665152
145
- }
146
- },
147
- {
148
- "tsName": "getCreateIfNotExistsScript",
149
- "isStatic": false,
150
- "tsSignatureId": "GetCreateIfNotExistsScript|():System.String|static=false",
151
- "target": {
152
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
153
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
154
- "metadataToken": 100665156
155
- }
156
- },
157
- {
158
- "tsName": "getBeginIfNotExistsScript",
159
- "isStatic": false,
160
- "tsSignatureId": "GetBeginIfNotExistsScript|(System.String):System.String|static=false",
161
- "target": {
162
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
163
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
164
- "metadataToken": 100665157
165
- }
166
- },
167
- {
168
- "tsName": "getBeginIfExistsScript",
169
- "isStatic": false,
170
- "tsSignatureId": "GetBeginIfExistsScript|(System.String):System.String|static=false",
171
- "target": {
172
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
173
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
174
- "metadataToken": 100665158
175
- }
176
- },
177
- {
178
- "tsName": "getEndIfScript",
179
- "isStatic": false,
180
- "tsSignatureId": "GetEndIfScript|():System.String|static=false",
181
- "target": {
182
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
183
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
184
- "metadataToken": 100665159
185
- }
186
- }
187
- ],
188
- "exposedProperties": [
189
- {
190
- "tsName": "lockReleaseBehavior",
191
- "isStatic": false,
192
- "tsSignatureId": "LockReleaseBehavior|:Microsoft.EntityFrameworkCore.Migrations.LockReleaseBehavior|static=false|accessor=get",
193
- "target": {
194
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
195
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
196
- "metadataToken": 385876182
197
- }
198
- }
199
- ],
200
- "exposedConstructors": [
201
- {
202
- "isStatic": false,
203
- "tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies):void|static=false",
204
- "target": {
205
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
206
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
207
- "metadataToken": 100665147
208
- }
209
- }
210
224
  ]
211
225
  },
212
226
  {
213
227
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationDatabaseLock",
214
228
  "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationDatabaseLock",
215
- "tsEmitName": "SqlServerMigrationDatabaseLock",
216
229
  "assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
217
230
  "metadataToken": 0,
231
+ "kind": "Class",
232
+ "accessibility": "Public",
233
+ "isAbstract": false,
234
+ "isSealed": false,
235
+ "isStatic": false,
236
+ "arity": 0,
237
+ "baseType": {
238
+ "stableId": "System.Private.CoreLib:System.Object",
239
+ "clrName": "System.Object"
240
+ },
241
+ "interfaces": [
242
+ {
243
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock",
244
+ "clrName": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock"
245
+ },
246
+ {
247
+ "stableId": "System.Private.CoreLib:System.IDisposable",
248
+ "clrName": "System.IDisposable"
249
+ },
250
+ {
251
+ "stableId": "System.Private.CoreLib:System.IAsyncDisposable",
252
+ "clrName": "System.IAsyncDisposable"
253
+ }
254
+ ],
218
255
  "methods": [
219
256
  {
220
257
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationDatabaseLock::Dispose():System.Void",
221
258
  "clrName": "Dispose",
222
- "tsEmitName": "dispose",
223
259
  "metadataToken": 100665162,
224
260
  "canonicalSignature": "():System.Void",
225
261
  "normalizedSignature": "Dispose|():System.Void|static=false",
226
262
  "emitScope": "ClassSurface",
263
+ "provenance": "Original",
227
264
  "arity": 0,
228
265
  "parameterCount": 0,
266
+ "isStatic": false,
267
+ "isAbstract": false,
268
+ "isVirtual": true,
269
+ "isOverride": false,
270
+ "isSealed": true,
271
+ "visibility": "Public",
229
272
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationDatabaseLock",
230
273
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
231
274
  "isExtensionMethod": false
@@ -233,13 +276,19 @@
233
276
  {
234
277
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationDatabaseLock::DisposeAsync():System.Threading.Tasks.ValueTask",
235
278
  "clrName": "DisposeAsync",
236
- "tsEmitName": "disposeAsync",
237
279
  "metadataToken": 100665163,
238
280
  "canonicalSignature": "():System.Threading.Tasks.ValueTask",
239
281
  "normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
240
282
  "emitScope": "ClassSurface",
283
+ "provenance": "Original",
241
284
  "arity": 0,
242
285
  "parameterCount": 0,
286
+ "isStatic": false,
287
+ "isAbstract": false,
288
+ "isVirtual": true,
289
+ "isOverride": false,
290
+ "isSealed": true,
291
+ "visibility": "Public",
243
292
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationDatabaseLock",
244
293
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
245
294
  "isExtensionMethod": false
@@ -249,14 +298,19 @@
249
298
  {
250
299
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationDatabaseLock::HistoryRepository:Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
251
300
  "clrName": "HistoryRepository",
252
- "tsEmitName": "historyRepository",
253
301
  "metadataToken": 385876183,
254
302
  "canonicalSignature": ":Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
255
303
  "normalizedSignature": "HistoryRepository|:Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository|static=false|accessor=get",
256
304
  "emitScope": "ClassSurface",
305
+ "provenance": "Original",
257
306
  "isIndexer": false,
258
307
  "hasGetter": true,
259
308
  "hasSetter": false,
309
+ "isStatic": false,
310
+ "isAbstract": false,
311
+ "isVirtual": true,
312
+ "isOverride": false,
313
+ "visibility": "Public",
260
314
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationDatabaseLock",
261
315
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
262
316
  }
@@ -271,73 +325,50 @@
271
325
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.IRelationalCommand,Microsoft.EntityFrameworkCore.Storage.RelationalCommandParameterObject,Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository,System.Threading.CancellationToken):void|static=false",
272
326
  "isStatic": false,
273
327
  "parameterCount": 4,
328
+ "visibility": "Public",
274
329
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationDatabaseLock",
275
330
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
276
331
  }
277
- ],
278
- "exposedMethods": [
279
- {
280
- "tsName": "dispose",
281
- "isStatic": false,
282
- "tsSignatureId": "Dispose|():System.Void|static=false",
283
- "target": {
284
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationDatabaseLock",
285
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
286
- "metadataToken": 100665162
287
- }
288
- },
289
- {
290
- "tsName": "disposeAsync",
291
- "isStatic": false,
292
- "tsSignatureId": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
293
- "target": {
294
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationDatabaseLock",
295
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
296
- "metadataToken": 100665163
297
- }
298
- }
299
- ],
300
- "exposedProperties": [
301
- {
302
- "tsName": "historyRepository",
303
- "isStatic": false,
304
- "tsSignatureId": "HistoryRepository|:Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository|static=false|accessor=get",
305
- "target": {
306
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationDatabaseLock",
307
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
308
- "metadataToken": 385876183
309
- }
310
- }
311
- ],
312
- "exposedConstructors": [
313
- {
314
- "isStatic": false,
315
- "tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Storage.IRelationalCommand,Microsoft.EntityFrameworkCore.Storage.RelationalCommandParameterObject,Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository,System.Threading.CancellationToken):void|static=false",
316
- "target": {
317
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationDatabaseLock",
318
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
319
- "metadataToken": 100665160
320
- }
321
- }
322
332
  ]
323
333
  },
324
334
  {
325
335
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationsAnnotationProvider",
326
336
  "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationsAnnotationProvider",
327
- "tsEmitName": "SqlServerMigrationsAnnotationProvider",
328
337
  "assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
329
338
  "metadataToken": 0,
339
+ "kind": "Class",
340
+ "accessibility": "Public",
341
+ "isAbstract": false,
342
+ "isSealed": false,
343
+ "isStatic": false,
344
+ "arity": 0,
345
+ "baseType": {
346
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProvider",
347
+ "clrName": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProvider"
348
+ },
349
+ "interfaces": [
350
+ {
351
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
352
+ "clrName": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider"
353
+ }
354
+ ],
330
355
  "methods": [
331
356
  {
332
357
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationsAnnotationProvider::ForRemove(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
333
358
  "clrName": "ForRemove",
334
- "tsEmitName": "forRemove",
335
359
  "metadataToken": 100665165,
336
360
  "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
337
361
  "normalizedSignature": "ForRemove|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
338
362
  "emitScope": "ClassSurface",
363
+ "provenance": "Original",
339
364
  "arity": 0,
340
365
  "parameterCount": 1,
366
+ "isStatic": false,
367
+ "isAbstract": false,
368
+ "isVirtual": true,
369
+ "isOverride": true,
370
+ "isSealed": false,
371
+ "visibility": "Public",
341
372
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationsAnnotationProvider",
342
373
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
343
374
  "isExtensionMethod": false
@@ -345,13 +376,19 @@
345
376
  {
346
377
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationsAnnotationProvider::ForRemove(Microsoft.EntityFrameworkCore.Metadata.ITable):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
347
378
  "clrName": "ForRemove",
348
- "tsEmitName": "forRemove",
349
379
  "metadataToken": 100665166,
350
380
  "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITable):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
351
381
  "normalizedSignature": "ForRemove|(Microsoft.EntityFrameworkCore.Metadata.ITable):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
352
382
  "emitScope": "ClassSurface",
383
+ "provenance": "Original",
353
384
  "arity": 0,
354
385
  "parameterCount": 1,
386
+ "isStatic": false,
387
+ "isAbstract": false,
388
+ "isVirtual": true,
389
+ "isOverride": true,
390
+ "isSealed": false,
391
+ "visibility": "Public",
355
392
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationsAnnotationProvider",
356
393
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
357
394
  "isExtensionMethod": false
@@ -359,13 +396,19 @@
359
396
  {
360
397
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationsAnnotationProvider::ForRemove(Microsoft.EntityFrameworkCore.Metadata.IColumn):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
361
398
  "clrName": "ForRemove",
362
- "tsEmitName": "forRemove",
363
399
  "metadataToken": 100665167,
364
400
  "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IColumn):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
365
401
  "normalizedSignature": "ForRemove|(Microsoft.EntityFrameworkCore.Metadata.IColumn):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
366
402
  "emitScope": "ClassSurface",
403
+ "provenance": "Original",
367
404
  "arity": 0,
368
405
  "parameterCount": 1,
406
+ "isStatic": false,
407
+ "isAbstract": false,
408
+ "isVirtual": true,
409
+ "isOverride": true,
410
+ "isSealed": false,
411
+ "visibility": "Public",
369
412
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationsAnnotationProvider",
370
413
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
371
414
  "isExtensionMethod": false
@@ -373,13 +416,19 @@
373
416
  {
374
417
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationsAnnotationProvider::ForRename(Microsoft.EntityFrameworkCore.Metadata.ITable):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
375
418
  "clrName": "ForRename",
376
- "tsEmitName": "forRename",
377
419
  "metadataToken": 100665168,
378
420
  "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.ITable):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
379
421
  "normalizedSignature": "ForRename|(Microsoft.EntityFrameworkCore.Metadata.ITable):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
380
422
  "emitScope": "ClassSurface",
423
+ "provenance": "Original",
381
424
  "arity": 0,
382
425
  "parameterCount": 1,
426
+ "isStatic": false,
427
+ "isAbstract": false,
428
+ "isVirtual": true,
429
+ "isOverride": true,
430
+ "isSealed": false,
431
+ "visibility": "Public",
383
432
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationsAnnotationProvider",
384
433
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
385
434
  "isExtensionMethod": false
@@ -387,13 +436,19 @@
387
436
  {
388
437
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationsAnnotationProvider::ForRename(Microsoft.EntityFrameworkCore.Metadata.IColumn):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
389
438
  "clrName": "ForRename",
390
- "tsEmitName": "forRename",
391
439
  "metadataToken": 100665169,
392
440
  "canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IColumn):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
393
441
  "normalizedSignature": "ForRename|(Microsoft.EntityFrameworkCore.Metadata.IColumn):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
394
442
  "emitScope": "ClassSurface",
443
+ "provenance": "Original",
395
444
  "arity": 0,
396
445
  "parameterCount": 1,
446
+ "isStatic": false,
447
+ "isAbstract": false,
448
+ "isVirtual": true,
449
+ "isOverride": true,
450
+ "isSealed": false,
451
+ "visibility": "Public",
397
452
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationsAnnotationProvider",
398
453
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
399
454
  "isExtensionMethod": false
@@ -410,72 +465,10 @@
410
465
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProviderDependencies):void|static=false",
411
466
  "isStatic": false,
412
467
  "parameterCount": 1,
468
+ "visibility": "Public",
413
469
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationsAnnotationProvider",
414
470
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
415
471
  }
416
- ],
417
- "exposedMethods": [
418
- {
419
- "tsName": "forRemove",
420
- "isStatic": false,
421
- "tsSignatureId": "ForRemove|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
422
- "target": {
423
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationsAnnotationProvider",
424
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
425
- "metadataToken": 100665165
426
- }
427
- },
428
- {
429
- "tsName": "forRemove",
430
- "isStatic": false,
431
- "tsSignatureId": "ForRemove|(Microsoft.EntityFrameworkCore.Metadata.ITable):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
432
- "target": {
433
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationsAnnotationProvider",
434
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
435
- "metadataToken": 100665166
436
- }
437
- },
438
- {
439
- "tsName": "forRemove",
440
- "isStatic": false,
441
- "tsSignatureId": "ForRemove|(Microsoft.EntityFrameworkCore.Metadata.IColumn):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
442
- "target": {
443
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationsAnnotationProvider",
444
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
445
- "metadataToken": 100665167
446
- }
447
- },
448
- {
449
- "tsName": "forRename",
450
- "isStatic": false,
451
- "tsSignatureId": "ForRename|(Microsoft.EntityFrameworkCore.Metadata.ITable):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
452
- "target": {
453
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationsAnnotationProvider",
454
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
455
- "metadataToken": 100665168
456
- }
457
- },
458
- {
459
- "tsName": "forRename",
460
- "isStatic": false,
461
- "tsSignatureId": "ForRename|(Microsoft.EntityFrameworkCore.Metadata.IColumn):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
462
- "target": {
463
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationsAnnotationProvider",
464
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
465
- "metadataToken": 100665169
466
- }
467
- }
468
- ],
469
- "exposedConstructors": [
470
- {
471
- "isStatic": false,
472
- "tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProviderDependencies):void|static=false",
473
- "target": {
474
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationsAnnotationProvider",
475
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
476
- "metadataToken": 100665164
477
- }
478
- }
479
472
  ]
480
473
  }
481
474
  ]