@tsonic/efcore-sqlserver 0.1.1

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 (399) hide show
  1. package/Azure/bindings.json +4791 -0
  2. package/Azure/internal/index.d.ts +433 -0
  3. package/Azure/internal/metadata.json +2772 -0
  4. package/Azure.Core/bindings.json +8215 -0
  5. package/Azure.Core/internal/index.d.ts +665 -0
  6. package/Azure.Core/internal/metadata.json +5291 -0
  7. package/Azure.Core.Cryptography/bindings.json +158 -0
  8. package/Azure.Core.Cryptography/internal/index.d.ts +30 -0
  9. package/Azure.Core.Cryptography/internal/metadata.json +122 -0
  10. package/Azure.Core.Cryptography.d.ts +15 -0
  11. package/Azure.Core.Cryptography.js +9 -0
  12. package/Azure.Core.Diagnostics/bindings.json +154 -0
  13. package/Azure.Core.Diagnostics/internal/index.d.ts +29 -0
  14. package/Azure.Core.Diagnostics/internal/metadata.json +87 -0
  15. package/Azure.Core.Diagnostics.d.ts +13 -0
  16. package/Azure.Core.Diagnostics.js +9 -0
  17. package/Azure.Core.Extensions/bindings.json +158 -0
  18. package/Azure.Core.Extensions/internal/index.d.ts +42 -0
  19. package/Azure.Core.Extensions/internal/metadata.json +139 -0
  20. package/Azure.Core.Extensions.d.ts +16 -0
  21. package/Azure.Core.Extensions.js +9 -0
  22. package/Azure.Core.GeoJson/bindings.json +2736 -0
  23. package/Azure.Core.GeoJson/internal/index.d.ts +256 -0
  24. package/Azure.Core.GeoJson/internal/metadata.json +1469 -0
  25. package/Azure.Core.GeoJson.d.ts +29 -0
  26. package/Azure.Core.GeoJson.js +9 -0
  27. package/Azure.Core.Pipeline/bindings.json +1894 -0
  28. package/Azure.Core.Pipeline/internal/index.d.ts +209 -0
  29. package/Azure.Core.Pipeline/internal/metadata.json +1181 -0
  30. package/Azure.Core.Pipeline.d.ts +32 -0
  31. package/Azure.Core.Pipeline.js +9 -0
  32. package/Azure.Core.Serialization/bindings.json +691 -0
  33. package/Azure.Core.Serialization/internal/index.d.ts +90 -0
  34. package/Azure.Core.Serialization/internal/metadata.json +468 -0
  35. package/Azure.Core.Serialization.d.ts +23 -0
  36. package/Azure.Core.Serialization.js +9 -0
  37. package/Azure.Core.d.ts +60 -0
  38. package/Azure.Core.js +9 -0
  39. package/Azure.Identity/bindings.json +11689 -0
  40. package/Azure.Identity/internal/index.d.ts +884 -0
  41. package/Azure.Identity/internal/metadata.json +5255 -0
  42. package/Azure.Identity.d.ts +75 -0
  43. package/Azure.Identity.js +9 -0
  44. package/Azure.Messaging/bindings.json +515 -0
  45. package/Azure.Messaging/internal/index.d.ts +62 -0
  46. package/Azure.Messaging/internal/metadata.json +316 -0
  47. package/Azure.Messaging.d.ts +17 -0
  48. package/Azure.Messaging.js +9 -0
  49. package/Azure.d.ts +69 -0
  50. package/Azure.js +9 -0
  51. package/LICENSE +21 -0
  52. package/Microsoft.Data/bindings.json +74 -0
  53. package/Microsoft.Data/internal/index.d.ts +33 -0
  54. package/Microsoft.Data/internal/metadata.json +59 -0
  55. package/Microsoft.Data.Sql/bindings.json +221 -0
  56. package/Microsoft.Data.Sql/internal/index.d.ts +42 -0
  57. package/Microsoft.Data.Sql/internal/metadata.json +136 -0
  58. package/Microsoft.Data.Sql.d.ts +15 -0
  59. package/Microsoft.Data.Sql.js +9 -0
  60. package/Microsoft.Data.SqlClient/bindings.json +17875 -0
  61. package/Microsoft.Data.SqlClient/internal/index.d.ts +1252 -0
  62. package/Microsoft.Data.SqlClient/internal/metadata.json +10965 -0
  63. package/Microsoft.Data.SqlClient.DataClassification/bindings.json +640 -0
  64. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +90 -0
  65. package/Microsoft.Data.SqlClient.DataClassification/internal/metadata.json +383 -0
  66. package/Microsoft.Data.SqlClient.DataClassification.d.ts +19 -0
  67. package/Microsoft.Data.SqlClient.DataClassification.js +9 -0
  68. package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +4421 -0
  69. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +341 -0
  70. package/Microsoft.Data.SqlClient.Diagnostics/internal/metadata.json +2693 -0
  71. package/Microsoft.Data.SqlClient.Diagnostics.d.ts +30 -0
  72. package/Microsoft.Data.SqlClient.Diagnostics.js +9 -0
  73. package/Microsoft.Data.SqlClient.Server/bindings.json +3543 -0
  74. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +184 -0
  75. package/Microsoft.Data.SqlClient.Server/internal/metadata.json +2235 -0
  76. package/Microsoft.Data.SqlClient.Server.d.ts +16 -0
  77. package/Microsoft.Data.SqlClient.Server.js +9 -0
  78. package/Microsoft.Data.SqlClient.d.ts +92 -0
  79. package/Microsoft.Data.SqlClient.js +9 -0
  80. package/Microsoft.Data.SqlTypes/bindings.json +902 -0
  81. package/Microsoft.Data.SqlTypes/internal/index.d.ts +82 -0
  82. package/Microsoft.Data.SqlTypes/internal/metadata.json +558 -0
  83. package/Microsoft.Data.SqlTypes.d.ts +17 -0
  84. package/Microsoft.Data.SqlTypes.js +9 -0
  85. package/Microsoft.Data.d.ts +15 -0
  86. package/Microsoft.Data.js +9 -0
  87. package/Microsoft.EntityFrameworkCore/bindings.json +13302 -0
  88. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +693 -0
  89. package/Microsoft.EntityFrameworkCore/internal/metadata.json +9025 -0
  90. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +612 -0
  91. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +59 -0
  92. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +303 -0
  93. package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +17 -0
  94. package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
  95. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +669 -0
  96. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +92 -0
  97. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +455 -0
  98. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +20 -0
  99. package/Microsoft.EntityFrameworkCore.Infrastructure.js +9 -0
  100. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +125 -0
  101. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +19 -0
  102. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +72 -0
  103. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +1095 -0
  104. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +113 -0
  105. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/metadata.json +660 -0
  106. package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +31 -0
  107. package/Microsoft.EntityFrameworkCore.Metadata.Builders.js +9 -0
  108. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +1073 -0
  109. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +180 -0
  110. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +706 -0
  111. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +29 -0
  112. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.js +9 -0
  113. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +95 -0
  114. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +29 -0
  115. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +88 -0
  116. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +14 -0
  117. package/Microsoft.EntityFrameworkCore.Metadata.Internal.js +9 -0
  118. package/Microsoft.EntityFrameworkCore.Metadata.d.ts +12 -0
  119. package/Microsoft.EntityFrameworkCore.Metadata.js +9 -0
  120. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +105 -0
  121. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +36 -0
  122. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +81 -0
  123. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +151 -0
  124. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +43 -0
  125. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/metadata.json +100 -0
  126. package/Microsoft.EntityFrameworkCore.Migrations.Operations.d.ts +16 -0
  127. package/Microsoft.EntityFrameworkCore.Migrations.Operations.js +9 -0
  128. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +18 -0
  129. package/Microsoft.EntityFrameworkCore.Migrations.js +9 -0
  130. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +476 -0
  131. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +67 -0
  132. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/metadata.json +317 -0
  133. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +20 -0
  134. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.js +9 -0
  135. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +525 -0
  136. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +46 -0
  137. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/metadata.json +238 -0
  138. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.d.ts +12 -0
  139. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.js +9 -0
  140. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +572 -0
  141. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +44 -0
  142. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/metadata.json +393 -0
  143. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +16 -0
  144. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.js +9 -0
  145. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +1259 -0
  146. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +106 -0
  147. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +790 -0
  148. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +21 -0
  149. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.js +9 -0
  150. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +1934 -0
  151. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +103 -0
  152. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/metadata.json +1294 -0
  153. package/Microsoft.EntityFrameworkCore.SqlServer.Internal.d.ts +14 -0
  154. package/Microsoft.EntityFrameworkCore.SqlServer.Internal.js +9 -0
  155. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +933 -0
  156. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +73 -0
  157. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +452 -0
  158. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.d.ts +16 -0
  159. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.js +9 -0
  160. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +482 -0
  161. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +67 -0
  162. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/metadata.json +317 -0
  163. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +21 -0
  164. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.js +9 -0
  165. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +5251 -0
  166. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +835 -0
  167. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +3289 -0
  168. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +141 -0
  169. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +33 -0
  170. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/metadata.json +95 -0
  171. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +17 -0
  172. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.js +9 -0
  173. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +87 -0
  174. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.js +9 -0
  175. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +238 -0
  176. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +53 -0
  177. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/metadata.json +167 -0
  178. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +21 -0
  179. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.js +9 -0
  180. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +2619 -0
  181. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +411 -0
  182. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +1697 -0
  183. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +55 -0
  184. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.js +9 -0
  185. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +719 -0
  186. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +105 -0
  187. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/metadata.json +500 -0
  188. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +24 -0
  189. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.js +9 -0
  190. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +493 -0
  191. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +111 -0
  192. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/metadata.json +339 -0
  193. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +24 -0
  194. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.js +9 -0
  195. package/Microsoft.EntityFrameworkCore.d.ts +46 -0
  196. package/Microsoft.EntityFrameworkCore.js +9 -0
  197. package/Microsoft.Extensions.DependencyInjection/bindings.json +164 -0
  198. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +26 -0
  199. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +127 -0
  200. package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
  201. package/Microsoft.Extensions.DependencyInjection.js +9 -0
  202. package/Microsoft.Identity.Client/bindings.json +23512 -0
  203. package/Microsoft.Identity.Client/internal/index.d.ts +1605 -0
  204. package/Microsoft.Identity.Client/internal/metadata.json +11985 -0
  205. package/Microsoft.Identity.Client.Advanced/bindings.json +44 -0
  206. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +20 -0
  207. package/Microsoft.Identity.Client.Advanced/internal/metadata.json +41 -0
  208. package/Microsoft.Identity.Client.Advanced.d.ts +17 -0
  209. package/Microsoft.Identity.Client.Advanced.js +9 -0
  210. package/Microsoft.Identity.Client.AppConfig/bindings.json +338 -0
  211. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +47 -0
  212. package/Microsoft.Identity.Client.AppConfig/internal/metadata.json +212 -0
  213. package/Microsoft.Identity.Client.AppConfig.d.ts +15 -0
  214. package/Microsoft.Identity.Client.AppConfig.js +9 -0
  215. package/Microsoft.Identity.Client.AuthScheme/bindings.json +167 -0
  216. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +25 -0
  217. package/Microsoft.Identity.Client.AuthScheme/internal/metadata.json +118 -0
  218. package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +95 -0
  219. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +20 -0
  220. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/metadata.json +72 -0
  221. package/Microsoft.Identity.Client.AuthScheme.PoP.d.ts +12 -0
  222. package/Microsoft.Identity.Client.AuthScheme.PoP.js +9 -0
  223. package/Microsoft.Identity.Client.AuthScheme.d.ts +14 -0
  224. package/Microsoft.Identity.Client.AuthScheme.js +9 -0
  225. package/Microsoft.Identity.Client.Cache/bindings.json +210 -0
  226. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +32 -0
  227. package/Microsoft.Identity.Client.Cache/internal/metadata.json +123 -0
  228. package/Microsoft.Identity.Client.Cache.d.ts +13 -0
  229. package/Microsoft.Identity.Client.Cache.js +9 -0
  230. package/Microsoft.Identity.Client.Extensibility/bindings.json +882 -0
  231. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +128 -0
  232. package/Microsoft.Identity.Client.Extensibility/internal/metadata.json +620 -0
  233. package/Microsoft.Identity.Client.Extensibility.d.ts +30 -0
  234. package/Microsoft.Identity.Client.Extensibility.js +9 -0
  235. package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +1464 -0
  236. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +163 -0
  237. package/Microsoft.Identity.Client.Extensions.Msal/internal/metadata.json +877 -0
  238. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +25 -0
  239. package/Microsoft.Identity.Client.Extensions.Msal.js +9 -0
  240. package/Microsoft.Identity.Client.Kerberos/bindings.json +634 -0
  241. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +58 -0
  242. package/Microsoft.Identity.Client.Kerberos/internal/metadata.json +386 -0
  243. package/Microsoft.Identity.Client.Kerberos.d.ts +15 -0
  244. package/Microsoft.Identity.Client.Kerberos.js +9 -0
  245. package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +209 -0
  246. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +23 -0
  247. package/Microsoft.Identity.Client.ManagedIdentity/internal/metadata.json +106 -0
  248. package/Microsoft.Identity.Client.ManagedIdentity.d.ts +12 -0
  249. package/Microsoft.Identity.Client.ManagedIdentity.js +9 -0
  250. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +44 -0
  251. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +22 -0
  252. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/metadata.json +41 -0
  253. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.d.ts +12 -0
  254. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.js +9 -0
  255. package/Microsoft.Identity.Client.RP/bindings.json +83 -0
  256. package/Microsoft.Identity.Client.RP/internal/index.d.ts +27 -0
  257. package/Microsoft.Identity.Client.RP/internal/metadata.json +74 -0
  258. package/Microsoft.Identity.Client.RP.d.ts +18 -0
  259. package/Microsoft.Identity.Client.RP.js +9 -0
  260. package/Microsoft.Identity.Client.Region/bindings.json +167 -0
  261. package/Microsoft.Identity.Client.Region/internal/index.d.ts +21 -0
  262. package/Microsoft.Identity.Client.Region/internal/metadata.json +88 -0
  263. package/Microsoft.Identity.Client.Region.d.ts +12 -0
  264. package/Microsoft.Identity.Client.Region.js +9 -0
  265. package/Microsoft.Identity.Client.SSHCertificates/bindings.json +68 -0
  266. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +20 -0
  267. package/Microsoft.Identity.Client.SSHCertificates/internal/metadata.json +57 -0
  268. package/Microsoft.Identity.Client.SSHCertificates.d.ts +16 -0
  269. package/Microsoft.Identity.Client.SSHCertificates.js +9 -0
  270. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +66 -0
  271. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +24 -0
  272. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/metadata.json +46 -0
  273. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.d.ts +13 -0
  274. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.js +9 -0
  275. package/Microsoft.Identity.Client.Utils/bindings.json +164 -0
  276. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +29 -0
  277. package/Microsoft.Identity.Client.Utils/internal/metadata.json +121 -0
  278. package/Microsoft.Identity.Client.Utils.Windows/bindings.json +68 -0
  279. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +19 -0
  280. package/Microsoft.Identity.Client.Utils.Windows/internal/metadata.json +57 -0
  281. package/Microsoft.Identity.Client.Utils.Windows.d.ts +12 -0
  282. package/Microsoft.Identity.Client.Utils.Windows.js +9 -0
  283. package/Microsoft.Identity.Client.Utils.d.ts +13 -0
  284. package/Microsoft.Identity.Client.Utils.js +9 -0
  285. package/Microsoft.Identity.Client.d.ts +124 -0
  286. package/Microsoft.Identity.Client.js +9 -0
  287. package/Microsoft.IdentityModel.Abstractions/bindings.json +1278 -0
  288. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +132 -0
  289. package/Microsoft.IdentityModel.Abstractions/internal/metadata.json +843 -0
  290. package/Microsoft.IdentityModel.Abstractions.d.ts +20 -0
  291. package/Microsoft.IdentityModel.Abstractions.js +9 -0
  292. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +3592 -0
  293. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +242 -0
  294. package/Microsoft.IdentityModel.JsonWebTokens/internal/metadata.json +1997 -0
  295. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +24 -0
  296. package/Microsoft.IdentityModel.JsonWebTokens.js +9 -0
  297. package/Microsoft.IdentityModel.Logging/bindings.json +1715 -0
  298. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +137 -0
  299. package/Microsoft.IdentityModel.Logging/internal/metadata.json +1117 -0
  300. package/Microsoft.IdentityModel.Logging.d.ts +21 -0
  301. package/Microsoft.IdentityModel.Logging.js +9 -0
  302. package/Microsoft.IdentityModel.Protocols/bindings.json +1839 -0
  303. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +208 -0
  304. package/Microsoft.IdentityModel.Protocols/internal/metadata.json +1067 -0
  305. package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +177 -0
  306. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +43 -0
  307. package/Microsoft.IdentityModel.Protocols.Configuration/internal/metadata.json +72 -0
  308. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +18 -0
  309. package/Microsoft.IdentityModel.Protocols.Configuration.js +9 -0
  310. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +7825 -0
  311. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +515 -0
  312. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/metadata.json +4288 -0
  313. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +117 -0
  314. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +35 -0
  315. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/metadata.json +80 -0
  316. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.d.ts +14 -0
  317. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.js +9 -0
  318. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +42 -0
  319. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.js +9 -0
  320. package/Microsoft.IdentityModel.Protocols.d.ts +32 -0
  321. package/Microsoft.IdentityModel.Protocols.js +9 -0
  322. package/Microsoft.IdentityModel.Tokens/bindings.json +18398 -0
  323. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +1485 -0
  324. package/Microsoft.IdentityModel.Tokens/internal/metadata.json +10430 -0
  325. package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +162 -0
  326. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +30 -0
  327. package/Microsoft.IdentityModel.Tokens.Configuration/internal/metadata.json +101 -0
  328. package/Microsoft.IdentityModel.Tokens.Configuration.d.ts +15 -0
  329. package/Microsoft.IdentityModel.Tokens.Configuration.js +9 -0
  330. package/Microsoft.IdentityModel.Tokens.d.ts +123 -0
  331. package/Microsoft.IdentityModel.Tokens.js +9 -0
  332. package/Microsoft.SqlServer.Server/bindings.json +1337 -0
  333. package/Microsoft.SqlServer.Server/internal/index.d.ts +138 -0
  334. package/Microsoft.SqlServer.Server/internal/metadata.json +792 -0
  335. package/Microsoft.SqlServer.Server.d.ts +23 -0
  336. package/Microsoft.SqlServer.Server.js +9 -0
  337. package/README.md +5 -0
  338. package/System/bindings.json +877 -0
  339. package/System/internal/index.d.ts +67 -0
  340. package/System/internal/metadata.json +523 -0
  341. package/System.ClientModel/bindings.json +975 -0
  342. package/System.ClientModel/internal/index.d.ts +152 -0
  343. package/System.ClientModel/internal/metadata.json +637 -0
  344. package/System.ClientModel.Primitives/bindings.json +5278 -0
  345. package/System.ClientModel.Primitives/internal/index.d.ts +596 -0
  346. package/System.ClientModel.Primitives/internal/metadata.json +3433 -0
  347. package/System.ClientModel.Primitives.d.ts +65 -0
  348. package/System.ClientModel.Primitives.js +9 -0
  349. package/System.ClientModel.d.ts +42 -0
  350. package/System.ClientModel.js +9 -0
  351. package/System.Configuration/bindings.json +22798 -0
  352. package/System.Configuration/internal/index.d.ts +2085 -0
  353. package/System.Configuration/internal/metadata.json +11888 -0
  354. package/System.Configuration.Internal/bindings.json +3313 -0
  355. package/System.Configuration.Internal/internal/index.d.ts +228 -0
  356. package/System.Configuration.Internal/internal/metadata.json +2269 -0
  357. package/System.Configuration.Internal.d.ts +30 -0
  358. package/System.Configuration.Internal.js +9 -0
  359. package/System.Configuration.Provider/bindings.json +447 -0
  360. package/System.Configuration.Provider/internal/index.d.ts +63 -0
  361. package/System.Configuration.Provider/internal/metadata.json +284 -0
  362. package/System.Configuration.Provider.d.ts +17 -0
  363. package/System.Configuration.Provider.js +9 -0
  364. package/System.Configuration.d.ts +166 -0
  365. package/System.Configuration.js +9 -0
  366. package/System.Diagnostics/bindings.json +44 -0
  367. package/System.Diagnostics/internal/index.d.ts +18 -0
  368. package/System.Diagnostics/internal/metadata.json +48 -0
  369. package/System.Diagnostics.d.ts +12 -0
  370. package/System.Diagnostics.js +9 -0
  371. package/System.Drawing.Configuration/bindings.json +178 -0
  372. package/System.Drawing.Configuration/internal/index.d.ts +25 -0
  373. package/System.Drawing.Configuration/internal/metadata.json +46 -0
  374. package/System.Drawing.Configuration.d.ts +13 -0
  375. package/System.Drawing.Configuration.js +9 -0
  376. package/System.IdentityModel.Tokens.Jwt/bindings.json +4622 -0
  377. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +309 -0
  378. package/System.IdentityModel.Tokens.Jwt/internal/metadata.json +2556 -0
  379. package/System.IdentityModel.Tokens.Jwt.d.ts +29 -0
  380. package/System.IdentityModel.Tokens.Jwt.js +9 -0
  381. package/System.Security.Cryptography/bindings.json +146 -0
  382. package/System.Security.Cryptography/internal/index.d.ts +25 -0
  383. package/System.Security.Cryptography/internal/metadata.json +104 -0
  384. package/System.Security.Cryptography.d.ts +13 -0
  385. package/System.Security.Cryptography.js +9 -0
  386. package/System.Text.Json.Serialization/bindings.json +96 -0
  387. package/System.Text.Json.Serialization/internal/index.d.ts +32 -0
  388. package/System.Text.Json.Serialization/internal/metadata.json +70 -0
  389. package/System.Text.Json.Serialization.d.ts +15 -0
  390. package/System.Text.Json.Serialization.js +9 -0
  391. package/System.d.ts +21 -0
  392. package/System.js +9 -0
  393. package/__build/ref/Program.cs +5 -0
  394. package/__build/ref/ref.csproj +14 -0
  395. package/__build/scripts/generate.sh +113 -0
  396. package/__internal/extensions/index.d.ts +153 -0
  397. package/families.json +30 -0
  398. package/package.json +27 -0
  399. package/tsconfig.json +20 -0
@@ -0,0 +1,1294 @@
1
+ {
2
+ "namespace": "Microsoft.EntityFrameworkCore.SqlServer.Internal",
3
+ "contributingAssemblies": [
4
+ "Microsoft.EntityFrameworkCore.SqlServer"
5
+ ],
6
+ "types": [
7
+ {
8
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources",
9
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources",
10
+ "tsEmitName": "SqlServerResources",
11
+ "kind": "StaticNamespace",
12
+ "accessibility": "Public",
13
+ "isAbstract": true,
14
+ "isSealed": true,
15
+ "isStatic": true,
16
+ "arity": 0,
17
+ "methods": [
18
+ {
19
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources::LogByteIdentityColumn(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
20
+ "clrName": "LogByteIdentityColumn",
21
+ "tsEmitName": "logByteIdentityColumn",
22
+ "normalizedSignature": "LogByteIdentityColumn|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
23
+ "provenance": "Original",
24
+ "emitScope": "ClassSurface",
25
+ "isStatic": true,
26
+ "isAbstract": false,
27
+ "isVirtual": false,
28
+ "isOverride": false,
29
+ "isSealed": false,
30
+ "arity": 0,
31
+ "parameterCount": 1,
32
+ "isExtensionMethod": false
33
+ },
34
+ {
35
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources::LogColumnWithoutType(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
36
+ "clrName": "LogColumnWithoutType",
37
+ "tsEmitName": "logColumnWithoutType",
38
+ "normalizedSignature": "LogColumnWithoutType|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
39
+ "provenance": "Original",
40
+ "emitScope": "ClassSurface",
41
+ "isStatic": true,
42
+ "isAbstract": false,
43
+ "isVirtual": false,
44
+ "isOverride": false,
45
+ "isSealed": false,
46
+ "arity": 0,
47
+ "parameterCount": 1,
48
+ "isExtensionMethod": false
49
+ },
50
+ {
51
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources::LogConflictingValueGenerationStrategies(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_4[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
52
+ "clrName": "LogConflictingValueGenerationStrategies",
53
+ "tsEmitName": "logConflictingValueGenerationStrategies",
54
+ "normalizedSignature": "LogConflictingValueGenerationStrategies|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_4[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
55
+ "provenance": "Original",
56
+ "emitScope": "ClassSurface",
57
+ "isStatic": true,
58
+ "isAbstract": false,
59
+ "isVirtual": false,
60
+ "isOverride": false,
61
+ "isSealed": false,
62
+ "arity": 0,
63
+ "parameterCount": 1,
64
+ "isExtensionMethod": false
65
+ },
66
+ {
67
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources::LogDecimalTypeKey(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
68
+ "clrName": "LogDecimalTypeKey",
69
+ "tsEmitName": "logDecimalTypeKey",
70
+ "normalizedSignature": "LogDecimalTypeKey|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
71
+ "provenance": "Original",
72
+ "emitScope": "ClassSurface",
73
+ "isStatic": true,
74
+ "isAbstract": false,
75
+ "isVirtual": false,
76
+ "isOverride": false,
77
+ "isSealed": false,
78
+ "arity": 0,
79
+ "parameterCount": 1,
80
+ "isExtensionMethod": false
81
+ },
82
+ {
83
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources::LogDefaultDecimalTypeColumn(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
84
+ "clrName": "LogDefaultDecimalTypeColumn",
85
+ "tsEmitName": "logDefaultDecimalTypeColumn",
86
+ "normalizedSignature": "LogDefaultDecimalTypeColumn|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
87
+ "provenance": "Original",
88
+ "emitScope": "ClassSurface",
89
+ "isStatic": true,
90
+ "isAbstract": false,
91
+ "isVirtual": false,
92
+ "isOverride": false,
93
+ "isSealed": false,
94
+ "arity": 0,
95
+ "parameterCount": 1,
96
+ "isExtensionMethod": false
97
+ },
98
+ {
99
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources::LogDuplicateForeignKeyConstraintIgnored(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_3[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
100
+ "clrName": "LogDuplicateForeignKeyConstraintIgnored",
101
+ "tsEmitName": "logDuplicateForeignKeyConstraintIgnored",
102
+ "normalizedSignature": "LogDuplicateForeignKeyConstraintIgnored|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_3[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
103
+ "provenance": "Original",
104
+ "emitScope": "ClassSurface",
105
+ "isStatic": true,
106
+ "isAbstract": false,
107
+ "isVirtual": false,
108
+ "isOverride": false,
109
+ "isSealed": false,
110
+ "arity": 0,
111
+ "parameterCount": 1,
112
+ "isExtensionMethod": false
113
+ },
114
+ {
115
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources::LogFoundColumn(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition",
116
+ "clrName": "LogFoundColumn",
117
+ "tsEmitName": "logFoundColumn",
118
+ "normalizedSignature": "LogFoundColumn|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition|static=true",
119
+ "provenance": "Original",
120
+ "emitScope": "ClassSurface",
121
+ "isStatic": true,
122
+ "isAbstract": false,
123
+ "isVirtual": false,
124
+ "isOverride": false,
125
+ "isSealed": false,
126
+ "arity": 0,
127
+ "parameterCount": 1,
128
+ "isExtensionMethod": false
129
+ },
130
+ {
131
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources::LogFoundDefaultSchema(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
132
+ "clrName": "LogFoundDefaultSchema",
133
+ "tsEmitName": "logFoundDefaultSchema",
134
+ "normalizedSignature": "LogFoundDefaultSchema|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
135
+ "provenance": "Original",
136
+ "emitScope": "ClassSurface",
137
+ "isStatic": true,
138
+ "isAbstract": false,
139
+ "isVirtual": false,
140
+ "isOverride": false,
141
+ "isSealed": false,
142
+ "arity": 0,
143
+ "parameterCount": 1,
144
+ "isExtensionMethod": false
145
+ },
146
+ {
147
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources::LogFoundForeignKey(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_4[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
148
+ "clrName": "LogFoundForeignKey",
149
+ "tsEmitName": "logFoundForeignKey",
150
+ "normalizedSignature": "LogFoundForeignKey|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_4[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
151
+ "provenance": "Original",
152
+ "emitScope": "ClassSurface",
153
+ "isStatic": true,
154
+ "isAbstract": false,
155
+ "isVirtual": false,
156
+ "isOverride": false,
157
+ "isSealed": false,
158
+ "arity": 0,
159
+ "parameterCount": 1,
160
+ "isExtensionMethod": false
161
+ },
162
+ {
163
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources::LogFoundIndex(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_3[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
164
+ "clrName": "LogFoundIndex",
165
+ "tsEmitName": "logFoundIndex",
166
+ "normalizedSignature": "LogFoundIndex|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_3[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
167
+ "provenance": "Original",
168
+ "emitScope": "ClassSurface",
169
+ "isStatic": true,
170
+ "isAbstract": false,
171
+ "isVirtual": false,
172
+ "isOverride": false,
173
+ "isSealed": false,
174
+ "arity": 0,
175
+ "parameterCount": 1,
176
+ "isExtensionMethod": false
177
+ },
178
+ {
179
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources::LogFoundPrimaryKey(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
180
+ "clrName": "LogFoundPrimaryKey",
181
+ "tsEmitName": "logFoundPrimaryKey",
182
+ "normalizedSignature": "LogFoundPrimaryKey|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
183
+ "provenance": "Original",
184
+ "emitScope": "ClassSurface",
185
+ "isStatic": true,
186
+ "isAbstract": false,
187
+ "isVirtual": false,
188
+ "isOverride": false,
189
+ "isSealed": false,
190
+ "arity": 0,
191
+ "parameterCount": 1,
192
+ "isExtensionMethod": false
193
+ },
194
+ {
195
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources::LogFoundSequence(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition",
196
+ "clrName": "LogFoundSequence",
197
+ "tsEmitName": "logFoundSequence",
198
+ "normalizedSignature": "LogFoundSequence|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition|static=true",
199
+ "provenance": "Original",
200
+ "emitScope": "ClassSurface",
201
+ "isStatic": true,
202
+ "isAbstract": false,
203
+ "isVirtual": false,
204
+ "isOverride": false,
205
+ "isSealed": false,
206
+ "arity": 0,
207
+ "parameterCount": 1,
208
+ "isExtensionMethod": false
209
+ },
210
+ {
211
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources::LogFoundTable(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
212
+ "clrName": "LogFoundTable",
213
+ "tsEmitName": "logFoundTable",
214
+ "normalizedSignature": "LogFoundTable|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
215
+ "provenance": "Original",
216
+ "emitScope": "ClassSurface",
217
+ "isStatic": true,
218
+ "isAbstract": false,
219
+ "isVirtual": false,
220
+ "isOverride": false,
221
+ "isSealed": false,
222
+ "arity": 0,
223
+ "parameterCount": 1,
224
+ "isExtensionMethod": false
225
+ },
226
+ {
227
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources::LogFoundTypeAlias(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
228
+ "clrName": "LogFoundTypeAlias",
229
+ "tsEmitName": "logFoundTypeAlias",
230
+ "normalizedSignature": "LogFoundTypeAlias|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
231
+ "provenance": "Original",
232
+ "emitScope": "ClassSurface",
233
+ "isStatic": true,
234
+ "isAbstract": false,
235
+ "isVirtual": false,
236
+ "isOverride": false,
237
+ "isSealed": false,
238
+ "arity": 0,
239
+ "parameterCount": 1,
240
+ "isExtensionMethod": false
241
+ },
242
+ {
243
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources::LogFoundUniqueConstraint(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
244
+ "clrName": "LogFoundUniqueConstraint",
245
+ "tsEmitName": "logFoundUniqueConstraint",
246
+ "normalizedSignature": "LogFoundUniqueConstraint|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
247
+ "provenance": "Original",
248
+ "emitScope": "ClassSurface",
249
+ "isStatic": true,
250
+ "isAbstract": false,
251
+ "isVirtual": false,
252
+ "isOverride": false,
253
+ "isSealed": false,
254
+ "arity": 0,
255
+ "parameterCount": 1,
256
+ "isExtensionMethod": false
257
+ },
258
+ {
259
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources::LogMissingSchema(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
260
+ "clrName": "LogMissingSchema",
261
+ "tsEmitName": "logMissingSchema",
262
+ "normalizedSignature": "LogMissingSchema|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
263
+ "provenance": "Original",
264
+ "emitScope": "ClassSurface",
265
+ "isStatic": true,
266
+ "isAbstract": false,
267
+ "isVirtual": false,
268
+ "isOverride": false,
269
+ "isSealed": false,
270
+ "arity": 0,
271
+ "parameterCount": 1,
272
+ "isExtensionMethod": false
273
+ },
274
+ {
275
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources::LogMissingTable(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
276
+ "clrName": "LogMissingTable",
277
+ "tsEmitName": "logMissingTable",
278
+ "normalizedSignature": "LogMissingTable|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
279
+ "provenance": "Original",
280
+ "emitScope": "ClassSurface",
281
+ "isStatic": true,
282
+ "isAbstract": false,
283
+ "isVirtual": false,
284
+ "isOverride": false,
285
+ "isSealed": false,
286
+ "arity": 0,
287
+ "parameterCount": 1,
288
+ "isExtensionMethod": false
289
+ },
290
+ {
291
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources::LogMissingViewDefinitionRights(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition",
292
+ "clrName": "LogMissingViewDefinitionRights",
293
+ "tsEmitName": "logMissingViewDefinitionRights",
294
+ "normalizedSignature": "LogMissingViewDefinitionRights|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition|static=true",
295
+ "provenance": "Original",
296
+ "emitScope": "ClassSurface",
297
+ "isStatic": true,
298
+ "isAbstract": false,
299
+ "isVirtual": false,
300
+ "isOverride": false,
301
+ "isSealed": false,
302
+ "arity": 0,
303
+ "parameterCount": 1,
304
+ "isExtensionMethod": false
305
+ },
306
+ {
307
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources::LogPrincipalColumnNotFound(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_4[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
308
+ "clrName": "LogPrincipalColumnNotFound",
309
+ "tsEmitName": "logPrincipalColumnNotFound",
310
+ "normalizedSignature": "LogPrincipalColumnNotFound|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_4[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
311
+ "provenance": "Original",
312
+ "emitScope": "ClassSurface",
313
+ "isStatic": true,
314
+ "isAbstract": false,
315
+ "isVirtual": false,
316
+ "isOverride": false,
317
+ "isSealed": false,
318
+ "arity": 0,
319
+ "parameterCount": 1,
320
+ "isExtensionMethod": false
321
+ },
322
+ {
323
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources::LogPrincipalTableInformationNotFound(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
324
+ "clrName": "LogPrincipalTableInformationNotFound",
325
+ "tsEmitName": "logPrincipalTableInformationNotFound",
326
+ "normalizedSignature": "LogPrincipalTableInformationNotFound|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
327
+ "provenance": "Original",
328
+ "emitScope": "ClassSurface",
329
+ "isStatic": true,
330
+ "isAbstract": false,
331
+ "isVirtual": false,
332
+ "isOverride": false,
333
+ "isSealed": false,
334
+ "arity": 0,
335
+ "parameterCount": 1,
336
+ "isExtensionMethod": false
337
+ },
338
+ {
339
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources::LogPrincipalTableNotInSelectionSet(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_3[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
340
+ "clrName": "LogPrincipalTableNotInSelectionSet",
341
+ "tsEmitName": "logPrincipalTableNotInSelectionSet",
342
+ "normalizedSignature": "LogPrincipalTableNotInSelectionSet|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_3[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
343
+ "provenance": "Original",
344
+ "emitScope": "ClassSurface",
345
+ "isStatic": true,
346
+ "isAbstract": false,
347
+ "isVirtual": false,
348
+ "isOverride": false,
349
+ "isSealed": false,
350
+ "arity": 0,
351
+ "parameterCount": 1,
352
+ "isExtensionMethod": false
353
+ },
354
+ {
355
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources::LogReflexiveConstraintIgnored(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
356
+ "clrName": "LogReflexiveConstraintIgnored",
357
+ "tsEmitName": "logReflexiveConstraintIgnored",
358
+ "normalizedSignature": "LogReflexiveConstraintIgnored|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
359
+ "provenance": "Original",
360
+ "emitScope": "ClassSurface",
361
+ "isStatic": true,
362
+ "isAbstract": false,
363
+ "isVirtual": false,
364
+ "isOverride": false,
365
+ "isSealed": false,
366
+ "arity": 0,
367
+ "parameterCount": 1,
368
+ "isExtensionMethod": false
369
+ },
370
+ {
371
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerResources::LogSavepointsDisabledBecauseOfMARS(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition",
372
+ "clrName": "LogSavepointsDisabledBecauseOfMARS",
373
+ "tsEmitName": "logSavepointsDisabledBecauseOfMARS",
374
+ "normalizedSignature": "LogSavepointsDisabledBecauseOfMARS|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger):Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition|static=true",
375
+ "provenance": "Original",
376
+ "emitScope": "ClassSurface",
377
+ "isStatic": true,
378
+ "isAbstract": false,
379
+ "isVirtual": false,
380
+ "isOverride": false,
381
+ "isSealed": false,
382
+ "arity": 0,
383
+ "parameterCount": 1,
384
+ "isExtensionMethod": false
385
+ }
386
+ ],
387
+ "properties": [],
388
+ "fields": [],
389
+ "events": [],
390
+ "constructors": []
391
+ },
392
+ {
393
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
394
+ "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings",
395
+ "tsEmitName": "SqlServerStrings",
396
+ "kind": "StaticNamespace",
397
+ "accessibility": "Public",
398
+ "isAbstract": true,
399
+ "isSealed": true,
400
+ "isStatic": true,
401
+ "arity": 0,
402
+ "methods": [
403
+ {
404
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::AlreadyConfiguredEngineType(System.Object,System.Object):System.String",
405
+ "clrName": "AlreadyConfiguredEngineType",
406
+ "tsEmitName": "alreadyConfiguredEngineType",
407
+ "normalizedSignature": "AlreadyConfiguredEngineType|(System.Object,System.Object):System.String|static=true",
408
+ "provenance": "Original",
409
+ "emitScope": "ClassSurface",
410
+ "isStatic": true,
411
+ "isAbstract": false,
412
+ "isVirtual": false,
413
+ "isOverride": false,
414
+ "isSealed": false,
415
+ "arity": 0,
416
+ "parameterCount": 2,
417
+ "isExtensionMethod": false
418
+ },
419
+ {
420
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::CannotProduceUnterminatedSQLWithComments(System.Object):System.String",
421
+ "clrName": "CannotProduceUnterminatedSQLWithComments",
422
+ "tsEmitName": "cannotProduceUnterminatedSQLWithComments",
423
+ "normalizedSignature": "CannotProduceUnterminatedSQLWithComments|(System.Object):System.String|static=true",
424
+ "provenance": "Original",
425
+ "emitScope": "ClassSurface",
426
+ "isStatic": true,
427
+ "isAbstract": false,
428
+ "isVirtual": false,
429
+ "isOverride": false,
430
+ "isSealed": false,
431
+ "arity": 0,
432
+ "parameterCount": 1,
433
+ "isExtensionMethod": false
434
+ },
435
+ {
436
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::CompatibilityLevelTooLowForScalarCollections(System.Object):System.String",
437
+ "clrName": "CompatibilityLevelTooLowForScalarCollections",
438
+ "tsEmitName": "compatibilityLevelTooLowForScalarCollections",
439
+ "normalizedSignature": "CompatibilityLevelTooLowForScalarCollections|(System.Object):System.String|static=true",
440
+ "provenance": "Original",
441
+ "emitScope": "ClassSurface",
442
+ "isStatic": true,
443
+ "isAbstract": false,
444
+ "isVirtual": false,
445
+ "isOverride": false,
446
+ "isSealed": false,
447
+ "arity": 0,
448
+ "parameterCount": 1,
449
+ "isExtensionMethod": false
450
+ },
451
+ {
452
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::DuplicateColumnIdentityIncrementMismatch(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
453
+ "clrName": "DuplicateColumnIdentityIncrementMismatch",
454
+ "tsEmitName": "duplicateColumnIdentityIncrementMismatch",
455
+ "normalizedSignature": "DuplicateColumnIdentityIncrementMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
456
+ "provenance": "Original",
457
+ "emitScope": "ClassSurface",
458
+ "isStatic": true,
459
+ "isAbstract": false,
460
+ "isVirtual": false,
461
+ "isOverride": false,
462
+ "isSealed": false,
463
+ "arity": 0,
464
+ "parameterCount": 6,
465
+ "isExtensionMethod": false
466
+ },
467
+ {
468
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::DuplicateColumnIdentitySeedMismatch(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
469
+ "clrName": "DuplicateColumnIdentitySeedMismatch",
470
+ "tsEmitName": "duplicateColumnIdentitySeedMismatch",
471
+ "normalizedSignature": "DuplicateColumnIdentitySeedMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
472
+ "provenance": "Original",
473
+ "emitScope": "ClassSurface",
474
+ "isStatic": true,
475
+ "isAbstract": false,
476
+ "isVirtual": false,
477
+ "isOverride": false,
478
+ "isSealed": false,
479
+ "arity": 0,
480
+ "parameterCount": 6,
481
+ "isExtensionMethod": false
482
+ },
483
+ {
484
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::DuplicateColumnNameValueGenerationStrategyMismatch(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
485
+ "clrName": "DuplicateColumnNameValueGenerationStrategyMismatch",
486
+ "tsEmitName": "duplicateColumnNameValueGenerationStrategyMismatch",
487
+ "normalizedSignature": "DuplicateColumnNameValueGenerationStrategyMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
488
+ "provenance": "Original",
489
+ "emitScope": "ClassSurface",
490
+ "isStatic": true,
491
+ "isAbstract": false,
492
+ "isVirtual": false,
493
+ "isOverride": false,
494
+ "isSealed": false,
495
+ "arity": 0,
496
+ "parameterCount": 6,
497
+ "isExtensionMethod": false
498
+ },
499
+ {
500
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::DuplicateColumnSequenceMismatch(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
501
+ "clrName": "DuplicateColumnSequenceMismatch",
502
+ "tsEmitName": "duplicateColumnSequenceMismatch",
503
+ "normalizedSignature": "DuplicateColumnSequenceMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
504
+ "provenance": "Original",
505
+ "emitScope": "ClassSurface",
506
+ "isStatic": true,
507
+ "isAbstract": false,
508
+ "isVirtual": false,
509
+ "isOverride": false,
510
+ "isSealed": false,
511
+ "arity": 0,
512
+ "parameterCount": 6,
513
+ "isExtensionMethod": false
514
+ },
515
+ {
516
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::DuplicateColumnSparsenessMismatch(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
517
+ "clrName": "DuplicateColumnSparsenessMismatch",
518
+ "tsEmitName": "duplicateColumnSparsenessMismatch",
519
+ "normalizedSignature": "DuplicateColumnSparsenessMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
520
+ "provenance": "Original",
521
+ "emitScope": "ClassSurface",
522
+ "isStatic": true,
523
+ "isAbstract": false,
524
+ "isVirtual": false,
525
+ "isOverride": false,
526
+ "isSealed": false,
527
+ "arity": 0,
528
+ "parameterCount": 6,
529
+ "isExtensionMethod": false
530
+ },
531
+ {
532
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::DuplicateIndexClusteredMismatch(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
533
+ "clrName": "DuplicateIndexClusteredMismatch",
534
+ "tsEmitName": "duplicateIndexClusteredMismatch",
535
+ "normalizedSignature": "DuplicateIndexClusteredMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
536
+ "provenance": "Original",
537
+ "emitScope": "ClassSurface",
538
+ "isStatic": true,
539
+ "isAbstract": false,
540
+ "isVirtual": false,
541
+ "isOverride": false,
542
+ "isSealed": false,
543
+ "arity": 0,
544
+ "parameterCount": 6,
545
+ "isExtensionMethod": false
546
+ },
547
+ {
548
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::DuplicateIndexDataCompressionMismatch(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
549
+ "clrName": "DuplicateIndexDataCompressionMismatch",
550
+ "tsEmitName": "duplicateIndexDataCompressionMismatch",
551
+ "normalizedSignature": "DuplicateIndexDataCompressionMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
552
+ "provenance": "Original",
553
+ "emitScope": "ClassSurface",
554
+ "isStatic": true,
555
+ "isAbstract": false,
556
+ "isVirtual": false,
557
+ "isOverride": false,
558
+ "isSealed": false,
559
+ "arity": 0,
560
+ "parameterCount": 6,
561
+ "isExtensionMethod": false
562
+ },
563
+ {
564
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::DuplicateIndexFillFactorMismatch(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
565
+ "clrName": "DuplicateIndexFillFactorMismatch",
566
+ "tsEmitName": "duplicateIndexFillFactorMismatch",
567
+ "normalizedSignature": "DuplicateIndexFillFactorMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
568
+ "provenance": "Original",
569
+ "emitScope": "ClassSurface",
570
+ "isStatic": true,
571
+ "isAbstract": false,
572
+ "isVirtual": false,
573
+ "isOverride": false,
574
+ "isSealed": false,
575
+ "arity": 0,
576
+ "parameterCount": 6,
577
+ "isExtensionMethod": false
578
+ },
579
+ {
580
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::DuplicateIndexIncludedMismatch(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
581
+ "clrName": "DuplicateIndexIncludedMismatch",
582
+ "tsEmitName": "duplicateIndexIncludedMismatch",
583
+ "normalizedSignature": "DuplicateIndexIncludedMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
584
+ "provenance": "Original",
585
+ "emitScope": "ClassSurface",
586
+ "isStatic": true,
587
+ "isAbstract": false,
588
+ "isVirtual": false,
589
+ "isOverride": false,
590
+ "isSealed": false,
591
+ "arity": 0,
592
+ "parameterCount": 8,
593
+ "isExtensionMethod": false
594
+ },
595
+ {
596
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::DuplicateIndexOnlineMismatch(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
597
+ "clrName": "DuplicateIndexOnlineMismatch",
598
+ "tsEmitName": "duplicateIndexOnlineMismatch",
599
+ "normalizedSignature": "DuplicateIndexOnlineMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
600
+ "provenance": "Original",
601
+ "emitScope": "ClassSurface",
602
+ "isStatic": true,
603
+ "isAbstract": false,
604
+ "isVirtual": false,
605
+ "isOverride": false,
606
+ "isSealed": false,
607
+ "arity": 0,
608
+ "parameterCount": 6,
609
+ "isExtensionMethod": false
610
+ },
611
+ {
612
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::DuplicateIndexSortInTempDbMismatch(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
613
+ "clrName": "DuplicateIndexSortInTempDbMismatch",
614
+ "tsEmitName": "duplicateIndexSortInTempDbMismatch",
615
+ "normalizedSignature": "DuplicateIndexSortInTempDbMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
616
+ "provenance": "Original",
617
+ "emitScope": "ClassSurface",
618
+ "isStatic": true,
619
+ "isAbstract": false,
620
+ "isVirtual": false,
621
+ "isOverride": false,
622
+ "isSealed": false,
623
+ "arity": 0,
624
+ "parameterCount": 6,
625
+ "isExtensionMethod": false
626
+ },
627
+ {
628
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::DuplicateKeyMismatchedClustering(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
629
+ "clrName": "DuplicateKeyMismatchedClustering",
630
+ "tsEmitName": "duplicateKeyMismatchedClustering",
631
+ "normalizedSignature": "DuplicateKeyMismatchedClustering|(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
632
+ "provenance": "Original",
633
+ "emitScope": "ClassSurface",
634
+ "isStatic": true,
635
+ "isAbstract": false,
636
+ "isVirtual": false,
637
+ "isOverride": false,
638
+ "isSealed": false,
639
+ "arity": 0,
640
+ "parameterCount": 6,
641
+ "isExtensionMethod": false
642
+ },
643
+ {
644
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::IdentityBadType(System.Object,System.Object,System.Object):System.String",
645
+ "clrName": "IdentityBadType",
646
+ "tsEmitName": "identityBadType",
647
+ "normalizedSignature": "IdentityBadType|(System.Object,System.Object,System.Object):System.String|static=true",
648
+ "provenance": "Original",
649
+ "emitScope": "ClassSurface",
650
+ "isStatic": true,
651
+ "isAbstract": false,
652
+ "isVirtual": false,
653
+ "isOverride": false,
654
+ "isSealed": false,
655
+ "arity": 0,
656
+ "parameterCount": 3,
657
+ "isExtensionMethod": false
658
+ },
659
+ {
660
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::IncludePropertyDuplicated(System.Object,System.Object,System.Object):System.String",
661
+ "clrName": "IncludePropertyDuplicated",
662
+ "tsEmitName": "includePropertyDuplicated",
663
+ "normalizedSignature": "IncludePropertyDuplicated|(System.Object,System.Object,System.Object):System.String|static=true",
664
+ "provenance": "Original",
665
+ "emitScope": "ClassSurface",
666
+ "isStatic": true,
667
+ "isAbstract": false,
668
+ "isVirtual": false,
669
+ "isOverride": false,
670
+ "isSealed": false,
671
+ "arity": 0,
672
+ "parameterCount": 3,
673
+ "isExtensionMethod": false
674
+ },
675
+ {
676
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::IncludePropertyInIndex(System.Object,System.Object,System.Object):System.String",
677
+ "clrName": "IncludePropertyInIndex",
678
+ "tsEmitName": "includePropertyInIndex",
679
+ "normalizedSignature": "IncludePropertyInIndex|(System.Object,System.Object,System.Object):System.String|static=true",
680
+ "provenance": "Original",
681
+ "emitScope": "ClassSurface",
682
+ "isStatic": true,
683
+ "isAbstract": false,
684
+ "isVirtual": false,
685
+ "isOverride": false,
686
+ "isSealed": false,
687
+ "arity": 0,
688
+ "parameterCount": 3,
689
+ "isExtensionMethod": false
690
+ },
691
+ {
692
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::IncludePropertyNotFound(System.Object,System.Object,System.Object):System.String",
693
+ "clrName": "IncludePropertyNotFound",
694
+ "tsEmitName": "includePropertyNotFound",
695
+ "normalizedSignature": "IncludePropertyNotFound|(System.Object,System.Object,System.Object):System.String|static=true",
696
+ "provenance": "Original",
697
+ "emitScope": "ClassSurface",
698
+ "isStatic": true,
699
+ "isAbstract": false,
700
+ "isVirtual": false,
701
+ "isOverride": false,
702
+ "isSealed": false,
703
+ "arity": 0,
704
+ "parameterCount": 3,
705
+ "isExtensionMethod": false
706
+ },
707
+ {
708
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::IncompatibleSqlOutputClauseMismatch(System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
709
+ "clrName": "IncompatibleSqlOutputClauseMismatch",
710
+ "tsEmitName": "incompatibleSqlOutputClauseMismatch",
711
+ "normalizedSignature": "IncompatibleSqlOutputClauseMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
712
+ "provenance": "Original",
713
+ "emitScope": "ClassSurface",
714
+ "isStatic": true,
715
+ "isAbstract": false,
716
+ "isVirtual": false,
717
+ "isOverride": false,
718
+ "isSealed": false,
719
+ "arity": 0,
720
+ "parameterCount": 5,
721
+ "isExtensionMethod": false
722
+ },
723
+ {
724
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::IncompatibleTableMemoryOptimizedMismatch(System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
725
+ "clrName": "IncompatibleTableMemoryOptimizedMismatch",
726
+ "tsEmitName": "incompatibleTableMemoryOptimizedMismatch",
727
+ "normalizedSignature": "IncompatibleTableMemoryOptimizedMismatch|(System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
728
+ "provenance": "Original",
729
+ "emitScope": "ClassSurface",
730
+ "isStatic": true,
731
+ "isAbstract": false,
732
+ "isVirtual": false,
733
+ "isOverride": false,
734
+ "isSealed": false,
735
+ "arity": 0,
736
+ "parameterCount": 5,
737
+ "isExtensionMethod": false
738
+ },
739
+ {
740
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::InvalidEngineType(System.Object):System.String",
741
+ "clrName": "InvalidEngineType",
742
+ "tsEmitName": "invalidEngineType",
743
+ "normalizedSignature": "InvalidEngineType|(System.Object):System.String|static=true",
744
+ "provenance": "Original",
745
+ "emitScope": "ClassSurface",
746
+ "isStatic": true,
747
+ "isAbstract": false,
748
+ "isVirtual": false,
749
+ "isOverride": false,
750
+ "isSealed": false,
751
+ "arity": 0,
752
+ "parameterCount": 1,
753
+ "isExtensionMethod": false
754
+ },
755
+ {
756
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::InvalidTableToIncludeInScaffolding(System.Object):System.String",
757
+ "clrName": "InvalidTableToIncludeInScaffolding",
758
+ "tsEmitName": "invalidTableToIncludeInScaffolding",
759
+ "normalizedSignature": "InvalidTableToIncludeInScaffolding|(System.Object):System.String|static=true",
760
+ "provenance": "Original",
761
+ "emitScope": "ClassSurface",
762
+ "isStatic": true,
763
+ "isAbstract": false,
764
+ "isVirtual": false,
765
+ "isOverride": false,
766
+ "isSealed": false,
767
+ "arity": 0,
768
+ "parameterCount": 1,
769
+ "isExtensionMethod": false
770
+ },
771
+ {
772
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::JsonValuePathExpressionsNotSupported(System.Object):System.String",
773
+ "clrName": "JsonValuePathExpressionsNotSupported",
774
+ "tsEmitName": "jsonValuePathExpressionsNotSupported",
775
+ "normalizedSignature": "JsonValuePathExpressionsNotSupported|(System.Object):System.String|static=true",
776
+ "provenance": "Original",
777
+ "emitScope": "ClassSurface",
778
+ "isStatic": true,
779
+ "isAbstract": false,
780
+ "isVirtual": false,
781
+ "isOverride": false,
782
+ "isSealed": false,
783
+ "arity": 0,
784
+ "parameterCount": 1,
785
+ "isExtensionMethod": false
786
+ },
787
+ {
788
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::MultipleIdentityColumns(System.Object,System.Object):System.String",
789
+ "clrName": "MultipleIdentityColumns",
790
+ "tsEmitName": "multipleIdentityColumns",
791
+ "normalizedSignature": "MultipleIdentityColumns|(System.Object,System.Object):System.String|static=true",
792
+ "provenance": "Original",
793
+ "emitScope": "ClassSurface",
794
+ "isStatic": true,
795
+ "isAbstract": false,
796
+ "isVirtual": false,
797
+ "isOverride": false,
798
+ "isSealed": false,
799
+ "arity": 0,
800
+ "parameterCount": 2,
801
+ "isExtensionMethod": false
802
+ },
803
+ {
804
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::SequenceBadType(System.Object,System.Object,System.Object):System.String",
805
+ "clrName": "SequenceBadType",
806
+ "tsEmitName": "sequenceBadType",
807
+ "normalizedSignature": "SequenceBadType|(System.Object,System.Object,System.Object):System.String|static=true",
808
+ "provenance": "Original",
809
+ "emitScope": "ClassSurface",
810
+ "isStatic": true,
811
+ "isAbstract": false,
812
+ "isVirtual": false,
813
+ "isOverride": false,
814
+ "isSealed": false,
815
+ "arity": 0,
816
+ "parameterCount": 3,
817
+ "isExtensionMethod": false
818
+ },
819
+ {
820
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::TemporalAllEntitiesMappedToSameTableMustBeTemporal(System.Object):System.String",
821
+ "clrName": "TemporalAllEntitiesMappedToSameTableMustBeTemporal",
822
+ "tsEmitName": "temporalAllEntitiesMappedToSameTableMustBeTemporal",
823
+ "normalizedSignature": "TemporalAllEntitiesMappedToSameTableMustBeTemporal|(System.Object):System.String|static=true",
824
+ "provenance": "Original",
825
+ "emitScope": "ClassSurface",
826
+ "isStatic": true,
827
+ "isAbstract": false,
828
+ "isVirtual": false,
829
+ "isOverride": false,
830
+ "isSealed": false,
831
+ "arity": 0,
832
+ "parameterCount": 1,
833
+ "isExtensionMethod": false
834
+ },
835
+ {
836
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::TemporalExpectedPeriodPropertyNotFound(System.Object,System.Object):System.String",
837
+ "clrName": "TemporalExpectedPeriodPropertyNotFound",
838
+ "tsEmitName": "temporalExpectedPeriodPropertyNotFound",
839
+ "normalizedSignature": "TemporalExpectedPeriodPropertyNotFound|(System.Object,System.Object):System.String|static=true",
840
+ "provenance": "Original",
841
+ "emitScope": "ClassSurface",
842
+ "isStatic": true,
843
+ "isAbstract": false,
844
+ "isVirtual": false,
845
+ "isOverride": false,
846
+ "isSealed": false,
847
+ "arity": 0,
848
+ "parameterCount": 2,
849
+ "isExtensionMethod": false
850
+ },
851
+ {
852
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::TemporalMigrationModifyingComputedColumnNotSupported(System.Object,System.Object):System.String",
853
+ "clrName": "TemporalMigrationModifyingComputedColumnNotSupported",
854
+ "tsEmitName": "temporalMigrationModifyingComputedColumnNotSupported",
855
+ "normalizedSignature": "TemporalMigrationModifyingComputedColumnNotSupported|(System.Object,System.Object):System.String|static=true",
856
+ "provenance": "Original",
857
+ "emitScope": "ClassSurface",
858
+ "isStatic": true,
859
+ "isAbstract": false,
860
+ "isVirtual": false,
861
+ "isOverride": false,
862
+ "isSealed": false,
863
+ "arity": 0,
864
+ "parameterCount": 2,
865
+ "isExtensionMethod": false
866
+ },
867
+ {
868
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::TemporalMustDefinePeriodProperties(System.Object):System.String",
869
+ "clrName": "TemporalMustDefinePeriodProperties",
870
+ "tsEmitName": "temporalMustDefinePeriodProperties",
871
+ "normalizedSignature": "TemporalMustDefinePeriodProperties|(System.Object):System.String|static=true",
872
+ "provenance": "Original",
873
+ "emitScope": "ClassSurface",
874
+ "isStatic": true,
875
+ "isAbstract": false,
876
+ "isVirtual": false,
877
+ "isOverride": false,
878
+ "isSealed": false,
879
+ "arity": 0,
880
+ "parameterCount": 1,
881
+ "isExtensionMethod": false
882
+ },
883
+ {
884
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::TemporalNavigationExpansionBetweenTemporalAndNonTemporal(System.Object):System.String",
885
+ "clrName": "TemporalNavigationExpansionBetweenTemporalAndNonTemporal",
886
+ "tsEmitName": "temporalNavigationExpansionBetweenTemporalAndNonTemporal",
887
+ "normalizedSignature": "TemporalNavigationExpansionBetweenTemporalAndNonTemporal|(System.Object):System.String|static=true",
888
+ "provenance": "Original",
889
+ "emitScope": "ClassSurface",
890
+ "isStatic": true,
891
+ "isAbstract": false,
892
+ "isVirtual": false,
893
+ "isOverride": false,
894
+ "isSealed": false,
895
+ "arity": 0,
896
+ "parameterCount": 1,
897
+ "isExtensionMethod": false
898
+ },
899
+ {
900
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::TemporalNavigationExpansionOnlySupportedForAsOf(System.Object):System.String",
901
+ "clrName": "TemporalNavigationExpansionOnlySupportedForAsOf",
902
+ "tsEmitName": "temporalNavigationExpansionOnlySupportedForAsOf",
903
+ "normalizedSignature": "TemporalNavigationExpansionOnlySupportedForAsOf|(System.Object):System.String|static=true",
904
+ "provenance": "Original",
905
+ "emitScope": "ClassSurface",
906
+ "isStatic": true,
907
+ "isAbstract": false,
908
+ "isVirtual": false,
909
+ "isOverride": false,
910
+ "isSealed": false,
911
+ "arity": 0,
912
+ "parameterCount": 1,
913
+ "isExtensionMethod": false
914
+ },
915
+ {
916
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::TemporalNotSupportedForTableSplittingWithInconsistentPeriodMapping(System.Object,System.Object,System.Object,System.Object,System.Object):System.String",
917
+ "clrName": "TemporalNotSupportedForTableSplittingWithInconsistentPeriodMapping",
918
+ "tsEmitName": "temporalNotSupportedForTableSplittingWithInconsistentPeriodMapping",
919
+ "normalizedSignature": "TemporalNotSupportedForTableSplittingWithInconsistentPeriodMapping|(System.Object,System.Object,System.Object,System.Object,System.Object):System.String|static=true",
920
+ "provenance": "Original",
921
+ "emitScope": "ClassSurface",
922
+ "isStatic": true,
923
+ "isAbstract": false,
924
+ "isVirtual": false,
925
+ "isOverride": false,
926
+ "isSealed": false,
927
+ "arity": 0,
928
+ "parameterCount": 5,
929
+ "isExtensionMethod": false
930
+ },
931
+ {
932
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::TemporalOnlyOnRoot(System.Object):System.String",
933
+ "clrName": "TemporalOnlyOnRoot",
934
+ "tsEmitName": "temporalOnlyOnRoot",
935
+ "normalizedSignature": "TemporalOnlyOnRoot|(System.Object):System.String|static=true",
936
+ "provenance": "Original",
937
+ "emitScope": "ClassSurface",
938
+ "isStatic": true,
939
+ "isAbstract": false,
940
+ "isVirtual": false,
941
+ "isOverride": false,
942
+ "isSealed": false,
943
+ "arity": 0,
944
+ "parameterCount": 1,
945
+ "isExtensionMethod": false
946
+ },
947
+ {
948
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::TemporalOnlySupportedForTPH(System.Object):System.String",
949
+ "clrName": "TemporalOnlySupportedForTPH",
950
+ "tsEmitName": "temporalOnlySupportedForTPH",
951
+ "normalizedSignature": "TemporalOnlySupportedForTPH|(System.Object):System.String|static=true",
952
+ "provenance": "Original",
953
+ "emitScope": "ClassSurface",
954
+ "isStatic": true,
955
+ "isAbstract": false,
956
+ "isVirtual": false,
957
+ "isOverride": false,
958
+ "isSealed": false,
959
+ "arity": 0,
960
+ "parameterCount": 1,
961
+ "isExtensionMethod": false
962
+ },
963
+ {
964
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::TemporalPeriodPropertyCantHaveDefaultValue(System.Object,System.Object):System.String",
965
+ "clrName": "TemporalPeriodPropertyCantHaveDefaultValue",
966
+ "tsEmitName": "temporalPeriodPropertyCantHaveDefaultValue",
967
+ "normalizedSignature": "TemporalPeriodPropertyCantHaveDefaultValue|(System.Object,System.Object):System.String|static=true",
968
+ "provenance": "Original",
969
+ "emitScope": "ClassSurface",
970
+ "isStatic": true,
971
+ "isAbstract": false,
972
+ "isVirtual": false,
973
+ "isOverride": false,
974
+ "isSealed": false,
975
+ "arity": 0,
976
+ "parameterCount": 2,
977
+ "isExtensionMethod": false
978
+ },
979
+ {
980
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::TemporalPeriodPropertyMustBeInShadowState(System.Object,System.Object):System.String",
981
+ "clrName": "TemporalPeriodPropertyMustBeInShadowState",
982
+ "tsEmitName": "temporalPeriodPropertyMustBeInShadowState",
983
+ "normalizedSignature": "TemporalPeriodPropertyMustBeInShadowState|(System.Object,System.Object):System.String|static=true",
984
+ "provenance": "Original",
985
+ "emitScope": "ClassSurface",
986
+ "isStatic": true,
987
+ "isAbstract": false,
988
+ "isVirtual": false,
989
+ "isOverride": false,
990
+ "isSealed": false,
991
+ "arity": 0,
992
+ "parameterCount": 2,
993
+ "isExtensionMethod": false
994
+ },
995
+ {
996
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::TemporalPeriodPropertyMustBeMappedToDatetime2(System.Object,System.Object,System.Object):System.String",
997
+ "clrName": "TemporalPeriodPropertyMustBeMappedToDatetime2",
998
+ "tsEmitName": "temporalPeriodPropertyMustBeMappedToDatetime2",
999
+ "normalizedSignature": "TemporalPeriodPropertyMustBeMappedToDatetime2|(System.Object,System.Object,System.Object):System.String|static=true",
1000
+ "provenance": "Original",
1001
+ "emitScope": "ClassSurface",
1002
+ "isStatic": true,
1003
+ "isAbstract": false,
1004
+ "isVirtual": false,
1005
+ "isOverride": false,
1006
+ "isSealed": false,
1007
+ "arity": 0,
1008
+ "parameterCount": 3,
1009
+ "isExtensionMethod": false
1010
+ },
1011
+ {
1012
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::TemporalPeriodPropertyMustBeNonNullableDateTime(System.Object,System.Object,System.Object):System.String",
1013
+ "clrName": "TemporalPeriodPropertyMustBeNonNullableDateTime",
1014
+ "tsEmitName": "temporalPeriodPropertyMustBeNonNullableDateTime",
1015
+ "normalizedSignature": "TemporalPeriodPropertyMustBeNonNullableDateTime|(System.Object,System.Object,System.Object):System.String|static=true",
1016
+ "provenance": "Original",
1017
+ "emitScope": "ClassSurface",
1018
+ "isStatic": true,
1019
+ "isAbstract": false,
1020
+ "isVirtual": false,
1021
+ "isOverride": false,
1022
+ "isSealed": false,
1023
+ "arity": 0,
1024
+ "parameterCount": 3,
1025
+ "isExtensionMethod": false
1026
+ },
1027
+ {
1028
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::TemporalPropertyMappedToPeriodColumnMustBeValueGeneratedOnAddOrUpdate(System.Object,System.Object,System.Object):System.String",
1029
+ "clrName": "TemporalPropertyMappedToPeriodColumnMustBeValueGeneratedOnAddOrUpdate",
1030
+ "tsEmitName": "temporalPropertyMappedToPeriodColumnMustBeValueGeneratedOnAddOrUpdate",
1031
+ "normalizedSignature": "TemporalPropertyMappedToPeriodColumnMustBeValueGeneratedOnAddOrUpdate|(System.Object,System.Object,System.Object):System.String|static=true",
1032
+ "provenance": "Original",
1033
+ "emitScope": "ClassSurface",
1034
+ "isStatic": true,
1035
+ "isAbstract": false,
1036
+ "isVirtual": false,
1037
+ "isOverride": false,
1038
+ "isSealed": false,
1039
+ "arity": 0,
1040
+ "parameterCount": 3,
1041
+ "isExtensionMethod": false
1042
+ },
1043
+ {
1044
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::TemporalSetOperationOnMismatchedSources(System.Object):System.String",
1045
+ "clrName": "TemporalSetOperationOnMismatchedSources",
1046
+ "tsEmitName": "temporalSetOperationOnMismatchedSources",
1047
+ "normalizedSignature": "TemporalSetOperationOnMismatchedSources|(System.Object):System.String|static=true",
1048
+ "provenance": "Original",
1049
+ "emitScope": "ClassSurface",
1050
+ "isStatic": true,
1051
+ "isAbstract": false,
1052
+ "isVirtual": false,
1053
+ "isOverride": false,
1054
+ "isSealed": false,
1055
+ "arity": 0,
1056
+ "parameterCount": 1,
1057
+ "isExtensionMethod": false
1058
+ },
1059
+ {
1060
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::VectorDimensionsMissing(System.Object,System.Object):System.String",
1061
+ "clrName": "VectorDimensionsMissing",
1062
+ "tsEmitName": "vectorDimensionsMissing",
1063
+ "normalizedSignature": "VectorDimensionsMissing|(System.Object,System.Object):System.String|static=true",
1064
+ "provenance": "Original",
1065
+ "emitScope": "ClassSurface",
1066
+ "isStatic": true,
1067
+ "isAbstract": false,
1068
+ "isVirtual": false,
1069
+ "isOverride": false,
1070
+ "isSealed": false,
1071
+ "arity": 0,
1072
+ "parameterCount": 2,
1073
+ "isExtensionMethod": false
1074
+ },
1075
+ {
1076
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::VectorPropertiesNotSupportedInJson(System.Object,System.Object):System.String",
1077
+ "clrName": "VectorPropertiesNotSupportedInJson",
1078
+ "tsEmitName": "vectorPropertiesNotSupportedInJson",
1079
+ "normalizedSignature": "VectorPropertiesNotSupportedInJson|(System.Object,System.Object):System.String|static=true",
1080
+ "provenance": "Original",
1081
+ "emitScope": "ClassSurface",
1082
+ "isStatic": true,
1083
+ "isAbstract": false,
1084
+ "isVirtual": false,
1085
+ "isOverride": false,
1086
+ "isSealed": false,
1087
+ "arity": 0,
1088
+ "parameterCount": 2,
1089
+ "isExtensionMethod": false
1090
+ }
1091
+ ],
1092
+ "properties": [
1093
+ {
1094
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::AlterIdentityColumn:System.String",
1095
+ "clrName": "AlterIdentityColumn",
1096
+ "tsEmitName": "alterIdentityColumn",
1097
+ "normalizedSignature": "AlterIdentityColumn|:System.String|static=true|accessor=get",
1098
+ "provenance": "Original",
1099
+ "emitScope": "ClassSurface",
1100
+ "isStatic": true,
1101
+ "isAbstract": false,
1102
+ "isVirtual": false,
1103
+ "isOverride": false,
1104
+ "isIndexer": false,
1105
+ "hasGetter": true,
1106
+ "hasSetter": false
1107
+ },
1108
+ {
1109
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::AlterMemoryOptimizedTable:System.String",
1110
+ "clrName": "AlterMemoryOptimizedTable",
1111
+ "tsEmitName": "alterMemoryOptimizedTable",
1112
+ "normalizedSignature": "AlterMemoryOptimizedTable|:System.String|static=true|accessor=get",
1113
+ "provenance": "Original",
1114
+ "emitScope": "ClassSurface",
1115
+ "isStatic": true,
1116
+ "isAbstract": false,
1117
+ "isVirtual": false,
1118
+ "isOverride": false,
1119
+ "isIndexer": false,
1120
+ "hasGetter": true,
1121
+ "hasSetter": false
1122
+ },
1123
+ {
1124
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::ExecuteUpdateCannotSetJsonPropertyOnOldSqlServer:System.String",
1125
+ "clrName": "ExecuteUpdateCannotSetJsonPropertyOnOldSqlServer",
1126
+ "tsEmitName": "executeUpdateCannotSetJsonPropertyOnOldSqlServer",
1127
+ "normalizedSignature": "ExecuteUpdateCannotSetJsonPropertyOnOldSqlServer|:System.String|static=true|accessor=get",
1128
+ "provenance": "Original",
1129
+ "emitScope": "ClassSurface",
1130
+ "isStatic": true,
1131
+ "isAbstract": false,
1132
+ "isVirtual": false,
1133
+ "isOverride": false,
1134
+ "isIndexer": false,
1135
+ "hasGetter": true,
1136
+ "hasSetter": false
1137
+ },
1138
+ {
1139
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::IndexTableRequired:System.String",
1140
+ "clrName": "IndexTableRequired",
1141
+ "tsEmitName": "indexTableRequired",
1142
+ "normalizedSignature": "IndexTableRequired|:System.String|static=true|accessor=get",
1143
+ "provenance": "Original",
1144
+ "emitScope": "ClassSurface",
1145
+ "isStatic": true,
1146
+ "isAbstract": false,
1147
+ "isVirtual": false,
1148
+ "isOverride": false,
1149
+ "isIndexer": false,
1150
+ "hasGetter": true,
1151
+ "hasSetter": false
1152
+ },
1153
+ {
1154
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::InvalidColumnNameForFreeText:System.String",
1155
+ "clrName": "InvalidColumnNameForFreeText",
1156
+ "tsEmitName": "invalidColumnNameForFreeText",
1157
+ "normalizedSignature": "InvalidColumnNameForFreeText|:System.String|static=true|accessor=get",
1158
+ "provenance": "Original",
1159
+ "emitScope": "ClassSurface",
1160
+ "isStatic": true,
1161
+ "isAbstract": false,
1162
+ "isVirtual": false,
1163
+ "isOverride": false,
1164
+ "isIndexer": false,
1165
+ "hasGetter": true,
1166
+ "hasSetter": false
1167
+ },
1168
+ {
1169
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::LeastGreatestCompatibilityLevelTooLow:System.String",
1170
+ "clrName": "LeastGreatestCompatibilityLevelTooLow",
1171
+ "tsEmitName": "leastGreatestCompatibilityLevelTooLow",
1172
+ "normalizedSignature": "LeastGreatestCompatibilityLevelTooLow|:System.String|static=true|accessor=get",
1173
+ "provenance": "Original",
1174
+ "emitScope": "ClassSurface",
1175
+ "isStatic": true,
1176
+ "isAbstract": false,
1177
+ "isVirtual": false,
1178
+ "isOverride": false,
1179
+ "isIndexer": false,
1180
+ "hasGetter": true,
1181
+ "hasSetter": false
1182
+ },
1183
+ {
1184
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::NoInitialCatalog:System.String",
1185
+ "clrName": "NoInitialCatalog",
1186
+ "tsEmitName": "noInitialCatalog",
1187
+ "normalizedSignature": "NoInitialCatalog|:System.String|static=true|accessor=get",
1188
+ "provenance": "Original",
1189
+ "emitScope": "ClassSurface",
1190
+ "isStatic": true,
1191
+ "isAbstract": false,
1192
+ "isVirtual": false,
1193
+ "isOverride": false,
1194
+ "isIndexer": false,
1195
+ "hasGetter": true,
1196
+ "hasSetter": false
1197
+ },
1198
+ {
1199
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::NoSavepointRelease:System.String",
1200
+ "clrName": "NoSavepointRelease",
1201
+ "tsEmitName": "noSavepointRelease",
1202
+ "normalizedSignature": "NoSavepointRelease|:System.String|static=true|accessor=get",
1203
+ "provenance": "Original",
1204
+ "emitScope": "ClassSurface",
1205
+ "isStatic": true,
1206
+ "isAbstract": false,
1207
+ "isVirtual": false,
1208
+ "isOverride": false,
1209
+ "isIndexer": false,
1210
+ "hasGetter": true,
1211
+ "hasSetter": false
1212
+ },
1213
+ {
1214
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::QueryingOrderedBinaryJsonCollectionsNotSupported:System.String",
1215
+ "clrName": "QueryingOrderedBinaryJsonCollectionsNotSupported",
1216
+ "tsEmitName": "queryingOrderedBinaryJsonCollectionsNotSupported",
1217
+ "normalizedSignature": "QueryingOrderedBinaryJsonCollectionsNotSupported|:System.String|static=true|accessor=get",
1218
+ "provenance": "Original",
1219
+ "emitScope": "ClassSurface",
1220
+ "isStatic": true,
1221
+ "isAbstract": false,
1222
+ "isVirtual": false,
1223
+ "isOverride": false,
1224
+ "isIndexer": false,
1225
+ "hasGetter": true,
1226
+ "hasSetter": false
1227
+ },
1228
+ {
1229
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::SaveChangesFailedBecauseOfComputedColumnWithFunction:System.String",
1230
+ "clrName": "SaveChangesFailedBecauseOfComputedColumnWithFunction",
1231
+ "tsEmitName": "saveChangesFailedBecauseOfComputedColumnWithFunction",
1232
+ "normalizedSignature": "SaveChangesFailedBecauseOfComputedColumnWithFunction|:System.String|static=true|accessor=get",
1233
+ "provenance": "Original",
1234
+ "emitScope": "ClassSurface",
1235
+ "isStatic": true,
1236
+ "isAbstract": false,
1237
+ "isVirtual": false,
1238
+ "isOverride": false,
1239
+ "isIndexer": false,
1240
+ "hasGetter": true,
1241
+ "hasSetter": false
1242
+ },
1243
+ {
1244
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::SaveChangesFailedBecauseOfTriggers:System.String",
1245
+ "clrName": "SaveChangesFailedBecauseOfTriggers",
1246
+ "tsEmitName": "saveChangesFailedBecauseOfTriggers",
1247
+ "normalizedSignature": "SaveChangesFailedBecauseOfTriggers|:System.String|static=true|accessor=get",
1248
+ "provenance": "Original",
1249
+ "emitScope": "ClassSurface",
1250
+ "isStatic": true,
1251
+ "isAbstract": false,
1252
+ "isVirtual": false,
1253
+ "isOverride": false,
1254
+ "isIndexer": false,
1255
+ "hasGetter": true,
1256
+ "hasSetter": false
1257
+ },
1258
+ {
1259
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::TransientExceptionDetected:System.String",
1260
+ "clrName": "TransientExceptionDetected",
1261
+ "tsEmitName": "transientExceptionDetected",
1262
+ "normalizedSignature": "TransientExceptionDetected|:System.String|static=true|accessor=get",
1263
+ "provenance": "Original",
1264
+ "emitScope": "ClassSurface",
1265
+ "isStatic": true,
1266
+ "isAbstract": false,
1267
+ "isVirtual": false,
1268
+ "isOverride": false,
1269
+ "isIndexer": false,
1270
+ "hasGetter": true,
1271
+ "hasSetter": false
1272
+ },
1273
+ {
1274
+ "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Internal.SqlServerStrings::VectorDimensionsInvalid:System.String",
1275
+ "clrName": "VectorDimensionsInvalid",
1276
+ "tsEmitName": "vectorDimensionsInvalid",
1277
+ "normalizedSignature": "VectorDimensionsInvalid|:System.String|static=true|accessor=get",
1278
+ "provenance": "Original",
1279
+ "emitScope": "ClassSurface",
1280
+ "isStatic": true,
1281
+ "isAbstract": false,
1282
+ "isVirtual": false,
1283
+ "isOverride": false,
1284
+ "isIndexer": false,
1285
+ "hasGetter": true,
1286
+ "hasSetter": false
1287
+ }
1288
+ ],
1289
+ "fields": [],
1290
+ "events": [],
1291
+ "constructors": []
1292
+ }
1293
+ ]
1294
+ }