@tsonic/efcore-sqlserver 0.1.2 → 10.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (263) hide show
  1. package/Azure/bindings.json +1638 -2427
  2. package/Azure/internal/index.d.ts +169 -139
  3. package/Azure.Core/bindings.json +2874 -3751
  4. package/Azure.Core/internal/index.d.ts +326 -295
  5. package/Azure.Core.Cryptography/bindings.json +51 -65
  6. package/Azure.Core.Cryptography/internal/index.d.ts +5 -5
  7. package/Azure.Core.Diagnostics/bindings.json +79 -69
  8. package/Azure.Core.Diagnostics/internal/index.d.ts +13 -7
  9. package/Azure.Core.Diagnostics.d.ts +2 -2
  10. package/Azure.Core.Extensions/bindings.json +71 -57
  11. package/Azure.Core.Extensions/internal/index.d.ts +4 -4
  12. package/Azure.Core.GeoJson/bindings.json +814 -1379
  13. package/Azure.Core.GeoJson/internal/index.d.ts +67 -67
  14. package/Azure.Core.Pipeline/bindings.json +847 -880
  15. package/Azure.Core.Pipeline/internal/index.d.ts +79 -56
  16. package/Azure.Core.Pipeline.d.ts +2 -2
  17. package/Azure.Core.Serialization/bindings.json +251 -302
  18. package/Azure.Core.Serialization/internal/index.d.ts +22 -21
  19. package/Azure.Core.d.ts +1 -1
  20. package/Azure.Identity/bindings.json +2882 -7099
  21. package/Azure.Identity/internal/index.d.ts +250 -229
  22. package/Azure.Identity.d.ts +1 -1
  23. package/Azure.Messaging/bindings.json +166 -230
  24. package/Azure.Messaging/internal/index.d.ts +27 -22
  25. package/Azure.d.ts +1 -1
  26. package/Microsoft.Data/bindings.json +34 -27
  27. package/Microsoft.Data/internal/index.d.ts +2 -2
  28. package/Microsoft.Data.Sql/bindings.json +57 -94
  29. package/Microsoft.Data.Sql/internal/index.d.ts +5 -5
  30. package/Microsoft.Data.SqlClient/bindings.json +6187 -8407
  31. package/Microsoft.Data.SqlClient/internal/index.d.ts +718 -626
  32. package/Microsoft.Data.SqlClient.DataClassification/bindings.json +173 -283
  33. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +12 -12
  34. package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +1458 -1995
  35. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +159 -159
  36. package/Microsoft.Data.SqlClient.Server/bindings.json +1112 -1776
  37. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +131 -131
  38. package/Microsoft.Data.SqlTypes/bindings.json +257 -405
  39. package/Microsoft.Data.SqlTypes/internal/index.d.ts +30 -30
  40. package/Microsoft.EntityFrameworkCore/bindings.json +7017 -8970
  41. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +533 -526
  42. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +92 -304
  43. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +26 -26
  44. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +269 -289
  45. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +22 -21
  46. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +44 -59
  47. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +4 -4
  48. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +311 -536
  49. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +32 -32
  50. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +1083 -457
  51. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +111 -39
  52. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
  53. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +41 -30
  54. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +2 -2
  55. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +946 -40
  56. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +58 -8
  57. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +72 -61
  58. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +4 -4
  59. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +6 -5
  60. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +233 -207
  61. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +25 -17
  62. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
  63. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +60 -267
  64. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +23 -23
  65. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +175 -257
  66. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +23 -23
  67. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +666 -569
  68. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +69 -45
  69. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
  70. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +565 -879
  71. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +79 -79
  72. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +138 -469
  73. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +41 -41
  74. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +204 -211
  75. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +23 -17
  76. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
  77. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +3431 -2277
  78. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +326 -147
  79. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +71 -60
  80. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +12 -7
  81. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
  82. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
  83. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +90 -98
  84. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +6 -6
  85. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +2295 -1113
  86. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +263 -93
  87. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
  88. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +548 -284
  89. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +54 -23
  90. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
  91. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +252 -204
  92. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +25 -12
  93. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
  94. package/Microsoft.EntityFrameworkCore.d.ts +1 -1
  95. package/Microsoft.Extensions.DependencyInjection/bindings.json +62 -70
  96. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +6 -6
  97. package/Microsoft.Identity.Client/bindings.json +6237 -13523
  98. package/Microsoft.Identity.Client/internal/index.d.ts +741 -675
  99. package/Microsoft.Identity.Client.Advanced/bindings.json +21 -15
  100. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +1 -1
  101. package/Microsoft.Identity.Client.AppConfig/bindings.json +90 -148
  102. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +10 -10
  103. package/Microsoft.Identity.Client.AuthScheme/bindings.json +48 -72
  104. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +6 -6
  105. package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +29 -39
  106. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -3
  107. package/Microsoft.Identity.Client.Cache/bindings.json +65 -95
  108. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +6 -6
  109. package/Microsoft.Identity.Client.Extensibility/bindings.json +297 -380
  110. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +27 -26
  111. package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +379 -668
  112. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +51 -50
  113. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
  114. package/Microsoft.Identity.Client.Kerberos/bindings.json +191 -288
  115. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +21 -21
  116. package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +50 -103
  117. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +8 -8
  118. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +30 -12
  119. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +2 -1
  120. package/Microsoft.Identity.Client.RP/bindings.json +39 -30
  121. package/Microsoft.Identity.Client.RP/internal/index.d.ts +2 -2
  122. package/Microsoft.Identity.Client.Region/bindings.json +46 -81
  123. package/Microsoft.Identity.Client.Region/internal/index.d.ts +6 -6
  124. package/Microsoft.Identity.Client.SSHCertificates/bindings.json +28 -26
  125. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
  126. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +20 -25
  127. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +1 -1
  128. package/Microsoft.Identity.Client.Utils/bindings.json +56 -70
  129. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -6
  130. package/Microsoft.Identity.Client.Utils.Windows/bindings.json +28 -26
  131. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
  132. package/Microsoft.IdentityModel.Abstractions/bindings.json +426 -581
  133. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +42 -41
  134. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +828 -1776
  135. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +154 -147
  136. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
  137. package/Microsoft.IdentityModel.Logging/bindings.json +516 -773
  138. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +69 -64
  139. package/Microsoft.IdentityModel.Logging.d.ts +1 -1
  140. package/Microsoft.IdentityModel.Protocols/bindings.json +507 -898
  141. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +47 -46
  142. package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +43 -94
  143. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -2
  144. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
  145. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +2335 -4306
  146. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +316 -301
  147. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +45 -50
  148. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -2
  149. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
  150. package/Microsoft.IdentityModel.Tokens/bindings.json +5594 -8774
  151. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +578 -478
  152. package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +40 -71
  153. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +5 -5
  154. package/Microsoft.IdentityModel.Tokens.d.ts +1 -1
  155. package/Microsoft.SqlServer.Server/bindings.json +385 -633
  156. package/Microsoft.SqlServer.Server/internal/index.d.ts +40 -40
  157. package/System/bindings.json +236 -402
  158. package/System/internal/index.d.ts +28 -28
  159. package/System.ClientModel/bindings.json +448 -433
  160. package/System.ClientModel/internal/index.d.ts +48 -32
  161. package/System.ClientModel.Primitives/bindings.json +2665 -2310
  162. package/System.ClientModel.Primitives/internal/index.d.ts +269 -175
  163. package/System.ClientModel.Primitives.d.ts +2 -2
  164. package/System.Configuration/bindings.json +9039 -12341
  165. package/System.Configuration/internal/index.d.ts +837 -565
  166. package/System.Configuration.Internal/bindings.json +985 -1442
  167. package/System.Configuration.Internal/internal/index.d.ts +115 -115
  168. package/System.Configuration.Provider/bindings.json +155 -188
  169. package/System.Configuration.Provider/internal/index.d.ts +16 -14
  170. package/System.Configuration.Provider.d.ts +1 -1
  171. package/System.Configuration.d.ts +3 -3
  172. package/System.Diagnostics/bindings.json +28 -15
  173. package/System.Diagnostics/internal/index.d.ts +1 -1
  174. package/System.Drawing.Configuration/bindings.json +39 -137
  175. package/System.Drawing.Configuration/internal/index.d.ts +12 -4
  176. package/System.Drawing.Configuration.d.ts +5 -2
  177. package/System.IdentityModel.Tokens.Jwt/bindings.json +1367 -2255
  178. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +184 -170
  179. package/System.Security.Cryptography/bindings.json +66 -63
  180. package/System.Security.Cryptography/internal/index.d.ts +4 -4
  181. package/System.Text.Json.Serialization/bindings.json +32 -36
  182. package/System.Text.Json.Serialization/internal/index.d.ts +2 -2
  183. package/__build/scripts/generate.sh +4 -4
  184. package/__internal/extensions/index.d.ts +27 -27
  185. package/package.json +5 -5
  186. package/Azure/internal/metadata.json +0 -2772
  187. package/Azure.Core/internal/metadata.json +0 -5291
  188. package/Azure.Core.Cryptography/internal/metadata.json +0 -122
  189. package/Azure.Core.Diagnostics/internal/metadata.json +0 -87
  190. package/Azure.Core.Extensions/internal/metadata.json +0 -139
  191. package/Azure.Core.GeoJson/internal/metadata.json +0 -1469
  192. package/Azure.Core.Pipeline/internal/metadata.json +0 -1181
  193. package/Azure.Core.Serialization/internal/metadata.json +0 -468
  194. package/Azure.Identity/internal/metadata.json +0 -5255
  195. package/Azure.Messaging/internal/metadata.json +0 -316
  196. package/Microsoft.Data/internal/metadata.json +0 -59
  197. package/Microsoft.Data.Sql/internal/metadata.json +0 -136
  198. package/Microsoft.Data.SqlClient/internal/metadata.json +0 -10965
  199. package/Microsoft.Data.SqlClient.DataClassification/internal/metadata.json +0 -383
  200. package/Microsoft.Data.SqlClient.Diagnostics/internal/metadata.json +0 -2693
  201. package/Microsoft.Data.SqlClient.Server/internal/metadata.json +0 -2235
  202. package/Microsoft.Data.SqlTypes/internal/metadata.json +0 -558
  203. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -9025
  204. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -303
  205. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -455
  206. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -72
  207. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/metadata.json +0 -660
  208. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -706
  209. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -88
  210. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
  211. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/metadata.json +0 -100
  212. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/metadata.json +0 -317
  213. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/metadata.json +0 -238
  214. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/metadata.json +0 -393
  215. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +0 -790
  216. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/metadata.json +0 -1294
  217. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +0 -452
  218. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/metadata.json +0 -317
  219. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +0 -3289
  220. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/metadata.json +0 -95
  221. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/metadata.json +0 -167
  222. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +0 -1697
  223. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/metadata.json +0 -500
  224. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/metadata.json +0 -339
  225. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -127
  226. package/Microsoft.Identity.Client/internal/metadata.json +0 -11985
  227. package/Microsoft.Identity.Client.Advanced/internal/metadata.json +0 -41
  228. package/Microsoft.Identity.Client.AppConfig/internal/metadata.json +0 -212
  229. package/Microsoft.Identity.Client.AuthScheme/internal/metadata.json +0 -118
  230. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/metadata.json +0 -72
  231. package/Microsoft.Identity.Client.Cache/internal/metadata.json +0 -123
  232. package/Microsoft.Identity.Client.Extensibility/internal/metadata.json +0 -620
  233. package/Microsoft.Identity.Client.Extensions.Msal/internal/metadata.json +0 -877
  234. package/Microsoft.Identity.Client.Kerberos/internal/metadata.json +0 -386
  235. package/Microsoft.Identity.Client.ManagedIdentity/internal/metadata.json +0 -106
  236. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/metadata.json +0 -41
  237. package/Microsoft.Identity.Client.RP/internal/metadata.json +0 -74
  238. package/Microsoft.Identity.Client.Region/internal/metadata.json +0 -88
  239. package/Microsoft.Identity.Client.SSHCertificates/internal/metadata.json +0 -57
  240. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/metadata.json +0 -46
  241. package/Microsoft.Identity.Client.Utils/internal/metadata.json +0 -121
  242. package/Microsoft.Identity.Client.Utils.Windows/internal/metadata.json +0 -57
  243. package/Microsoft.IdentityModel.Abstractions/internal/metadata.json +0 -843
  244. package/Microsoft.IdentityModel.JsonWebTokens/internal/metadata.json +0 -1997
  245. package/Microsoft.IdentityModel.Logging/internal/metadata.json +0 -1117
  246. package/Microsoft.IdentityModel.Protocols/internal/metadata.json +0 -1067
  247. package/Microsoft.IdentityModel.Protocols.Configuration/internal/metadata.json +0 -72
  248. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/metadata.json +0 -4288
  249. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/metadata.json +0 -80
  250. package/Microsoft.IdentityModel.Tokens/internal/metadata.json +0 -10430
  251. package/Microsoft.IdentityModel.Tokens.Configuration/internal/metadata.json +0 -101
  252. package/Microsoft.SqlServer.Server/internal/metadata.json +0 -792
  253. package/System/internal/metadata.json +0 -523
  254. package/System.ClientModel/internal/metadata.json +0 -637
  255. package/System.ClientModel.Primitives/internal/metadata.json +0 -3433
  256. package/System.Configuration/internal/metadata.json +0 -11888
  257. package/System.Configuration.Internal/internal/metadata.json +0 -2269
  258. package/System.Configuration.Provider/internal/metadata.json +0 -284
  259. package/System.Diagnostics/internal/metadata.json +0 -48
  260. package/System.Drawing.Configuration/internal/metadata.json +0 -46
  261. package/System.IdentityModel.Tokens.Jwt/internal/metadata.json +0 -2556
  262. package/System.Security.Cryptography/internal/metadata.json +0 -104
  263. package/System.Text.Json.Serialization/internal/metadata.json +0 -70
@@ -1,53 +1,83 @@
1
1
  {
2
2
  "namespace": "Microsoft.EntityFrameworkCore.Diagnostics",
3
+ "contributingAssemblies": [
4
+ "Microsoft.EntityFrameworkCore",
5
+ "Microsoft.EntityFrameworkCore.Abstractions",
6
+ "Microsoft.EntityFrameworkCore.Relational",
7
+ "Microsoft.EntityFrameworkCore.SqlServer"
8
+ ],
3
9
  "types": [
4
10
  {
5
11
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
6
12
  "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
7
- "tsEmitName": "ConflictingValueGenerationStrategiesEventData",
8
13
  "assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
9
14
  "metadataToken": 0,
15
+ "kind": "Class",
16
+ "accessibility": "Public",
17
+ "isAbstract": false,
18
+ "isSealed": false,
19
+ "isStatic": false,
20
+ "arity": 0,
21
+ "baseType": {
22
+ "stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Diagnostics.EventData",
23
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.EventData"
24
+ },
10
25
  "methods": [],
11
26
  "properties": [
12
27
  {
13
28
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData::SqlServerValueGenerationStrategy:Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy",
14
29
  "clrName": "SqlServerValueGenerationStrategy",
15
- "tsEmitName": "sqlServerValueGenerationStrategy",
16
30
  "metadataToken": 385876093,
17
31
  "canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy",
18
32
  "normalizedSignature": "SqlServerValueGenerationStrategy|:Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy|static=false|accessor=get",
19
33
  "emitScope": "ClassSurface",
34
+ "provenance": "Original",
20
35
  "isIndexer": false,
21
36
  "hasGetter": true,
22
37
  "hasSetter": false,
38
+ "isStatic": false,
39
+ "isAbstract": false,
40
+ "isVirtual": true,
41
+ "isOverride": false,
42
+ "visibility": "Public",
23
43
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
24
44
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
25
45
  },
26
46
  {
27
47
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData::OtherValueGenerationStrategy:System.String",
28
48
  "clrName": "OtherValueGenerationStrategy",
29
- "tsEmitName": "otherValueGenerationStrategy",
30
49
  "metadataToken": 385876094,
31
50
  "canonicalSignature": ":System.String",
32
51
  "normalizedSignature": "OtherValueGenerationStrategy|:System.String|static=false|accessor=get",
33
52
  "emitScope": "ClassSurface",
53
+ "provenance": "Original",
34
54
  "isIndexer": false,
35
55
  "hasGetter": true,
36
56
  "hasSetter": false,
57
+ "isStatic": false,
58
+ "isAbstract": false,
59
+ "isVirtual": true,
60
+ "isOverride": false,
61
+ "visibility": "Public",
37
62
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
38
63
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
39
64
  },
40
65
  {
41
66
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData::Property:Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty",
42
67
  "clrName": "Property",
43
- "tsEmitName": "property",
44
68
  "metadataToken": 385876095,
45
69
  "canonicalSignature": ":Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty",
46
70
  "normalizedSignature": "Property|:Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty|static=false|accessor=get",
47
71
  "emitScope": "ClassSurface",
72
+ "provenance": "Original",
48
73
  "isIndexer": false,
49
74
  "hasGetter": true,
50
75
  "hasSetter": false,
76
+ "isStatic": false,
77
+ "isAbstract": false,
78
+ "isVirtual": true,
79
+ "isOverride": false,
80
+ "visibility": "Public",
51
81
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
52
82
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
53
83
  }
@@ -62,551 +92,309 @@
62
92
  "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Func_3[[Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[Microsoft.EntityFrameworkCore.Diagnostics.EventData,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy,System.String,Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty):void|static=false",
63
93
  "isStatic": false,
64
94
  "parameterCount": 5,
95
+ "visibility": "Public",
65
96
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
66
97
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
67
98
  }
68
- ],
69
- "exposedProperties": [
70
- {
71
- "tsName": "sqlServerValueGenerationStrategy",
72
- "isStatic": false,
73
- "tsSignatureId": "SqlServerValueGenerationStrategy|:Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy|static=false|accessor=get",
74
- "target": {
75
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
76
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
77
- "metadataToken": 385876093
78
- }
79
- },
80
- {
81
- "tsName": "otherValueGenerationStrategy",
82
- "isStatic": false,
83
- "tsSignatureId": "OtherValueGenerationStrategy|:System.String|static=false|accessor=get",
84
- "target": {
85
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
86
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
87
- "metadataToken": 385876094
88
- }
89
- },
90
- {
91
- "tsName": "property",
92
- "isStatic": false,
93
- "tsSignatureId": "Property|:Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty|static=false|accessor=get",
94
- "target": {
95
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
96
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
97
- "metadataToken": 385876095
98
- }
99
- }
100
- ],
101
- "exposedConstructors": [
102
- {
103
- "isStatic": false,
104
- "tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,System.Func_3[[Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[Microsoft.EntityFrameworkCore.Diagnostics.EventData,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.EntityFrameworkCore.Metadata.SqlServerValueGenerationStrategy,System.String,Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty):void|static=false",
105
- "target": {
106
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.ConflictingValueGenerationStrategiesEventData",
107
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
108
- "metadataToken": 100664421
109
- }
110
- }
111
99
  ]
112
100
  },
113
101
  {
114
102
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
115
103
  "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
116
- "tsEmitName": "SqlServerEventId",
117
104
  "assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
118
105
  "metadataToken": 0,
106
+ "kind": "StaticNamespace",
107
+ "accessibility": "Public",
108
+ "isAbstract": true,
109
+ "isSealed": true,
110
+ "isStatic": true,
111
+ "arity": 0,
112
+ "baseType": {
113
+ "stableId": "System.Private.CoreLib:System.Object",
114
+ "clrName": "System.Object"
115
+ },
119
116
  "methods": [],
120
117
  "properties": [],
121
118
  "fields": [
122
119
  {
123
120
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId::DecimalTypeKeyWarningMicrosoft.Extensions.Logging.EventId",
124
121
  "clrName": "DecimalTypeKeyWarning",
125
- "tsEmitName": "decimalTypeKeyWarning",
126
122
  "metadataToken": 67109035,
127
123
  "normalizedSignature": "DecimalTypeKeyWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
128
124
  "isStatic": true,
129
125
  "isReadOnly": true,
126
+ "isLiteral": false,
127
+ "visibility": "Public",
130
128
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
131
129
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
132
130
  },
133
131
  {
134
132
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId::DecimalTypeDefaultWarningMicrosoft.Extensions.Logging.EventId",
135
133
  "clrName": "DecimalTypeDefaultWarning",
136
- "tsEmitName": "decimalTypeDefaultWarning",
137
134
  "metadataToken": 67109036,
138
135
  "normalizedSignature": "DecimalTypeDefaultWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
139
136
  "isStatic": true,
140
137
  "isReadOnly": true,
138
+ "isLiteral": false,
139
+ "visibility": "Public",
141
140
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
142
141
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
143
142
  },
144
143
  {
145
144
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId::ByteIdentityColumnWarningMicrosoft.Extensions.Logging.EventId",
146
145
  "clrName": "ByteIdentityColumnWarning",
147
- "tsEmitName": "byteIdentityColumnWarning",
148
146
  "metadataToken": 67109037,
149
147
  "normalizedSignature": "ByteIdentityColumnWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
150
148
  "isStatic": true,
151
149
  "isReadOnly": true,
150
+ "isLiteral": false,
151
+ "visibility": "Public",
152
152
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
153
153
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
154
154
  },
155
155
  {
156
156
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId::ConflictingValueGenerationStrategiesWarningMicrosoft.Extensions.Logging.EventId",
157
157
  "clrName": "ConflictingValueGenerationStrategiesWarning",
158
- "tsEmitName": "conflictingValueGenerationStrategiesWarning",
159
158
  "metadataToken": 67109038,
160
159
  "normalizedSignature": "ConflictingValueGenerationStrategiesWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
161
160
  "isStatic": true,
162
161
  "isReadOnly": true,
162
+ "isLiteral": false,
163
+ "visibility": "Public",
163
164
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
164
165
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
165
166
  },
166
167
  {
167
168
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId::SavepointsDisabledBecauseOfMARSMicrosoft.Extensions.Logging.EventId",
168
169
  "clrName": "SavepointsDisabledBecauseOfMARS",
169
- "tsEmitName": "savepointsDisabledBecauseOfMARS",
170
170
  "metadataToken": 67109040,
171
171
  "normalizedSignature": "SavepointsDisabledBecauseOfMARS|Microsoft.Extensions.Logging.EventId|static=true|const=false",
172
172
  "isStatic": true,
173
173
  "isReadOnly": true,
174
+ "isLiteral": false,
175
+ "visibility": "Public",
174
176
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
175
177
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
176
178
  },
177
179
  {
178
180
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId::ColumnFoundMicrosoft.Extensions.Logging.EventId",
179
181
  "clrName": "ColumnFound",
180
- "tsEmitName": "columnFound",
181
182
  "metadataToken": 67109042,
182
183
  "normalizedSignature": "ColumnFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
183
184
  "isStatic": true,
184
185
  "isReadOnly": true,
186
+ "isLiteral": false,
187
+ "visibility": "Public",
185
188
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
186
189
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
187
190
  },
188
191
  {
189
192
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId::DefaultSchemaFoundMicrosoft.Extensions.Logging.EventId",
190
193
  "clrName": "DefaultSchemaFound",
191
- "tsEmitName": "defaultSchemaFound",
192
194
  "metadataToken": 67109043,
193
195
  "normalizedSignature": "DefaultSchemaFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
194
196
  "isStatic": true,
195
197
  "isReadOnly": true,
198
+ "isLiteral": false,
199
+ "visibility": "Public",
196
200
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
197
201
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
198
202
  },
199
203
  {
200
204
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId::TypeAliasFoundMicrosoft.Extensions.Logging.EventId",
201
205
  "clrName": "TypeAliasFound",
202
- "tsEmitName": "typeAliasFound",
203
206
  "metadataToken": 67109044,
204
207
  "normalizedSignature": "TypeAliasFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
205
208
  "isStatic": true,
206
209
  "isReadOnly": true,
210
+ "isLiteral": false,
211
+ "visibility": "Public",
207
212
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
208
213
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
209
214
  },
210
215
  {
211
216
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId::MissingSchemaWarningMicrosoft.Extensions.Logging.EventId",
212
217
  "clrName": "MissingSchemaWarning",
213
- "tsEmitName": "missingSchemaWarning",
214
218
  "metadataToken": 67109045,
215
219
  "normalizedSignature": "MissingSchemaWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
216
220
  "isStatic": true,
217
221
  "isReadOnly": true,
222
+ "isLiteral": false,
223
+ "visibility": "Public",
218
224
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
219
225
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
220
226
  },
221
227
  {
222
228
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId::MissingTableWarningMicrosoft.Extensions.Logging.EventId",
223
229
  "clrName": "MissingTableWarning",
224
- "tsEmitName": "missingTableWarning",
225
230
  "metadataToken": 67109046,
226
231
  "normalizedSignature": "MissingTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
227
232
  "isStatic": true,
228
233
  "isReadOnly": true,
234
+ "isLiteral": false,
235
+ "visibility": "Public",
229
236
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
230
237
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
231
238
  },
232
239
  {
233
240
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId::ForeignKeyReferencesMissingPrincipalTableWarningMicrosoft.Extensions.Logging.EventId",
234
241
  "clrName": "ForeignKeyReferencesMissingPrincipalTableWarning",
235
- "tsEmitName": "foreignKeyReferencesMissingPrincipalTableWarning",
236
242
  "metadataToken": 67109047,
237
243
  "normalizedSignature": "ForeignKeyReferencesMissingPrincipalTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
238
244
  "isStatic": true,
239
245
  "isReadOnly": true,
246
+ "isLiteral": false,
247
+ "visibility": "Public",
240
248
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
241
249
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
242
250
  },
243
251
  {
244
252
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId::ForeignKeyReferencesUnknownPrincipalTableWarningMicrosoft.Extensions.Logging.EventId",
245
253
  "clrName": "ForeignKeyReferencesUnknownPrincipalTableWarning",
246
- "tsEmitName": "foreignKeyReferencesUnknownPrincipalTableWarning",
247
254
  "metadataToken": 67109048,
248
255
  "normalizedSignature": "ForeignKeyReferencesUnknownPrincipalTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
249
256
  "isStatic": true,
250
257
  "isReadOnly": true,
258
+ "isLiteral": false,
259
+ "visibility": "Public",
251
260
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
252
261
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
253
262
  },
254
263
  {
255
264
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId::TableFoundMicrosoft.Extensions.Logging.EventId",
256
265
  "clrName": "TableFound",
257
- "tsEmitName": "tableFound",
258
266
  "metadataToken": 67109049,
259
267
  "normalizedSignature": "TableFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
260
268
  "isStatic": true,
261
269
  "isReadOnly": true,
270
+ "isLiteral": false,
271
+ "visibility": "Public",
262
272
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
263
273
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
264
274
  },
265
275
  {
266
276
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId::SequenceFoundMicrosoft.Extensions.Logging.EventId",
267
277
  "clrName": "SequenceFound",
268
- "tsEmitName": "sequenceFound",
269
278
  "metadataToken": 67109050,
270
279
  "normalizedSignature": "SequenceFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
271
280
  "isStatic": true,
272
281
  "isReadOnly": true,
282
+ "isLiteral": false,
283
+ "visibility": "Public",
273
284
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
274
285
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
275
286
  },
276
287
  {
277
288
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId::PrimaryKeyFoundMicrosoft.Extensions.Logging.EventId",
278
289
  "clrName": "PrimaryKeyFound",
279
- "tsEmitName": "primaryKeyFound",
280
290
  "metadataToken": 67109051,
281
291
  "normalizedSignature": "PrimaryKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
282
292
  "isStatic": true,
283
293
  "isReadOnly": true,
294
+ "isLiteral": false,
295
+ "visibility": "Public",
284
296
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
285
297
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
286
298
  },
287
299
  {
288
300
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId::UniqueConstraintFoundMicrosoft.Extensions.Logging.EventId",
289
301
  "clrName": "UniqueConstraintFound",
290
- "tsEmitName": "uniqueConstraintFound",
291
302
  "metadataToken": 67109052,
292
303
  "normalizedSignature": "UniqueConstraintFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
293
304
  "isStatic": true,
294
305
  "isReadOnly": true,
306
+ "isLiteral": false,
307
+ "visibility": "Public",
295
308
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
296
309
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
297
310
  },
298
311
  {
299
312
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId::IndexFoundMicrosoft.Extensions.Logging.EventId",
300
313
  "clrName": "IndexFound",
301
- "tsEmitName": "indexFound",
302
314
  "metadataToken": 67109053,
303
315
  "normalizedSignature": "IndexFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
304
316
  "isStatic": true,
305
317
  "isReadOnly": true,
318
+ "isLiteral": false,
319
+ "visibility": "Public",
306
320
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
307
321
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
308
322
  },
309
323
  {
310
324
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId::ForeignKeyFoundMicrosoft.Extensions.Logging.EventId",
311
325
  "clrName": "ForeignKeyFound",
312
- "tsEmitName": "foreignKeyFound",
313
326
  "metadataToken": 67109054,
314
327
  "normalizedSignature": "ForeignKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
315
328
  "isStatic": true,
316
329
  "isReadOnly": true,
330
+ "isLiteral": false,
331
+ "visibility": "Public",
317
332
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
318
333
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
319
334
  },
320
335
  {
321
336
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId::ForeignKeyPrincipalColumnMissingWarningMicrosoft.Extensions.Logging.EventId",
322
337
  "clrName": "ForeignKeyPrincipalColumnMissingWarning",
323
- "tsEmitName": "foreignKeyPrincipalColumnMissingWarning",
324
338
  "metadataToken": 67109055,
325
339
  "normalizedSignature": "ForeignKeyPrincipalColumnMissingWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
326
340
  "isStatic": true,
327
341
  "isReadOnly": true,
342
+ "isLiteral": false,
343
+ "visibility": "Public",
328
344
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
329
345
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
330
346
  },
331
347
  {
332
348
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId::ReflexiveConstraintIgnoredMicrosoft.Extensions.Logging.EventId",
333
349
  "clrName": "ReflexiveConstraintIgnored",
334
- "tsEmitName": "reflexiveConstraintIgnored",
335
350
  "metadataToken": 67109056,
336
351
  "normalizedSignature": "ReflexiveConstraintIgnored|Microsoft.Extensions.Logging.EventId|static=true|const=false",
337
352
  "isStatic": true,
338
353
  "isReadOnly": true,
354
+ "isLiteral": false,
355
+ "visibility": "Public",
339
356
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
340
357
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
341
358
  },
342
359
  {
343
360
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId::DuplicateForeignKeyConstraintIgnoredMicrosoft.Extensions.Logging.EventId",
344
361
  "clrName": "DuplicateForeignKeyConstraintIgnored",
345
- "tsEmitName": "duplicateForeignKeyConstraintIgnored",
346
362
  "metadataToken": 67109057,
347
363
  "normalizedSignature": "DuplicateForeignKeyConstraintIgnored|Microsoft.Extensions.Logging.EventId|static=true|const=false",
348
364
  "isStatic": true,
349
365
  "isReadOnly": true,
366
+ "isLiteral": false,
367
+ "visibility": "Public",
350
368
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
351
369
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
352
370
  },
353
371
  {
354
372
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId::ColumnWithoutTypeWarningMicrosoft.Extensions.Logging.EventId",
355
373
  "clrName": "ColumnWithoutTypeWarning",
356
- "tsEmitName": "columnWithoutTypeWarning",
357
374
  "metadataToken": 67109058,
358
375
  "normalizedSignature": "ColumnWithoutTypeWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
359
376
  "isStatic": true,
360
377
  "isReadOnly": true,
378
+ "isLiteral": false,
379
+ "visibility": "Public",
361
380
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
362
381
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
363
382
  },
364
383
  {
365
384
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId::MissingViewDefinitionRightsWarningMicrosoft.Extensions.Logging.EventId",
366
385
  "clrName": "MissingViewDefinitionRightsWarning",
367
- "tsEmitName": "missingViewDefinitionRightsWarning",
368
386
  "metadataToken": 67109059,
369
387
  "normalizedSignature": "MissingViewDefinitionRightsWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
370
388
  "isStatic": true,
371
389
  "isReadOnly": true,
390
+ "isLiteral": false,
391
+ "visibility": "Public",
372
392
  "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
373
393
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
374
394
  }
375
395
  ],
376
396
  "events": [],
377
- "constructors": [],
378
- "exposedFields": [
379
- {
380
- "tsName": "decimalTypeKeyWarning",
381
- "isStatic": true,
382
- "tsSignatureId": "DecimalTypeKeyWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
383
- "target": {
384
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
385
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
386
- "metadataToken": 67109035
387
- }
388
- },
389
- {
390
- "tsName": "decimalTypeDefaultWarning",
391
- "isStatic": true,
392
- "tsSignatureId": "DecimalTypeDefaultWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
393
- "target": {
394
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
395
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
396
- "metadataToken": 67109036
397
- }
398
- },
399
- {
400
- "tsName": "byteIdentityColumnWarning",
401
- "isStatic": true,
402
- "tsSignatureId": "ByteIdentityColumnWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
403
- "target": {
404
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
405
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
406
- "metadataToken": 67109037
407
- }
408
- },
409
- {
410
- "tsName": "conflictingValueGenerationStrategiesWarning",
411
- "isStatic": true,
412
- "tsSignatureId": "ConflictingValueGenerationStrategiesWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
413
- "target": {
414
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
415
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
416
- "metadataToken": 67109038
417
- }
418
- },
419
- {
420
- "tsName": "savepointsDisabledBecauseOfMARS",
421
- "isStatic": true,
422
- "tsSignatureId": "SavepointsDisabledBecauseOfMARS|Microsoft.Extensions.Logging.EventId|static=true|const=false",
423
- "target": {
424
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
425
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
426
- "metadataToken": 67109040
427
- }
428
- },
429
- {
430
- "tsName": "columnFound",
431
- "isStatic": true,
432
- "tsSignatureId": "ColumnFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
433
- "target": {
434
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
435
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
436
- "metadataToken": 67109042
437
- }
438
- },
439
- {
440
- "tsName": "defaultSchemaFound",
441
- "isStatic": true,
442
- "tsSignatureId": "DefaultSchemaFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
443
- "target": {
444
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
445
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
446
- "metadataToken": 67109043
447
- }
448
- },
449
- {
450
- "tsName": "typeAliasFound",
451
- "isStatic": true,
452
- "tsSignatureId": "TypeAliasFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
453
- "target": {
454
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
455
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
456
- "metadataToken": 67109044
457
- }
458
- },
459
- {
460
- "tsName": "missingSchemaWarning",
461
- "isStatic": true,
462
- "tsSignatureId": "MissingSchemaWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
463
- "target": {
464
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
465
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
466
- "metadataToken": 67109045
467
- }
468
- },
469
- {
470
- "tsName": "missingTableWarning",
471
- "isStatic": true,
472
- "tsSignatureId": "MissingTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
473
- "target": {
474
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
475
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
476
- "metadataToken": 67109046
477
- }
478
- },
479
- {
480
- "tsName": "foreignKeyReferencesMissingPrincipalTableWarning",
481
- "isStatic": true,
482
- "tsSignatureId": "ForeignKeyReferencesMissingPrincipalTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
483
- "target": {
484
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
485
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
486
- "metadataToken": 67109047
487
- }
488
- },
489
- {
490
- "tsName": "foreignKeyReferencesUnknownPrincipalTableWarning",
491
- "isStatic": true,
492
- "tsSignatureId": "ForeignKeyReferencesUnknownPrincipalTableWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
493
- "target": {
494
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
495
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
496
- "metadataToken": 67109048
497
- }
498
- },
499
- {
500
- "tsName": "tableFound",
501
- "isStatic": true,
502
- "tsSignatureId": "TableFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
503
- "target": {
504
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
505
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
506
- "metadataToken": 67109049
507
- }
508
- },
509
- {
510
- "tsName": "sequenceFound",
511
- "isStatic": true,
512
- "tsSignatureId": "SequenceFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
513
- "target": {
514
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
515
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
516
- "metadataToken": 67109050
517
- }
518
- },
519
- {
520
- "tsName": "primaryKeyFound",
521
- "isStatic": true,
522
- "tsSignatureId": "PrimaryKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
523
- "target": {
524
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
525
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
526
- "metadataToken": 67109051
527
- }
528
- },
529
- {
530
- "tsName": "uniqueConstraintFound",
531
- "isStatic": true,
532
- "tsSignatureId": "UniqueConstraintFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
533
- "target": {
534
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
535
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
536
- "metadataToken": 67109052
537
- }
538
- },
539
- {
540
- "tsName": "indexFound",
541
- "isStatic": true,
542
- "tsSignatureId": "IndexFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
543
- "target": {
544
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
545
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
546
- "metadataToken": 67109053
547
- }
548
- },
549
- {
550
- "tsName": "foreignKeyFound",
551
- "isStatic": true,
552
- "tsSignatureId": "ForeignKeyFound|Microsoft.Extensions.Logging.EventId|static=true|const=false",
553
- "target": {
554
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
555
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
556
- "metadataToken": 67109054
557
- }
558
- },
559
- {
560
- "tsName": "foreignKeyPrincipalColumnMissingWarning",
561
- "isStatic": true,
562
- "tsSignatureId": "ForeignKeyPrincipalColumnMissingWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
563
- "target": {
564
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
565
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
566
- "metadataToken": 67109055
567
- }
568
- },
569
- {
570
- "tsName": "reflexiveConstraintIgnored",
571
- "isStatic": true,
572
- "tsSignatureId": "ReflexiveConstraintIgnored|Microsoft.Extensions.Logging.EventId|static=true|const=false",
573
- "target": {
574
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
575
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
576
- "metadataToken": 67109056
577
- }
578
- },
579
- {
580
- "tsName": "duplicateForeignKeyConstraintIgnored",
581
- "isStatic": true,
582
- "tsSignatureId": "DuplicateForeignKeyConstraintIgnored|Microsoft.Extensions.Logging.EventId|static=true|const=false",
583
- "target": {
584
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
585
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
586
- "metadataToken": 67109057
587
- }
588
- },
589
- {
590
- "tsName": "columnWithoutTypeWarning",
591
- "isStatic": true,
592
- "tsSignatureId": "ColumnWithoutTypeWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
593
- "target": {
594
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
595
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
596
- "metadataToken": 67109058
597
- }
598
- },
599
- {
600
- "tsName": "missingViewDefinitionRightsWarning",
601
- "isStatic": true,
602
- "tsSignatureId": "MissingViewDefinitionRightsWarning|Microsoft.Extensions.Logging.EventId|static=true|const=false",
603
- "target": {
604
- "declaringClrType": "Microsoft.EntityFrameworkCore.Diagnostics.SqlServerEventId",
605
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
606
- "metadataToken": 67109059
607
- }
608
- }
609
- ]
397
+ "constructors": []
610
398
  }
611
399
  ]
612
400
  }