@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,53 @@
1
1
  {
2
2
  "namespace": "Microsoft.EntityFrameworkCore.Infrastructure",
3
+ "contributingAssemblies": [
4
+ "Microsoft.EntityFrameworkCore",
5
+ "Microsoft.EntityFrameworkCore.Abstractions",
6
+ "Microsoft.EntityFrameworkCore.Relational",
7
+ "Microsoft.EntityFrameworkCore.SqlServer"
8
+ ],
3
9
  "types": [
4
10
  {
5
11
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder",
6
12
  "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder",
7
- "tsEmitName": "AzureSqlDbContextOptionsBuilder",
8
13
  "assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
9
14
  "metadataToken": 0,
15
+ "kind": "Class",
16
+ "accessibility": "Public",
17
+ "isAbstract": false,
18
+ "isSealed": false,
19
+ "isStatic": false,
20
+ "arity": 0,
21
+ "baseType": {
22
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilderBase\u00601",
23
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilderBase\u00601",
24
+ "typeArguments": [
25
+ "AzureSqlDbContextOptionsBuilder"
26
+ ]
27
+ },
28
+ "interfaces": [
29
+ {
30
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.IRelationalDbContextOptionsBuilderInfrastructure",
31
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IRelationalDbContextOptionsBuilderInfrastructure"
32
+ }
33
+ ],
10
34
  "methods": [
11
35
  {
12
36
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder::EnableRetryOnFailure():Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder",
13
37
  "clrName": "EnableRetryOnFailure",
14
- "tsEmitName": "enableRetryOnFailure",
15
38
  "metadataToken": 100664306,
16
39
  "canonicalSignature": "():Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder",
17
40
  "normalizedSignature": "EnableRetryOnFailure|():Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder|static=false",
18
41
  "emitScope": "ClassSurface",
42
+ "provenance": "Original",
19
43
  "arity": 0,
20
44
  "parameterCount": 0,
45
+ "isStatic": false,
46
+ "isAbstract": false,
47
+ "isVirtual": true,
48
+ "isOverride": false,
49
+ "isSealed": false,
50
+ "visibility": "Public",
21
51
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder",
22
52
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
23
53
  "isExtensionMethod": false
@@ -25,13 +55,19 @@
25
55
  {
26
56
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder::EnableRetryOnFailure(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder",
27
57
  "clrName": "EnableRetryOnFailure",
28
- "tsEmitName": "enableRetryOnFailure",
29
58
  "metadataToken": 100664307,
30
59
  "canonicalSignature": "(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder",
31
60
  "normalizedSignature": "EnableRetryOnFailure|(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder|static=false",
32
61
  "emitScope": "ClassSurface",
62
+ "provenance": "Original",
33
63
  "arity": 0,
34
64
  "parameterCount": 1,
65
+ "isStatic": false,
66
+ "isAbstract": false,
67
+ "isVirtual": true,
68
+ "isOverride": false,
69
+ "isSealed": false,
70
+ "visibility": "Public",
35
71
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder",
36
72
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
37
73
  "isExtensionMethod": false
@@ -39,13 +75,19 @@
39
75
  {
40
76
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder::EnableRetryOnFailure(System.Collections.Generic.ICollection_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder",
41
77
  "clrName": "EnableRetryOnFailure",
42
- "tsEmitName": "enableRetryOnFailure",
43
78
  "metadataToken": 100664308,
44
79
  "canonicalSignature": "(System.Collections.Generic.ICollection_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder",
45
80
  "normalizedSignature": "EnableRetryOnFailure|(System.Collections.Generic.ICollection_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder|static=false",
46
81
  "emitScope": "ClassSurface",
82
+ "provenance": "Original",
47
83
  "arity": 0,
48
84
  "parameterCount": 1,
85
+ "isStatic": false,
86
+ "isAbstract": false,
87
+ "isVirtual": true,
88
+ "isOverride": false,
89
+ "isSealed": false,
90
+ "visibility": "Public",
49
91
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder",
50
92
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
51
93
  "isExtensionMethod": false
@@ -53,13 +95,19 @@
53
95
  {
54
96
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder::EnableRetryOnFailure(System.Int32,System.TimeSpan,System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder",
55
97
  "clrName": "EnableRetryOnFailure",
56
- "tsEmitName": "enableRetryOnFailure",
57
98
  "metadataToken": 100664309,
58
99
  "canonicalSignature": "(System.Int32,System.TimeSpan,System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder",
59
100
  "normalizedSignature": "EnableRetryOnFailure|(System.Int32,System.TimeSpan,System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder|static=false",
60
101
  "emitScope": "ClassSurface",
102
+ "provenance": "Original",
61
103
  "arity": 0,
62
104
  "parameterCount": 3,
105
+ "isStatic": false,
106
+ "isAbstract": false,
107
+ "isVirtual": true,
108
+ "isOverride": false,
109
+ "isSealed": false,
110
+ "visibility": "Public",
63
111
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder",
64
112
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
65
113
  "isExtensionMethod": false
@@ -67,13 +115,19 @@
67
115
  {
68
116
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder::UseCompatibilityLevel(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder",
69
117
  "clrName": "UseCompatibilityLevel",
70
- "tsEmitName": "useCompatibilityLevel",
71
118
  "metadataToken": 100664310,
72
119
  "canonicalSignature": "(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder",
73
120
  "normalizedSignature": "UseCompatibilityLevel|(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder|static=false",
74
121
  "emitScope": "ClassSurface",
122
+ "provenance": "Original",
75
123
  "arity": 0,
76
124
  "parameterCount": 1,
125
+ "isStatic": false,
126
+ "isAbstract": false,
127
+ "isVirtual": true,
128
+ "isOverride": false,
129
+ "isSealed": false,
130
+ "visibility": "Public",
77
131
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder",
78
132
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
79
133
  "isExtensionMethod": false
@@ -90,91 +144,53 @@
90
144
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder):void|static=false",
91
145
  "isStatic": false,
92
146
  "parameterCount": 1,
147
+ "visibility": "Public",
93
148
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder",
94
149
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
95
150
  }
96
- ],
97
- "exposedMethods": [
98
- {
99
- "tsName": "enableRetryOnFailure",
100
- "isStatic": false,
101
- "tsSignatureId": "EnableRetryOnFailure|():Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder|static=false",
102
- "target": {
103
- "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder",
104
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
105
- "metadataToken": 100664306
106
- }
107
- },
108
- {
109
- "tsName": "enableRetryOnFailure",
110
- "isStatic": false,
111
- "tsSignatureId": "EnableRetryOnFailure|(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder|static=false",
112
- "target": {
113
- "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder",
114
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
115
- "metadataToken": 100664307
116
- }
117
- },
118
- {
119
- "tsName": "enableRetryOnFailure",
120
- "isStatic": false,
121
- "tsSignatureId": "EnableRetryOnFailure|(System.Collections.Generic.ICollection_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder|static=false",
122
- "target": {
123
- "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder",
124
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
125
- "metadataToken": 100664308
126
- }
127
- },
128
- {
129
- "tsName": "enableRetryOnFailure",
130
- "isStatic": false,
131
- "tsSignatureId": "EnableRetryOnFailure|(System.Int32,System.TimeSpan,System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder|static=false",
132
- "target": {
133
- "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder",
134
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
135
- "metadataToken": 100664309
136
- }
137
- },
138
- {
139
- "tsName": "useCompatibilityLevel",
140
- "isStatic": false,
141
- "tsSignatureId": "UseCompatibilityLevel|(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder|static=false",
142
- "target": {
143
- "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder",
144
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
145
- "metadataToken": 100664310
146
- }
147
- }
148
- ],
149
- "exposedConstructors": [
150
- {
151
- "isStatic": false,
152
- "tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder):void|static=false",
153
- "target": {
154
- "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AzureSqlDbContextOptionsBuilder",
155
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
156
- "metadataToken": 100664305
157
- }
158
- }
159
151
  ]
160
152
  },
161
153
  {
162
154
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder",
163
155
  "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder",
164
- "tsEmitName": "AzureSynapseDbContextOptionsBuilder",
165
156
  "assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
166
157
  "metadataToken": 0,
158
+ "kind": "Class",
159
+ "accessibility": "Public",
160
+ "isAbstract": false,
161
+ "isSealed": false,
162
+ "isStatic": false,
163
+ "arity": 0,
164
+ "baseType": {
165
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilderBase\u00601",
166
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilderBase\u00601",
167
+ "typeArguments": [
168
+ "AzureSynapseDbContextOptionsBuilder"
169
+ ]
170
+ },
171
+ "interfaces": [
172
+ {
173
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.IRelationalDbContextOptionsBuilderInfrastructure",
174
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IRelationalDbContextOptionsBuilderInfrastructure"
175
+ }
176
+ ],
167
177
  "methods": [
168
178
  {
169
179
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder::EnableRetryOnFailure():Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder",
170
180
  "clrName": "EnableRetryOnFailure",
171
- "tsEmitName": "enableRetryOnFailure",
172
181
  "metadataToken": 100664312,
173
182
  "canonicalSignature": "():Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder",
174
183
  "normalizedSignature": "EnableRetryOnFailure|():Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder|static=false",
175
184
  "emitScope": "ClassSurface",
185
+ "provenance": "Original",
176
186
  "arity": 0,
177
187
  "parameterCount": 0,
188
+ "isStatic": false,
189
+ "isAbstract": false,
190
+ "isVirtual": true,
191
+ "isOverride": false,
192
+ "isSealed": false,
193
+ "visibility": "Public",
178
194
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder",
179
195
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
180
196
  "isExtensionMethod": false
@@ -182,13 +198,19 @@
182
198
  {
183
199
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder::EnableRetryOnFailure(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder",
184
200
  "clrName": "EnableRetryOnFailure",
185
- "tsEmitName": "enableRetryOnFailure",
186
201
  "metadataToken": 100664313,
187
202
  "canonicalSignature": "(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder",
188
203
  "normalizedSignature": "EnableRetryOnFailure|(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder|static=false",
189
204
  "emitScope": "ClassSurface",
205
+ "provenance": "Original",
190
206
  "arity": 0,
191
207
  "parameterCount": 1,
208
+ "isStatic": false,
209
+ "isAbstract": false,
210
+ "isVirtual": true,
211
+ "isOverride": false,
212
+ "isSealed": false,
213
+ "visibility": "Public",
192
214
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder",
193
215
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
194
216
  "isExtensionMethod": false
@@ -196,13 +218,19 @@
196
218
  {
197
219
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder::EnableRetryOnFailure(System.Collections.Generic.ICollection_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder",
198
220
  "clrName": "EnableRetryOnFailure",
199
- "tsEmitName": "enableRetryOnFailure",
200
221
  "metadataToken": 100664314,
201
222
  "canonicalSignature": "(System.Collections.Generic.ICollection_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder",
202
223
  "normalizedSignature": "EnableRetryOnFailure|(System.Collections.Generic.ICollection_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder|static=false",
203
224
  "emitScope": "ClassSurface",
225
+ "provenance": "Original",
204
226
  "arity": 0,
205
227
  "parameterCount": 1,
228
+ "isStatic": false,
229
+ "isAbstract": false,
230
+ "isVirtual": true,
231
+ "isOverride": false,
232
+ "isSealed": false,
233
+ "visibility": "Public",
206
234
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder",
207
235
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
208
236
  "isExtensionMethod": false
@@ -210,13 +238,19 @@
210
238
  {
211
239
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder::EnableRetryOnFailure(System.Int32,System.TimeSpan,System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder",
212
240
  "clrName": "EnableRetryOnFailure",
213
- "tsEmitName": "enableRetryOnFailure",
214
241
  "metadataToken": 100664315,
215
242
  "canonicalSignature": "(System.Int32,System.TimeSpan,System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder",
216
243
  "normalizedSignature": "EnableRetryOnFailure|(System.Int32,System.TimeSpan,System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder|static=false",
217
244
  "emitScope": "ClassSurface",
245
+ "provenance": "Original",
218
246
  "arity": 0,
219
247
  "parameterCount": 3,
248
+ "isStatic": false,
249
+ "isAbstract": false,
250
+ "isVirtual": true,
251
+ "isOverride": false,
252
+ "isSealed": false,
253
+ "visibility": "Public",
220
254
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder",
221
255
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
222
256
  "isExtensionMethod": false
@@ -224,13 +258,19 @@
224
258
  {
225
259
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder::UseCompatibilityLevel(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder",
226
260
  "clrName": "UseCompatibilityLevel",
227
- "tsEmitName": "useCompatibilityLevel",
228
261
  "metadataToken": 100664316,
229
262
  "canonicalSignature": "(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder",
230
263
  "normalizedSignature": "UseCompatibilityLevel|(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder|static=false",
231
264
  "emitScope": "ClassSurface",
265
+ "provenance": "Original",
232
266
  "arity": 0,
233
267
  "parameterCount": 1,
268
+ "isStatic": false,
269
+ "isAbstract": false,
270
+ "isVirtual": true,
271
+ "isOverride": false,
272
+ "isSealed": false,
273
+ "visibility": "Public",
234
274
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder",
235
275
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
236
276
  "isExtensionMethod": false
@@ -247,91 +287,53 @@
247
287
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder):void|static=false",
248
288
  "isStatic": false,
249
289
  "parameterCount": 1,
290
+ "visibility": "Public",
250
291
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder",
251
292
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
252
293
  }
253
- ],
254
- "exposedMethods": [
255
- {
256
- "tsName": "enableRetryOnFailure",
257
- "isStatic": false,
258
- "tsSignatureId": "EnableRetryOnFailure|():Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder|static=false",
259
- "target": {
260
- "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder",
261
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
262
- "metadataToken": 100664312
263
- }
264
- },
265
- {
266
- "tsName": "enableRetryOnFailure",
267
- "isStatic": false,
268
- "tsSignatureId": "EnableRetryOnFailure|(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder|static=false",
269
- "target": {
270
- "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder",
271
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
272
- "metadataToken": 100664313
273
- }
274
- },
275
- {
276
- "tsName": "enableRetryOnFailure",
277
- "isStatic": false,
278
- "tsSignatureId": "EnableRetryOnFailure|(System.Collections.Generic.ICollection_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder|static=false",
279
- "target": {
280
- "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder",
281
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
282
- "metadataToken": 100664314
283
- }
284
- },
285
- {
286
- "tsName": "enableRetryOnFailure",
287
- "isStatic": false,
288
- "tsSignatureId": "EnableRetryOnFailure|(System.Int32,System.TimeSpan,System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder|static=false",
289
- "target": {
290
- "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder",
291
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
292
- "metadataToken": 100664315
293
- }
294
- },
295
- {
296
- "tsName": "useCompatibilityLevel",
297
- "isStatic": false,
298
- "tsSignatureId": "UseCompatibilityLevel|(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder|static=false",
299
- "target": {
300
- "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder",
301
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
302
- "metadataToken": 100664316
303
- }
304
- }
305
- ],
306
- "exposedConstructors": [
307
- {
308
- "isStatic": false,
309
- "tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder):void|static=false",
310
- "target": {
311
- "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.AzureSynapseDbContextOptionsBuilder",
312
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
313
- "metadataToken": 100664311
314
- }
315
- }
316
294
  ]
317
295
  },
318
296
  {
319
297
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder",
320
298
  "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder",
321
- "tsEmitName": "SqlEngineDbContextOptionsBuilder",
322
299
  "assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
323
300
  "metadataToken": 0,
301
+ "kind": "Class",
302
+ "accessibility": "Public",
303
+ "isAbstract": false,
304
+ "isSealed": false,
305
+ "isStatic": false,
306
+ "arity": 0,
307
+ "baseType": {
308
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilderBase\u00601",
309
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilderBase\u00601",
310
+ "typeArguments": [
311
+ "SqlEngineDbContextOptionsBuilder"
312
+ ]
313
+ },
314
+ "interfaces": [
315
+ {
316
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.IRelationalDbContextOptionsBuilderInfrastructure",
317
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IRelationalDbContextOptionsBuilderInfrastructure"
318
+ }
319
+ ],
324
320
  "methods": [
325
321
  {
326
322
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder::EnableRetryOnFailure():Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder",
327
323
  "clrName": "EnableRetryOnFailure",
328
- "tsEmitName": "enableRetryOnFailure",
329
324
  "metadataToken": 100664318,
330
325
  "canonicalSignature": "():Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder",
331
326
  "normalizedSignature": "EnableRetryOnFailure|():Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder|static=false",
332
327
  "emitScope": "ClassSurface",
328
+ "provenance": "Original",
333
329
  "arity": 0,
334
330
  "parameterCount": 0,
331
+ "isStatic": false,
332
+ "isAbstract": false,
333
+ "isVirtual": true,
334
+ "isOverride": false,
335
+ "isSealed": false,
336
+ "visibility": "Public",
335
337
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder",
336
338
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
337
339
  "isExtensionMethod": false
@@ -339,13 +341,19 @@
339
341
  {
340
342
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder::EnableRetryOnFailureByDefault():Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder",
341
343
  "clrName": "EnableRetryOnFailureByDefault",
342
- "tsEmitName": "enableRetryOnFailureByDefault",
343
344
  "metadataToken": 100664319,
344
345
  "canonicalSignature": "():Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder",
345
346
  "normalizedSignature": "EnableRetryOnFailureByDefault|():Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder|static=false",
346
347
  "emitScope": "ClassSurface",
348
+ "provenance": "Original",
347
349
  "arity": 0,
348
350
  "parameterCount": 0,
351
+ "isStatic": false,
352
+ "isAbstract": false,
353
+ "isVirtual": true,
354
+ "isOverride": false,
355
+ "isSealed": false,
356
+ "visibility": "Public",
349
357
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder",
350
358
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
351
359
  "isExtensionMethod": false
@@ -353,13 +361,19 @@
353
361
  {
354
362
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder::EnableRetryOnFailure(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder",
355
363
  "clrName": "EnableRetryOnFailure",
356
- "tsEmitName": "enableRetryOnFailure",
357
364
  "metadataToken": 100664320,
358
365
  "canonicalSignature": "(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder",
359
366
  "normalizedSignature": "EnableRetryOnFailure|(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder|static=false",
360
367
  "emitScope": "ClassSurface",
368
+ "provenance": "Original",
361
369
  "arity": 0,
362
370
  "parameterCount": 1,
371
+ "isStatic": false,
372
+ "isAbstract": false,
373
+ "isVirtual": true,
374
+ "isOverride": false,
375
+ "isSealed": false,
376
+ "visibility": "Public",
363
377
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder",
364
378
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
365
379
  "isExtensionMethod": false
@@ -367,13 +381,19 @@
367
381
  {
368
382
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder::EnableRetryOnFailure(System.Collections.Generic.ICollection_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder",
369
383
  "clrName": "EnableRetryOnFailure",
370
- "tsEmitName": "enableRetryOnFailure",
371
384
  "metadataToken": 100664321,
372
385
  "canonicalSignature": "(System.Collections.Generic.ICollection_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder",
373
386
  "normalizedSignature": "EnableRetryOnFailure|(System.Collections.Generic.ICollection_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder|static=false",
374
387
  "emitScope": "ClassSurface",
388
+ "provenance": "Original",
375
389
  "arity": 0,
376
390
  "parameterCount": 1,
391
+ "isStatic": false,
392
+ "isAbstract": false,
393
+ "isVirtual": true,
394
+ "isOverride": false,
395
+ "isSealed": false,
396
+ "visibility": "Public",
377
397
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder",
378
398
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
379
399
  "isExtensionMethod": false
@@ -381,13 +401,19 @@
381
401
  {
382
402
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder::EnableRetryOnFailure(System.Int32,System.TimeSpan,System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder",
383
403
  "clrName": "EnableRetryOnFailure",
384
- "tsEmitName": "enableRetryOnFailure",
385
404
  "metadataToken": 100664322,
386
405
  "canonicalSignature": "(System.Int32,System.TimeSpan,System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder",
387
406
  "normalizedSignature": "EnableRetryOnFailure|(System.Int32,System.TimeSpan,System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder|static=false",
388
407
  "emitScope": "ClassSurface",
408
+ "provenance": "Original",
389
409
  "arity": 0,
390
410
  "parameterCount": 3,
411
+ "isStatic": false,
412
+ "isAbstract": false,
413
+ "isVirtual": true,
414
+ "isOverride": false,
415
+ "isSealed": false,
416
+ "visibility": "Public",
391
417
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder",
392
418
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
393
419
  "isExtensionMethod": false
@@ -404,103 +430,99 @@
404
430
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder):void|static=false",
405
431
  "isStatic": false,
406
432
  "parameterCount": 1,
433
+ "visibility": "Public",
407
434
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder",
408
435
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
409
436
  }
410
- ],
411
- "exposedMethods": [
412
- {
413
- "tsName": "enableRetryOnFailure",
414
- "isStatic": false,
415
- "tsSignatureId": "EnableRetryOnFailure|():Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder|static=false",
416
- "target": {
417
- "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder",
418
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
419
- "metadataToken": 100664318
420
- }
421
- },
422
- {
423
- "tsName": "enableRetryOnFailureByDefault",
424
- "isStatic": false,
425
- "tsSignatureId": "EnableRetryOnFailureByDefault|():Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder|static=false",
426
- "target": {
427
- "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder",
428
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
429
- "metadataToken": 100664319
430
- }
431
- },
432
- {
433
- "tsName": "enableRetryOnFailure",
434
- "isStatic": false,
435
- "tsSignatureId": "EnableRetryOnFailure|(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder|static=false",
436
- "target": {
437
- "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder",
438
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
439
- "metadataToken": 100664320
440
- }
441
- },
442
- {
443
- "tsName": "enableRetryOnFailure",
444
- "isStatic": false,
445
- "tsSignatureId": "EnableRetryOnFailure|(System.Collections.Generic.ICollection_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder|static=false",
446
- "target": {
447
- "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder",
448
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
449
- "metadataToken": 100664321
450
- }
451
- },
452
- {
453
- "tsName": "enableRetryOnFailure",
454
- "isStatic": false,
455
- "tsSignatureId": "EnableRetryOnFailure|(System.Int32,System.TimeSpan,System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder|static=false",
456
- "target": {
457
- "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder",
458
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
459
- "metadataToken": 100664322
460
- }
461
- }
462
- ],
463
- "exposedConstructors": [
464
- {
465
- "isStatic": false,
466
- "tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder):void|static=false",
467
- "target": {
468
- "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilder",
469
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
470
- "metadataToken": 100664317
471
- }
472
- }
473
437
  ]
474
438
  },
475
439
  {
476
440
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilderBase\u00601",
477
441
  "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilderBase\u00601",
478
- "tsEmitName": "SqlEngineDbContextOptionsBuilderBase_1",
479
442
  "assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
480
443
  "metadataToken": 0,
444
+ "kind": "Class",
445
+ "accessibility": "Public",
446
+ "isAbstract": true,
447
+ "isSealed": false,
448
+ "isStatic": false,
449
+ "arity": 1,
450
+ "baseType": {
451
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.RelationalDbContextOptionsBuilder\u00602",
452
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.RelationalDbContextOptionsBuilder\u00602",
453
+ "typeArguments": [
454
+ "TSelf",
455
+ "SqlServerOptionsExtension"
456
+ ]
457
+ },
458
+ "interfaces": [
459
+ {
460
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.IRelationalDbContextOptionsBuilderInfrastructure",
461
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IRelationalDbContextOptionsBuilderInfrastructure"
462
+ }
463
+ ],
464
+ "typeParameters": [
465
+ "TSelf"
466
+ ],
481
467
  "methods": [],
482
468
  "properties": [],
483
469
  "fields": [],
484
470
  "events": [],
485
- "constructors": []
471
+ "constructors": [
472
+ {
473
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilderBase\u00601::.ctor(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder):void",
474
+ "metadataToken": 100664323,
475
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder):void",
476
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder):void|static=false",
477
+ "isStatic": false,
478
+ "parameterCount": 1,
479
+ "visibility": "Protected",
480
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilderBase\u00601",
481
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
482
+ }
483
+ ]
486
484
  },
487
485
  {
488
486
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
489
487
  "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
490
- "tsEmitName": "SqlServerDbContextOptionsBuilder",
491
488
  "assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
492
489
  "metadataToken": 0,
490
+ "kind": "Class",
491
+ "accessibility": "Public",
492
+ "isAbstract": false,
493
+ "isSealed": false,
494
+ "isStatic": false,
495
+ "arity": 0,
496
+ "baseType": {
497
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilderBase\u00601",
498
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.SqlEngineDbContextOptionsBuilderBase\u00601",
499
+ "typeArguments": [
500
+ "SqlServerDbContextOptionsBuilder"
501
+ ]
502
+ },
503
+ "interfaces": [
504
+ {
505
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Infrastructure.IRelationalDbContextOptionsBuilderInfrastructure",
506
+ "clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IRelationalDbContextOptionsBuilderInfrastructure"
507
+ }
508
+ ],
493
509
  "methods": [
494
510
  {
495
511
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder::EnableRetryOnFailure():Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
496
512
  "clrName": "EnableRetryOnFailure",
497
- "tsEmitName": "enableRetryOnFailure",
498
513
  "metadataToken": 100664325,
499
514
  "canonicalSignature": "():Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
500
515
  "normalizedSignature": "EnableRetryOnFailure|():Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder|static=false",
501
516
  "emitScope": "ClassSurface",
517
+ "provenance": "Original",
502
518
  "arity": 0,
503
519
  "parameterCount": 0,
520
+ "isStatic": false,
521
+ "isAbstract": false,
522
+ "isVirtual": true,
523
+ "isOverride": false,
524
+ "isSealed": false,
525
+ "visibility": "Public",
504
526
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
505
527
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
506
528
  "isExtensionMethod": false
@@ -508,13 +530,19 @@
508
530
  {
509
531
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder::EnableRetryOnFailure(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
510
532
  "clrName": "EnableRetryOnFailure",
511
- "tsEmitName": "enableRetryOnFailure",
512
533
  "metadataToken": 100664326,
513
534
  "canonicalSignature": "(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
514
535
  "normalizedSignature": "EnableRetryOnFailure|(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder|static=false",
515
536
  "emitScope": "ClassSurface",
537
+ "provenance": "Original",
516
538
  "arity": 0,
517
539
  "parameterCount": 1,
540
+ "isStatic": false,
541
+ "isAbstract": false,
542
+ "isVirtual": true,
543
+ "isOverride": false,
544
+ "isSealed": false,
545
+ "visibility": "Public",
518
546
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
519
547
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
520
548
  "isExtensionMethod": false
@@ -522,13 +550,19 @@
522
550
  {
523
551
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder::EnableRetryOnFailure(System.Collections.Generic.ICollection_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
524
552
  "clrName": "EnableRetryOnFailure",
525
- "tsEmitName": "enableRetryOnFailure",
526
553
  "metadataToken": 100664327,
527
554
  "canonicalSignature": "(System.Collections.Generic.ICollection_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
528
555
  "normalizedSignature": "EnableRetryOnFailure|(System.Collections.Generic.ICollection_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder|static=false",
529
556
  "emitScope": "ClassSurface",
557
+ "provenance": "Original",
530
558
  "arity": 0,
531
559
  "parameterCount": 1,
560
+ "isStatic": false,
561
+ "isAbstract": false,
562
+ "isVirtual": true,
563
+ "isOverride": false,
564
+ "isSealed": false,
565
+ "visibility": "Public",
532
566
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
533
567
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
534
568
  "isExtensionMethod": false
@@ -536,13 +570,19 @@
536
570
  {
537
571
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder::EnableRetryOnFailure(System.Int32,System.TimeSpan,System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
538
572
  "clrName": "EnableRetryOnFailure",
539
- "tsEmitName": "enableRetryOnFailure",
540
573
  "metadataToken": 100664328,
541
574
  "canonicalSignature": "(System.Int32,System.TimeSpan,System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
542
575
  "normalizedSignature": "EnableRetryOnFailure|(System.Int32,System.TimeSpan,System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder|static=false",
543
576
  "emitScope": "ClassSurface",
577
+ "provenance": "Original",
544
578
  "arity": 0,
545
579
  "parameterCount": 3,
580
+ "isStatic": false,
581
+ "isAbstract": false,
582
+ "isVirtual": true,
583
+ "isOverride": false,
584
+ "isSealed": false,
585
+ "visibility": "Public",
546
586
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
547
587
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
548
588
  "isExtensionMethod": false
@@ -550,13 +590,19 @@
550
590
  {
551
591
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder::UseCompatibilityLevel(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
552
592
  "clrName": "UseCompatibilityLevel",
553
- "tsEmitName": "useCompatibilityLevel",
554
593
  "metadataToken": 100664329,
555
594
  "canonicalSignature": "(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
556
595
  "normalizedSignature": "UseCompatibilityLevel|(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder|static=false",
557
596
  "emitScope": "ClassSurface",
597
+ "provenance": "Original",
558
598
  "arity": 0,
559
599
  "parameterCount": 1,
600
+ "isStatic": false,
601
+ "isAbstract": false,
602
+ "isVirtual": true,
603
+ "isOverride": false,
604
+ "isSealed": false,
605
+ "visibility": "Public",
560
606
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
561
607
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
562
608
  "isExtensionMethod": false
@@ -564,13 +610,19 @@
564
610
  {
565
611
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder::UseAzureSqlDefaults(System.Boolean):Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
566
612
  "clrName": "UseAzureSqlDefaults",
567
- "tsEmitName": "useAzureSqlDefaults",
568
613
  "metadataToken": 100664330,
569
614
  "canonicalSignature": "(System.Boolean):Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
570
615
  "normalizedSignature": "UseAzureSqlDefaults|(System.Boolean):Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder|static=false",
571
616
  "emitScope": "ClassSurface",
617
+ "provenance": "Original",
572
618
  "arity": 0,
573
619
  "parameterCount": 1,
620
+ "isStatic": false,
621
+ "isAbstract": false,
622
+ "isVirtual": true,
623
+ "isOverride": false,
624
+ "isSealed": false,
625
+ "visibility": "Public",
574
626
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
575
627
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
576
628
  "isExtensionMethod": false
@@ -587,82 +639,10 @@
587
639
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder):void|static=false",
588
640
  "isStatic": false,
589
641
  "parameterCount": 1,
642
+ "visibility": "Public",
590
643
  "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
591
644
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
592
645
  }
593
- ],
594
- "exposedMethods": [
595
- {
596
- "tsName": "enableRetryOnFailure",
597
- "isStatic": false,
598
- "tsSignatureId": "EnableRetryOnFailure|():Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder|static=false",
599
- "target": {
600
- "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
601
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
602
- "metadataToken": 100664325
603
- }
604
- },
605
- {
606
- "tsName": "enableRetryOnFailure",
607
- "isStatic": false,
608
- "tsSignatureId": "EnableRetryOnFailure|(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder|static=false",
609
- "target": {
610
- "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
611
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
612
- "metadataToken": 100664326
613
- }
614
- },
615
- {
616
- "tsName": "enableRetryOnFailure",
617
- "isStatic": false,
618
- "tsSignatureId": "EnableRetryOnFailure|(System.Collections.Generic.ICollection_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder|static=false",
619
- "target": {
620
- "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
621
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
622
- "metadataToken": 100664327
623
- }
624
- },
625
- {
626
- "tsName": "enableRetryOnFailure",
627
- "isStatic": false,
628
- "tsSignatureId": "EnableRetryOnFailure|(System.Int32,System.TimeSpan,System.Collections.Generic.IEnumerable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder|static=false",
629
- "target": {
630
- "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
631
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
632
- "metadataToken": 100664328
633
- }
634
- },
635
- {
636
- "tsName": "useCompatibilityLevel",
637
- "isStatic": false,
638
- "tsSignatureId": "UseCompatibilityLevel|(System.Int32):Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder|static=false",
639
- "target": {
640
- "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
641
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
642
- "metadataToken": 100664329
643
- }
644
- },
645
- {
646
- "tsName": "useAzureSqlDefaults",
647
- "isStatic": false,
648
- "tsSignatureId": "UseAzureSqlDefaults|(System.Boolean):Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder|static=false",
649
- "target": {
650
- "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
651
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
652
- "metadataToken": 100664330
653
- }
654
- }
655
- ],
656
- "exposedConstructors": [
657
- {
658
- "isStatic": false,
659
- "tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.DbContextOptionsBuilder):void|static=false",
660
- "target": {
661
- "declaringClrType": "Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder",
662
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
663
- "metadataToken": 100664324
664
- }
665
- }
666
646
  ]
667
647
  }
668
648
  ]