@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,265 +1,300 @@
1
1
  {
2
2
  "namespace": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal",
3
+ "contributingAssemblies": [
4
+ "Microsoft.EntityFrameworkCore.SqlServer"
5
+ ],
3
6
  "types": [
4
7
  {
5
8
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
6
9
  "clrName": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
7
- "tsEmitName": "SqlServerLoggingDefinitions",
8
10
  "assemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
9
11
  "metadataToken": 0,
12
+ "kind": "Class",
13
+ "accessibility": "Public",
14
+ "isAbstract": false,
15
+ "isSealed": false,
16
+ "isStatic": false,
17
+ "arity": 0,
18
+ "baseType": {
19
+ "stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Diagnostics.RelationalLoggingDefinitions",
20
+ "clrName": "Microsoft.EntityFrameworkCore.Diagnostics.RelationalLoggingDefinitions"
21
+ },
10
22
  "methods": [],
11
23
  "properties": [],
12
24
  "fields": [
13
25
  {
14
26
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogDecimalTypeKeyMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
15
27
  "clrName": "LogDecimalTypeKey",
16
- "tsEmitName": "logDecimalTypeKey",
17
28
  "metadataToken": 67109433,
18
29
  "normalizedSignature": "LogDecimalTypeKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
19
30
  "isStatic": false,
20
31
  "isReadOnly": false,
32
+ "isLiteral": false,
33
+ "visibility": "Public",
21
34
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
22
35
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
23
36
  },
24
37
  {
25
38
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogDefaultDecimalTypeColumnMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
26
39
  "clrName": "LogDefaultDecimalTypeColumn",
27
- "tsEmitName": "logDefaultDecimalTypeColumn",
28
40
  "metadataToken": 67109434,
29
41
  "normalizedSignature": "LogDefaultDecimalTypeColumn|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
30
42
  "isStatic": false,
31
43
  "isReadOnly": false,
44
+ "isLiteral": false,
45
+ "visibility": "Public",
32
46
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
33
47
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
34
48
  },
35
49
  {
36
50
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogByteIdentityColumnMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
37
51
  "clrName": "LogByteIdentityColumn",
38
- "tsEmitName": "logByteIdentityColumn",
39
52
  "metadataToken": 67109435,
40
53
  "normalizedSignature": "LogByteIdentityColumn|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
41
54
  "isStatic": false,
42
55
  "isReadOnly": false,
56
+ "isLiteral": false,
57
+ "visibility": "Public",
43
58
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
44
59
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
45
60
  },
46
61
  {
47
62
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogColumnWithoutTypeMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
48
63
  "clrName": "LogColumnWithoutType",
49
- "tsEmitName": "logColumnWithoutType",
50
64
  "metadataToken": 67109436,
51
65
  "normalizedSignature": "LogColumnWithoutType|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
52
66
  "isStatic": false,
53
67
  "isReadOnly": false,
68
+ "isLiteral": false,
69
+ "visibility": "Public",
54
70
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
55
71
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
56
72
  },
57
73
  {
58
74
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogFoundDefaultSchemaMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
59
75
  "clrName": "LogFoundDefaultSchema",
60
- "tsEmitName": "logFoundDefaultSchema",
61
76
  "metadataToken": 67109437,
62
77
  "normalizedSignature": "LogFoundDefaultSchema|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
63
78
  "isStatic": false,
64
79
  "isReadOnly": false,
80
+ "isLiteral": false,
81
+ "visibility": "Public",
65
82
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
66
83
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
67
84
  },
68
85
  {
69
86
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogFoundTypeAliasMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
70
87
  "clrName": "LogFoundTypeAlias",
71
- "tsEmitName": "logFoundTypeAlias",
72
88
  "metadataToken": 67109438,
73
89
  "normalizedSignature": "LogFoundTypeAlias|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
74
90
  "isStatic": false,
75
91
  "isReadOnly": false,
92
+ "isLiteral": false,
93
+ "visibility": "Public",
76
94
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
77
95
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
78
96
  },
79
97
  {
80
98
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogFoundColumnMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
81
99
  "clrName": "LogFoundColumn",
82
- "tsEmitName": "logFoundColumn",
83
100
  "metadataToken": 67109439,
84
101
  "normalizedSignature": "LogFoundColumn|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
85
102
  "isStatic": false,
86
103
  "isReadOnly": false,
104
+ "isLiteral": false,
105
+ "visibility": "Public",
87
106
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
88
107
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
89
108
  },
90
109
  {
91
110
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogFoundForeignKeyMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
92
111
  "clrName": "LogFoundForeignKey",
93
- "tsEmitName": "logFoundForeignKey",
94
112
  "metadataToken": 67109440,
95
113
  "normalizedSignature": "LogFoundForeignKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
96
114
  "isStatic": false,
97
115
  "isReadOnly": false,
116
+ "isLiteral": false,
117
+ "visibility": "Public",
98
118
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
99
119
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
100
120
  },
101
121
  {
102
122
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogPrincipalTableNotInSelectionSetMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
103
123
  "clrName": "LogPrincipalTableNotInSelectionSet",
104
- "tsEmitName": "logPrincipalTableNotInSelectionSet",
105
124
  "metadataToken": 67109441,
106
125
  "normalizedSignature": "LogPrincipalTableNotInSelectionSet|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
107
126
  "isStatic": false,
108
127
  "isReadOnly": false,
128
+ "isLiteral": false,
129
+ "visibility": "Public",
109
130
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
110
131
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
111
132
  },
112
133
  {
113
134
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogMissingSchemaMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
114
135
  "clrName": "LogMissingSchema",
115
- "tsEmitName": "logMissingSchema",
116
136
  "metadataToken": 67109442,
117
137
  "normalizedSignature": "LogMissingSchema|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
118
138
  "isStatic": false,
119
139
  "isReadOnly": false,
140
+ "isLiteral": false,
141
+ "visibility": "Public",
120
142
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
121
143
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
122
144
  },
123
145
  {
124
146
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogMissingTableMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
125
147
  "clrName": "LogMissingTable",
126
- "tsEmitName": "logMissingTable",
127
148
  "metadataToken": 67109443,
128
149
  "normalizedSignature": "LogMissingTable|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
129
150
  "isStatic": false,
130
151
  "isReadOnly": false,
152
+ "isLiteral": false,
153
+ "visibility": "Public",
131
154
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
132
155
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
133
156
  },
134
157
  {
135
158
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogFoundSequenceMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
136
159
  "clrName": "LogFoundSequence",
137
- "tsEmitName": "logFoundSequence",
138
160
  "metadataToken": 67109444,
139
161
  "normalizedSignature": "LogFoundSequence|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
140
162
  "isStatic": false,
141
163
  "isReadOnly": false,
164
+ "isLiteral": false,
165
+ "visibility": "Public",
142
166
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
143
167
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
144
168
  },
145
169
  {
146
170
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogFoundTableMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
147
171
  "clrName": "LogFoundTable",
148
- "tsEmitName": "logFoundTable",
149
172
  "metadataToken": 67109445,
150
173
  "normalizedSignature": "LogFoundTable|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
151
174
  "isStatic": false,
152
175
  "isReadOnly": false,
176
+ "isLiteral": false,
177
+ "visibility": "Public",
153
178
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
154
179
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
155
180
  },
156
181
  {
157
182
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogFoundIndexMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
158
183
  "clrName": "LogFoundIndex",
159
- "tsEmitName": "logFoundIndex",
160
184
  "metadataToken": 67109446,
161
185
  "normalizedSignature": "LogFoundIndex|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
162
186
  "isStatic": false,
163
187
  "isReadOnly": false,
188
+ "isLiteral": false,
189
+ "visibility": "Public",
164
190
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
165
191
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
166
192
  },
167
193
  {
168
194
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogFoundPrimaryKeyMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
169
195
  "clrName": "LogFoundPrimaryKey",
170
- "tsEmitName": "logFoundPrimaryKey",
171
196
  "metadataToken": 67109447,
172
197
  "normalizedSignature": "LogFoundPrimaryKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
173
198
  "isStatic": false,
174
199
  "isReadOnly": false,
200
+ "isLiteral": false,
201
+ "visibility": "Public",
175
202
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
176
203
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
177
204
  },
178
205
  {
179
206
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogFoundUniqueConstraintMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
180
207
  "clrName": "LogFoundUniqueConstraint",
181
- "tsEmitName": "logFoundUniqueConstraint",
182
208
  "metadataToken": 67109448,
183
209
  "normalizedSignature": "LogFoundUniqueConstraint|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
184
210
  "isStatic": false,
185
211
  "isReadOnly": false,
212
+ "isLiteral": false,
213
+ "visibility": "Public",
186
214
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
187
215
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
188
216
  },
189
217
  {
190
218
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogPrincipalColumnNotFoundMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
191
219
  "clrName": "LogPrincipalColumnNotFound",
192
- "tsEmitName": "logPrincipalColumnNotFound",
193
220
  "metadataToken": 67109449,
194
221
  "normalizedSignature": "LogPrincipalColumnNotFound|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
195
222
  "isStatic": false,
196
223
  "isReadOnly": false,
224
+ "isLiteral": false,
225
+ "visibility": "Public",
197
226
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
198
227
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
199
228
  },
200
229
  {
201
230
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogReflexiveConstraintIgnoredMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
202
231
  "clrName": "LogReflexiveConstraintIgnored",
203
- "tsEmitName": "logReflexiveConstraintIgnored",
204
232
  "metadataToken": 67109450,
205
233
  "normalizedSignature": "LogReflexiveConstraintIgnored|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
206
234
  "isStatic": false,
207
235
  "isReadOnly": false,
236
+ "isLiteral": false,
237
+ "visibility": "Public",
208
238
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
209
239
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
210
240
  },
211
241
  {
212
242
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogDuplicateForeignKeyConstraintIgnoredMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
213
243
  "clrName": "LogDuplicateForeignKeyConstraintIgnored",
214
- "tsEmitName": "logDuplicateForeignKeyConstraintIgnored",
215
244
  "metadataToken": 67109451,
216
245
  "normalizedSignature": "LogDuplicateForeignKeyConstraintIgnored|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
217
246
  "isStatic": false,
218
247
  "isReadOnly": false,
248
+ "isLiteral": false,
249
+ "visibility": "Public",
219
250
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
220
251
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
221
252
  },
222
253
  {
223
254
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogPrincipalTableInformationNotFoundMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
224
255
  "clrName": "LogPrincipalTableInformationNotFound",
225
- "tsEmitName": "logPrincipalTableInformationNotFound",
226
256
  "metadataToken": 67109452,
227
257
  "normalizedSignature": "LogPrincipalTableInformationNotFound|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
228
258
  "isStatic": false,
229
259
  "isReadOnly": false,
260
+ "isLiteral": false,
261
+ "visibility": "Public",
230
262
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
231
263
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
232
264
  },
233
265
  {
234
266
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogSavepointsDisabledBecauseOfMARSMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
235
267
  "clrName": "LogSavepointsDisabledBecauseOfMARS",
236
- "tsEmitName": "logSavepointsDisabledBecauseOfMARS",
237
268
  "metadataToken": 67109453,
238
269
  "normalizedSignature": "LogSavepointsDisabledBecauseOfMARS|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
239
270
  "isStatic": false,
240
271
  "isReadOnly": false,
272
+ "isLiteral": false,
273
+ "visibility": "Public",
241
274
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
242
275
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
243
276
  },
244
277
  {
245
278
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogConflictingValueGenerationStrategiesMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
246
279
  "clrName": "LogConflictingValueGenerationStrategies",
247
- "tsEmitName": "logConflictingValueGenerationStrategies",
248
280
  "metadataToken": 67109454,
249
281
  "normalizedSignature": "LogConflictingValueGenerationStrategies|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
250
282
  "isStatic": false,
251
283
  "isReadOnly": false,
284
+ "isLiteral": false,
285
+ "visibility": "Public",
252
286
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
253
287
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
254
288
  },
255
289
  {
256
290
  "stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions::LogMissingViewDefinitionRightsMicrosoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase",
257
291
  "clrName": "LogMissingViewDefinitionRights",
258
- "tsEmitName": "logMissingViewDefinitionRights",
259
292
  "metadataToken": 67109455,
260
293
  "normalizedSignature": "LogMissingViewDefinitionRights|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
261
294
  "isStatic": false,
262
295
  "isReadOnly": false,
296
+ "isLiteral": false,
297
+ "visibility": "Public",
263
298
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
264
299
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
265
300
  }
@@ -273,252 +308,10 @@
273
308
  "normalizedSignature": "constructor|():void|static=false",
274
309
  "isStatic": false,
275
310
  "parameterCount": 0,
311
+ "visibility": "Public",
276
312
  "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
277
313
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
278
314
  }
279
- ],
280
- "exposedFields": [
281
- {
282
- "tsName": "logDecimalTypeKey",
283
- "isStatic": false,
284
- "tsSignatureId": "LogDecimalTypeKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
285
- "target": {
286
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
287
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
288
- "metadataToken": 67109433
289
- }
290
- },
291
- {
292
- "tsName": "logDefaultDecimalTypeColumn",
293
- "isStatic": false,
294
- "tsSignatureId": "LogDefaultDecimalTypeColumn|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
295
- "target": {
296
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
297
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
298
- "metadataToken": 67109434
299
- }
300
- },
301
- {
302
- "tsName": "logByteIdentityColumn",
303
- "isStatic": false,
304
- "tsSignatureId": "LogByteIdentityColumn|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
305
- "target": {
306
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
307
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
308
- "metadataToken": 67109435
309
- }
310
- },
311
- {
312
- "tsName": "logColumnWithoutType",
313
- "isStatic": false,
314
- "tsSignatureId": "LogColumnWithoutType|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
315
- "target": {
316
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
317
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
318
- "metadataToken": 67109436
319
- }
320
- },
321
- {
322
- "tsName": "logFoundDefaultSchema",
323
- "isStatic": false,
324
- "tsSignatureId": "LogFoundDefaultSchema|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
325
- "target": {
326
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
327
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
328
- "metadataToken": 67109437
329
- }
330
- },
331
- {
332
- "tsName": "logFoundTypeAlias",
333
- "isStatic": false,
334
- "tsSignatureId": "LogFoundTypeAlias|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
335
- "target": {
336
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
337
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
338
- "metadataToken": 67109438
339
- }
340
- },
341
- {
342
- "tsName": "logFoundColumn",
343
- "isStatic": false,
344
- "tsSignatureId": "LogFoundColumn|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
345
- "target": {
346
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
347
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
348
- "metadataToken": 67109439
349
- }
350
- },
351
- {
352
- "tsName": "logFoundForeignKey",
353
- "isStatic": false,
354
- "tsSignatureId": "LogFoundForeignKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
355
- "target": {
356
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
357
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
358
- "metadataToken": 67109440
359
- }
360
- },
361
- {
362
- "tsName": "logPrincipalTableNotInSelectionSet",
363
- "isStatic": false,
364
- "tsSignatureId": "LogPrincipalTableNotInSelectionSet|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
365
- "target": {
366
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
367
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
368
- "metadataToken": 67109441
369
- }
370
- },
371
- {
372
- "tsName": "logMissingSchema",
373
- "isStatic": false,
374
- "tsSignatureId": "LogMissingSchema|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
375
- "target": {
376
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
377
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
378
- "metadataToken": 67109442
379
- }
380
- },
381
- {
382
- "tsName": "logMissingTable",
383
- "isStatic": false,
384
- "tsSignatureId": "LogMissingTable|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
385
- "target": {
386
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
387
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
388
- "metadataToken": 67109443
389
- }
390
- },
391
- {
392
- "tsName": "logFoundSequence",
393
- "isStatic": false,
394
- "tsSignatureId": "LogFoundSequence|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
395
- "target": {
396
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
397
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
398
- "metadataToken": 67109444
399
- }
400
- },
401
- {
402
- "tsName": "logFoundTable",
403
- "isStatic": false,
404
- "tsSignatureId": "LogFoundTable|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
405
- "target": {
406
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
407
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
408
- "metadataToken": 67109445
409
- }
410
- },
411
- {
412
- "tsName": "logFoundIndex",
413
- "isStatic": false,
414
- "tsSignatureId": "LogFoundIndex|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
415
- "target": {
416
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
417
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
418
- "metadataToken": 67109446
419
- }
420
- },
421
- {
422
- "tsName": "logFoundPrimaryKey",
423
- "isStatic": false,
424
- "tsSignatureId": "LogFoundPrimaryKey|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
425
- "target": {
426
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
427
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
428
- "metadataToken": 67109447
429
- }
430
- },
431
- {
432
- "tsName": "logFoundUniqueConstraint",
433
- "isStatic": false,
434
- "tsSignatureId": "LogFoundUniqueConstraint|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
435
- "target": {
436
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
437
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
438
- "metadataToken": 67109448
439
- }
440
- },
441
- {
442
- "tsName": "logPrincipalColumnNotFound",
443
- "isStatic": false,
444
- "tsSignatureId": "LogPrincipalColumnNotFound|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
445
- "target": {
446
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
447
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
448
- "metadataToken": 67109449
449
- }
450
- },
451
- {
452
- "tsName": "logReflexiveConstraintIgnored",
453
- "isStatic": false,
454
- "tsSignatureId": "LogReflexiveConstraintIgnored|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
455
- "target": {
456
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
457
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
458
- "metadataToken": 67109450
459
- }
460
- },
461
- {
462
- "tsName": "logDuplicateForeignKeyConstraintIgnored",
463
- "isStatic": false,
464
- "tsSignatureId": "LogDuplicateForeignKeyConstraintIgnored|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
465
- "target": {
466
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
467
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
468
- "metadataToken": 67109451
469
- }
470
- },
471
- {
472
- "tsName": "logPrincipalTableInformationNotFound",
473
- "isStatic": false,
474
- "tsSignatureId": "LogPrincipalTableInformationNotFound|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
475
- "target": {
476
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
477
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
478
- "metadataToken": 67109452
479
- }
480
- },
481
- {
482
- "tsName": "logSavepointsDisabledBecauseOfMARS",
483
- "isStatic": false,
484
- "tsSignatureId": "LogSavepointsDisabledBecauseOfMARS|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
485
- "target": {
486
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
487
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
488
- "metadataToken": 67109453
489
- }
490
- },
491
- {
492
- "tsName": "logConflictingValueGenerationStrategies",
493
- "isStatic": false,
494
- "tsSignatureId": "LogConflictingValueGenerationStrategies|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
495
- "target": {
496
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
497
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
498
- "metadataToken": 67109454
499
- }
500
- },
501
- {
502
- "tsName": "logMissingViewDefinitionRights",
503
- "isStatic": false,
504
- "tsSignatureId": "LogMissingViewDefinitionRights|Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase|static=false|const=false",
505
- "target": {
506
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
507
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
508
- "metadataToken": 67109455
509
- }
510
- }
511
- ],
512
- "exposedConstructors": [
513
- {
514
- "isStatic": false,
515
- "tsSignatureId": "constructor|():void|static=false",
516
- "target": {
517
- "declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.SqlServerLoggingDefinitions",
518
- "declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
519
- "metadataToken": 100665258
520
- }
521
- }
522
315
  ]
523
316
  }
524
317
  ]
@@ -11,29 +11,29 @@ import * as Microsoft_EntityFrameworkCore_Diagnostics_Internal from "@tsonic/efc
11
11
  import type { EventDefinitionBase, RelationalLoggingDefinitions } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js";
12
12
 
13
13
  export interface SqlServerLoggingDefinitions$instance extends RelationalLoggingDefinitions {
14
- logDecimalTypeKey: EventDefinitionBase | undefined;
15
- logDefaultDecimalTypeColumn: EventDefinitionBase | undefined;
16
- logByteIdentityColumn: EventDefinitionBase | undefined;
17
- logColumnWithoutType: EventDefinitionBase | undefined;
18
- logFoundDefaultSchema: EventDefinitionBase | undefined;
19
- logFoundTypeAlias: EventDefinitionBase | undefined;
20
- logFoundColumn: EventDefinitionBase | undefined;
21
- logFoundForeignKey: EventDefinitionBase | undefined;
22
- logPrincipalTableNotInSelectionSet: EventDefinitionBase | undefined;
23
- logMissingSchema: EventDefinitionBase | undefined;
24
- logMissingTable: EventDefinitionBase | undefined;
25
- logFoundSequence: EventDefinitionBase | undefined;
26
- logFoundTable: EventDefinitionBase | undefined;
27
- logFoundIndex: EventDefinitionBase | undefined;
28
- logFoundPrimaryKey: EventDefinitionBase | undefined;
29
- logFoundUniqueConstraint: EventDefinitionBase | undefined;
30
- logPrincipalColumnNotFound: EventDefinitionBase | undefined;
31
- logReflexiveConstraintIgnored: EventDefinitionBase | undefined;
32
- logDuplicateForeignKeyConstraintIgnored: EventDefinitionBase | undefined;
33
- logPrincipalTableInformationNotFound: EventDefinitionBase | undefined;
34
- logSavepointsDisabledBecauseOfMARS: EventDefinitionBase | undefined;
35
- logConflictingValueGenerationStrategies: EventDefinitionBase | undefined;
36
- logMissingViewDefinitionRights: EventDefinitionBase | undefined;
14
+ LogDecimalTypeKey: EventDefinitionBase | undefined;
15
+ LogDefaultDecimalTypeColumn: EventDefinitionBase | undefined;
16
+ LogByteIdentityColumn: EventDefinitionBase | undefined;
17
+ LogColumnWithoutType: EventDefinitionBase | undefined;
18
+ LogFoundDefaultSchema: EventDefinitionBase | undefined;
19
+ LogFoundTypeAlias: EventDefinitionBase | undefined;
20
+ LogFoundColumn: EventDefinitionBase | undefined;
21
+ LogFoundForeignKey: EventDefinitionBase | undefined;
22
+ LogPrincipalTableNotInSelectionSet: EventDefinitionBase | undefined;
23
+ LogMissingSchema: EventDefinitionBase | undefined;
24
+ LogMissingTable: EventDefinitionBase | undefined;
25
+ LogFoundSequence: EventDefinitionBase | undefined;
26
+ LogFoundTable: EventDefinitionBase | undefined;
27
+ LogFoundIndex: EventDefinitionBase | undefined;
28
+ LogFoundPrimaryKey: EventDefinitionBase | undefined;
29
+ LogFoundUniqueConstraint: EventDefinitionBase | undefined;
30
+ LogPrincipalColumnNotFound: EventDefinitionBase | undefined;
31
+ LogReflexiveConstraintIgnored: EventDefinitionBase | undefined;
32
+ LogDuplicateForeignKeyConstraintIgnored: EventDefinitionBase | undefined;
33
+ LogPrincipalTableInformationNotFound: EventDefinitionBase | undefined;
34
+ LogSavepointsDisabledBecauseOfMARS: EventDefinitionBase | undefined;
35
+ LogConflictingValueGenerationStrategies: EventDefinitionBase | undefined;
36
+ LogMissingViewDefinitionRights: EventDefinitionBase | undefined;
37
37
  }
38
38
 
39
39