@tsonic/efcore-sqlserver 10.0.1 → 10.0.5
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.
- package/Azure/bindings.json +686 -17
- package/Azure/internal/index.d.ts +37 -15
- package/Azure.Core/bindings.json +1048 -19
- package/Azure.Core/internal/index.d.ts +61 -23
- package/Azure.Core.Cryptography/bindings.json +5 -0
- package/Azure.Core.Cryptography/internal/index.d.ts +4 -0
- package/Azure.Core.Diagnostics/bindings.json +56 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +6 -2
- package/Azure.Core.Diagnostics.d.ts +2 -2
- package/Azure.Core.Extensions/bindings.json +17 -0
- package/Azure.Core.Extensions/internal/index.d.ts +8 -0
- package/Azure.Core.GeoJson/bindings.json +362 -0
- package/Azure.Core.GeoJson/internal/index.d.ts +43 -7
- package/Azure.Core.Pipeline/bindings.json +450 -3
- package/Azure.Core.Pipeline/internal/index.d.ts +24 -9
- package/Azure.Core.Pipeline.d.ts +2 -2
- package/Azure.Core.Serialization/bindings.json +89 -1
- package/Azure.Core.Serialization/internal/index.d.ts +8 -2
- package/Azure.Core.d.ts +1 -1
- package/Azure.Identity/bindings.json +1039 -58
- package/Azure.Identity/internal/index.d.ts +97 -35
- package/Azure.Identity.d.ts +1 -1
- package/Azure.Messaging/bindings.json +69 -0
- package/Azure.Messaging/internal/index.d.ts +6 -5
- package/Azure.d.ts +1 -1
- package/Microsoft.Data/bindings.json +16 -0
- package/Microsoft.Data/internal/index.d.ts +2 -1
- package/Microsoft.Data.Sql/bindings.json +16 -0
- package/Microsoft.Data.SqlClient/bindings.json +2482 -38
- package/Microsoft.Data.SqlClient/internal/index.d.ts +140 -38
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +90 -15
- package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +2 -0
- package/Microsoft.Data.SqlTypes/bindings.json +73 -0
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -1
- package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +6 -1
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +87 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +53 -5
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +9 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +28 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +87 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +56 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +2415 -31
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +183 -9
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +32 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +102 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +397 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +33 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +138 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +21 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
- package/Microsoft.EntityFrameworkCore.d.ts +4 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Microsoft.Identity.Client/bindings.json +1941 -39
- package/Microsoft.Identity.Client/internal/index.d.ts +113 -47
- package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.Cache/bindings.json +34 -0
- package/Microsoft.Identity.Client.Extensibility/bindings.json +80 -10
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +7 -5
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +5 -4
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
- package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +31 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +18 -1
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.RP/bindings.json +10 -0
- package/Microsoft.Identity.Client.Region/bindings.json +29 -0
- package/Microsoft.Identity.Client.SSHCertificates/bindings.json +6 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +6 -0
- package/Microsoft.Identity.Client.Utils/bindings.json +10 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.Utils.Windows/bindings.json +6 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +13 -6
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +11 -6
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
- package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +9 -3
- package/Microsoft.IdentityModel.Logging.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols/bindings.json +155 -1
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +17 -1
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -1
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +645 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +19 -3
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
- package/Microsoft.IdentityModel.Tokens/bindings.json +2486 -77
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +145 -44
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +4 -1
- package/Microsoft.SqlServer.Server/bindings.json +144 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +4 -1
- package/System/bindings.json +63 -0
- package/System.ClientModel/bindings.json +256 -11
- package/System.ClientModel/internal/index.d.ts +21 -12
- package/System.ClientModel.Primitives/bindings.json +1673 -120
- package/System.ClientModel.Primitives/internal/index.d.ts +101 -32
- package/System.ClientModel.Primitives.d.ts +5 -2
- package/System.Configuration/bindings.json +5382 -321
- package/System.Configuration/internal/index.d.ts +292 -59
- package/System.Configuration.Internal/bindings.json +193 -1
- package/System.Configuration.Internal/internal/index.d.ts +23 -2
- package/System.Configuration.Provider/bindings.json +69 -1
- package/System.Configuration.Provider/internal/index.d.ts +8 -3
- package/System.Configuration.Provider.d.ts +1 -1
- package/System.Configuration.d.ts +3 -3
- package/System.Diagnostics/bindings.json +5 -0
- package/System.Drawing.Configuration/bindings.json +25 -0
- package/System.Drawing.Configuration/internal/index.d.ts +6 -2
- package/System.Drawing.Configuration.d.ts +5 -2
- package/System.IdentityModel.Tokens.Jwt/bindings.json +646 -36
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +56 -20
- package/System.Security.Cryptography/bindings.json +31 -0
- package/System.Text.Json.Serialization/bindings.json +10 -0
- package/__internal/extensions/index.d.ts +915 -14
- package/package.json +1 -1
|
@@ -15,6 +15,16 @@
|
|
|
15
15
|
"isSealed": false,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider",
|
|
20
|
+
"clrName": "Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProvider"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider",
|
|
25
|
+
"clrName": "Microsoft.EntityFrameworkCore.Metadata.IRelationalAnnotationProvider"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
18
28
|
"methods": [
|
|
19
29
|
{
|
|
20
30
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
@@ -31,6 +41,7 @@
|
|
|
31
41
|
"isVirtual": true,
|
|
32
42
|
"isOverride": true,
|
|
33
43
|
"isSealed": false,
|
|
44
|
+
"visibility": "Public",
|
|
34
45
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider",
|
|
35
46
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
36
47
|
"isExtensionMethod": false
|
|
@@ -50,6 +61,7 @@
|
|
|
50
61
|
"isVirtual": true,
|
|
51
62
|
"isOverride": true,
|
|
52
63
|
"isSealed": false,
|
|
64
|
+
"visibility": "Public",
|
|
53
65
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider",
|
|
54
66
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
55
67
|
"isExtensionMethod": false
|
|
@@ -69,6 +81,7 @@
|
|
|
69
81
|
"isVirtual": true,
|
|
70
82
|
"isOverride": true,
|
|
71
83
|
"isSealed": false,
|
|
84
|
+
"visibility": "Public",
|
|
72
85
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider",
|
|
73
86
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
74
87
|
"isExtensionMethod": false
|
|
@@ -88,6 +101,7 @@
|
|
|
88
101
|
"isVirtual": true,
|
|
89
102
|
"isOverride": true,
|
|
90
103
|
"isSealed": false,
|
|
104
|
+
"visibility": "Public",
|
|
91
105
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider",
|
|
92
106
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
93
107
|
"isExtensionMethod": false
|
|
@@ -107,6 +121,7 @@
|
|
|
107
121
|
"isVirtual": true,
|
|
108
122
|
"isOverride": true,
|
|
109
123
|
"isSealed": false,
|
|
124
|
+
"visibility": "Public",
|
|
110
125
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider",
|
|
111
126
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
112
127
|
"isExtensionMethod": false
|
|
@@ -123,6 +138,7 @@
|
|
|
123
138
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProviderDependencies):void|static=false",
|
|
124
139
|
"isStatic": false,
|
|
125
140
|
"parameterCount": 1,
|
|
141
|
+
"visibility": "Public",
|
|
126
142
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationProvider",
|
|
127
143
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
128
144
|
}
|
|
@@ -139,6 +155,10 @@
|
|
|
139
155
|
"isSealed": true,
|
|
140
156
|
"isStatic": true,
|
|
141
157
|
"arity": 0,
|
|
158
|
+
"baseType": {
|
|
159
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
160
|
+
"clrName": "System.Object"
|
|
161
|
+
},
|
|
142
162
|
"methods": [],
|
|
143
163
|
"properties": [],
|
|
144
164
|
"fields": [
|
|
@@ -150,6 +170,7 @@
|
|
|
150
170
|
"isStatic": true,
|
|
151
171
|
"isReadOnly": false,
|
|
152
172
|
"isLiteral": true,
|
|
173
|
+
"visibility": "Public",
|
|
153
174
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
154
175
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
155
176
|
},
|
|
@@ -161,6 +182,7 @@
|
|
|
161
182
|
"isStatic": true,
|
|
162
183
|
"isReadOnly": false,
|
|
163
184
|
"isLiteral": true,
|
|
185
|
+
"visibility": "Public",
|
|
164
186
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
165
187
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
166
188
|
},
|
|
@@ -172,6 +194,7 @@
|
|
|
172
194
|
"isStatic": true,
|
|
173
195
|
"isReadOnly": false,
|
|
174
196
|
"isLiteral": true,
|
|
197
|
+
"visibility": "Public",
|
|
175
198
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
176
199
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
177
200
|
},
|
|
@@ -183,6 +206,7 @@
|
|
|
183
206
|
"isStatic": true,
|
|
184
207
|
"isReadOnly": false,
|
|
185
208
|
"isLiteral": true,
|
|
209
|
+
"visibility": "Public",
|
|
186
210
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
187
211
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
188
212
|
},
|
|
@@ -194,6 +218,7 @@
|
|
|
194
218
|
"isStatic": true,
|
|
195
219
|
"isReadOnly": false,
|
|
196
220
|
"isLiteral": true,
|
|
221
|
+
"visibility": "Public",
|
|
197
222
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
198
223
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
199
224
|
},
|
|
@@ -205,6 +230,7 @@
|
|
|
205
230
|
"isStatic": true,
|
|
206
231
|
"isReadOnly": false,
|
|
207
232
|
"isLiteral": true,
|
|
233
|
+
"visibility": "Public",
|
|
208
234
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
209
235
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
210
236
|
},
|
|
@@ -216,6 +242,7 @@
|
|
|
216
242
|
"isStatic": true,
|
|
217
243
|
"isReadOnly": false,
|
|
218
244
|
"isLiteral": true,
|
|
245
|
+
"visibility": "Public",
|
|
219
246
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
220
247
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
221
248
|
},
|
|
@@ -227,6 +254,7 @@
|
|
|
227
254
|
"isStatic": true,
|
|
228
255
|
"isReadOnly": false,
|
|
229
256
|
"isLiteral": true,
|
|
257
|
+
"visibility": "Public",
|
|
230
258
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
231
259
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
232
260
|
},
|
|
@@ -238,6 +266,7 @@
|
|
|
238
266
|
"isStatic": true,
|
|
239
267
|
"isReadOnly": false,
|
|
240
268
|
"isLiteral": true,
|
|
269
|
+
"visibility": "Public",
|
|
241
270
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
242
271
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
243
272
|
},
|
|
@@ -249,6 +278,7 @@
|
|
|
249
278
|
"isStatic": true,
|
|
250
279
|
"isReadOnly": false,
|
|
251
280
|
"isLiteral": true,
|
|
281
|
+
"visibility": "Public",
|
|
252
282
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
253
283
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
254
284
|
},
|
|
@@ -260,6 +290,7 @@
|
|
|
260
290
|
"isStatic": true,
|
|
261
291
|
"isReadOnly": false,
|
|
262
292
|
"isLiteral": true,
|
|
293
|
+
"visibility": "Public",
|
|
263
294
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
264
295
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
265
296
|
},
|
|
@@ -271,6 +302,7 @@
|
|
|
271
302
|
"isStatic": true,
|
|
272
303
|
"isReadOnly": false,
|
|
273
304
|
"isLiteral": true,
|
|
305
|
+
"visibility": "Public",
|
|
274
306
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
275
307
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
276
308
|
},
|
|
@@ -282,6 +314,7 @@
|
|
|
282
314
|
"isStatic": true,
|
|
283
315
|
"isReadOnly": false,
|
|
284
316
|
"isLiteral": true,
|
|
317
|
+
"visibility": "Public",
|
|
285
318
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
286
319
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
287
320
|
},
|
|
@@ -293,6 +326,7 @@
|
|
|
293
326
|
"isStatic": true,
|
|
294
327
|
"isReadOnly": false,
|
|
295
328
|
"isLiteral": true,
|
|
329
|
+
"visibility": "Public",
|
|
296
330
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
297
331
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
298
332
|
},
|
|
@@ -304,6 +338,7 @@
|
|
|
304
338
|
"isStatic": true,
|
|
305
339
|
"isReadOnly": false,
|
|
306
340
|
"isLiteral": true,
|
|
341
|
+
"visibility": "Public",
|
|
307
342
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
308
343
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
309
344
|
},
|
|
@@ -315,6 +350,7 @@
|
|
|
315
350
|
"isStatic": true,
|
|
316
351
|
"isReadOnly": false,
|
|
317
352
|
"isLiteral": true,
|
|
353
|
+
"visibility": "Public",
|
|
318
354
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
319
355
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
320
356
|
},
|
|
@@ -326,6 +362,7 @@
|
|
|
326
362
|
"isStatic": true,
|
|
327
363
|
"isReadOnly": false,
|
|
328
364
|
"isLiteral": true,
|
|
365
|
+
"visibility": "Public",
|
|
329
366
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
330
367
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
331
368
|
},
|
|
@@ -337,6 +374,7 @@
|
|
|
337
374
|
"isStatic": true,
|
|
338
375
|
"isReadOnly": false,
|
|
339
376
|
"isLiteral": true,
|
|
377
|
+
"visibility": "Public",
|
|
340
378
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
341
379
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
342
380
|
},
|
|
@@ -348,6 +386,7 @@
|
|
|
348
386
|
"isStatic": true,
|
|
349
387
|
"isReadOnly": false,
|
|
350
388
|
"isLiteral": true,
|
|
389
|
+
"visibility": "Public",
|
|
351
390
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
352
391
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
353
392
|
},
|
|
@@ -359,6 +398,7 @@
|
|
|
359
398
|
"isStatic": true,
|
|
360
399
|
"isReadOnly": false,
|
|
361
400
|
"isLiteral": true,
|
|
401
|
+
"visibility": "Public",
|
|
362
402
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
363
403
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
364
404
|
},
|
|
@@ -370,6 +410,7 @@
|
|
|
370
410
|
"isStatic": true,
|
|
371
411
|
"isReadOnly": false,
|
|
372
412
|
"isLiteral": true,
|
|
413
|
+
"visibility": "Public",
|
|
373
414
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
374
415
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
375
416
|
},
|
|
@@ -381,6 +422,7 @@
|
|
|
381
422
|
"isStatic": true,
|
|
382
423
|
"isReadOnly": false,
|
|
383
424
|
"isLiteral": true,
|
|
425
|
+
"visibility": "Public",
|
|
384
426
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
385
427
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
386
428
|
},
|
|
@@ -392,6 +434,7 @@
|
|
|
392
434
|
"isStatic": true,
|
|
393
435
|
"isReadOnly": false,
|
|
394
436
|
"isLiteral": true,
|
|
437
|
+
"visibility": "Public",
|
|
395
438
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
396
439
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
397
440
|
},
|
|
@@ -403,6 +446,7 @@
|
|
|
403
446
|
"isStatic": true,
|
|
404
447
|
"isReadOnly": false,
|
|
405
448
|
"isLiteral": true,
|
|
449
|
+
"visibility": "Public",
|
|
406
450
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
407
451
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
408
452
|
},
|
|
@@ -414,6 +458,7 @@
|
|
|
414
458
|
"isStatic": true,
|
|
415
459
|
"isReadOnly": false,
|
|
416
460
|
"isLiteral": true,
|
|
461
|
+
"visibility": "Public",
|
|
417
462
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
418
463
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
419
464
|
},
|
|
@@ -425,6 +470,7 @@
|
|
|
425
470
|
"isStatic": true,
|
|
426
471
|
"isReadOnly": false,
|
|
427
472
|
"isLiteral": true,
|
|
473
|
+
"visibility": "Public",
|
|
428
474
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
429
475
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
430
476
|
},
|
|
@@ -436,6 +482,7 @@
|
|
|
436
482
|
"isStatic": true,
|
|
437
483
|
"isReadOnly": false,
|
|
438
484
|
"isLiteral": true,
|
|
485
|
+
"visibility": "Public",
|
|
439
486
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
440
487
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
441
488
|
},
|
|
@@ -447,6 +494,7 @@
|
|
|
447
494
|
"isStatic": true,
|
|
448
495
|
"isReadOnly": false,
|
|
449
496
|
"isLiteral": true,
|
|
497
|
+
"visibility": "Public",
|
|
450
498
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
451
499
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
452
500
|
},
|
|
@@ -458,6 +506,7 @@
|
|
|
458
506
|
"isStatic": true,
|
|
459
507
|
"isReadOnly": false,
|
|
460
508
|
"isLiteral": true,
|
|
509
|
+
"visibility": "Public",
|
|
461
510
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
462
511
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
463
512
|
},
|
|
@@ -469,6 +518,7 @@
|
|
|
469
518
|
"isStatic": true,
|
|
470
519
|
"isReadOnly": false,
|
|
471
520
|
"isLiteral": true,
|
|
521
|
+
"visibility": "Public",
|
|
472
522
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
473
523
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
474
524
|
},
|
|
@@ -480,6 +530,7 @@
|
|
|
480
530
|
"isStatic": true,
|
|
481
531
|
"isReadOnly": false,
|
|
482
532
|
"isLiteral": true,
|
|
533
|
+
"visibility": "Public",
|
|
483
534
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
484
535
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
485
536
|
},
|
|
@@ -491,6 +542,7 @@
|
|
|
491
542
|
"isStatic": true,
|
|
492
543
|
"isReadOnly": false,
|
|
493
544
|
"isLiteral": true,
|
|
545
|
+
"visibility": "Public",
|
|
494
546
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
495
547
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
496
548
|
},
|
|
@@ -502,6 +554,7 @@
|
|
|
502
554
|
"isStatic": true,
|
|
503
555
|
"isReadOnly": false,
|
|
504
556
|
"isLiteral": true,
|
|
557
|
+
"visibility": "Public",
|
|
505
558
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
506
559
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
507
560
|
},
|
|
@@ -513,6 +566,7 @@
|
|
|
513
566
|
"isStatic": true,
|
|
514
567
|
"isReadOnly": false,
|
|
515
568
|
"isLiteral": true,
|
|
569
|
+
"visibility": "Public",
|
|
516
570
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
517
571
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
518
572
|
},
|
|
@@ -524,6 +578,7 @@
|
|
|
524
578
|
"isStatic": true,
|
|
525
579
|
"isReadOnly": false,
|
|
526
580
|
"isLiteral": true,
|
|
581
|
+
"visibility": "Public",
|
|
527
582
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
528
583
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
529
584
|
},
|
|
@@ -535,6 +590,7 @@
|
|
|
535
590
|
"isStatic": true,
|
|
536
591
|
"isReadOnly": false,
|
|
537
592
|
"isLiteral": true,
|
|
593
|
+
"visibility": "Public",
|
|
538
594
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.SqlServerAnnotationNames",
|
|
539
595
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
540
596
|
}
|
|
@@ -14,6 +14,8 @@ import * as Microsoft_EntityFrameworkCore_Metadata_Internal from "@tsonic/efcore
|
|
|
14
14
|
import type { IColumn, IRelationalAnnotationProvider, IRelationalModel, ITable, ITableIndex, IUniqueConstraint, RelationalAnnotationProvider, RelationalAnnotationProviderDependencies } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js";
|
|
15
15
|
|
|
16
16
|
export interface SqlServerAnnotationProvider$instance extends RelationalAnnotationProvider {
|
|
17
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Metadata_IRelationalAnnotationProvider: never;
|
|
18
|
+
|
|
17
19
|
For(model: IRelationalModel, designTime: boolean): IEnumerable<IAnnotation>;
|
|
18
20
|
For(table: ITable, designTime: boolean): IEnumerable<IAnnotation>;
|
|
19
21
|
For(constraint: IUniqueConstraint, designTime: boolean): IEnumerable<IAnnotation>;
|
|
@@ -15,7 +15,37 @@
|
|
|
15
15
|
"isSealed": false,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.HistoryRepository",
|
|
20
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.HistoryRepository"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository",
|
|
25
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
18
28
|
"methods": [
|
|
29
|
+
{
|
|
30
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository::InterpretExistsResult(System.Object):System.Boolean",
|
|
31
|
+
"clrName": "InterpretExistsResult",
|
|
32
|
+
"metadataToken": 100665149,
|
|
33
|
+
"canonicalSignature": "(System.Object):System.Boolean",
|
|
34
|
+
"normalizedSignature": "InterpretExistsResult|(System.Object):System.Boolean|static=false",
|
|
35
|
+
"emitScope": "ClassSurface",
|
|
36
|
+
"provenance": "Original",
|
|
37
|
+
"arity": 0,
|
|
38
|
+
"parameterCount": 1,
|
|
39
|
+
"isStatic": false,
|
|
40
|
+
"isAbstract": false,
|
|
41
|
+
"isVirtual": true,
|
|
42
|
+
"isOverride": true,
|
|
43
|
+
"isSealed": false,
|
|
44
|
+
"visibility": "Protected",
|
|
45
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
|
|
46
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
47
|
+
"isExtensionMethod": false
|
|
48
|
+
},
|
|
19
49
|
{
|
|
20
50
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository::AcquireDatabaseLock():Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock",
|
|
21
51
|
"clrName": "AcquireDatabaseLock",
|
|
@@ -31,6 +61,7 @@
|
|
|
31
61
|
"isVirtual": true,
|
|
32
62
|
"isOverride": true,
|
|
33
63
|
"isSealed": false,
|
|
64
|
+
"visibility": "Public",
|
|
34
65
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
|
|
35
66
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
36
67
|
"isExtensionMethod": false
|
|
@@ -50,6 +81,7 @@
|
|
|
50
81
|
"isVirtual": true,
|
|
51
82
|
"isOverride": true,
|
|
52
83
|
"isSealed": false,
|
|
84
|
+
"visibility": "Public",
|
|
53
85
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
|
|
54
86
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
55
87
|
"isExtensionMethod": false
|
|
@@ -69,6 +101,7 @@
|
|
|
69
101
|
"isVirtual": true,
|
|
70
102
|
"isOverride": true,
|
|
71
103
|
"isSealed": false,
|
|
104
|
+
"visibility": "Public",
|
|
72
105
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
|
|
73
106
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
74
107
|
"isExtensionMethod": false
|
|
@@ -88,6 +121,7 @@
|
|
|
88
121
|
"isVirtual": true,
|
|
89
122
|
"isOverride": true,
|
|
90
123
|
"isSealed": false,
|
|
124
|
+
"visibility": "Public",
|
|
91
125
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
|
|
92
126
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
93
127
|
"isExtensionMethod": false
|
|
@@ -107,6 +141,7 @@
|
|
|
107
141
|
"isVirtual": true,
|
|
108
142
|
"isOverride": true,
|
|
109
143
|
"isSealed": false,
|
|
144
|
+
"visibility": "Public",
|
|
110
145
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
|
|
111
146
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
112
147
|
"isExtensionMethod": false
|
|
@@ -126,12 +161,32 @@
|
|
|
126
161
|
"isVirtual": true,
|
|
127
162
|
"isOverride": true,
|
|
128
163
|
"isSealed": false,
|
|
164
|
+
"visibility": "Public",
|
|
129
165
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
|
|
130
166
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
131
167
|
"isExtensionMethod": false
|
|
132
168
|
}
|
|
133
169
|
],
|
|
134
170
|
"properties": [
|
|
171
|
+
{
|
|
172
|
+
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository::ExistsSql:System.String",
|
|
173
|
+
"clrName": "ExistsSql",
|
|
174
|
+
"metadataToken": 385876181,
|
|
175
|
+
"canonicalSignature": ":System.String",
|
|
176
|
+
"normalizedSignature": "ExistsSql|:System.String|static=false|accessor=get",
|
|
177
|
+
"emitScope": "ClassSurface",
|
|
178
|
+
"provenance": "Original",
|
|
179
|
+
"isIndexer": false,
|
|
180
|
+
"hasGetter": true,
|
|
181
|
+
"hasSetter": false,
|
|
182
|
+
"isStatic": false,
|
|
183
|
+
"isAbstract": false,
|
|
184
|
+
"isVirtual": true,
|
|
185
|
+
"isOverride": true,
|
|
186
|
+
"visibility": "Protected",
|
|
187
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
|
|
188
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
189
|
+
},
|
|
135
190
|
{
|
|
136
191
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository::LockReleaseBehavior:Microsoft.EntityFrameworkCore.Migrations.LockReleaseBehavior",
|
|
137
192
|
"clrName": "LockReleaseBehavior",
|
|
@@ -147,6 +202,7 @@
|
|
|
147
202
|
"isAbstract": false,
|
|
148
203
|
"isVirtual": true,
|
|
149
204
|
"isOverride": true,
|
|
205
|
+
"visibility": "Public",
|
|
150
206
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
|
|
151
207
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
152
208
|
}
|
|
@@ -161,6 +217,7 @@
|
|
|
161
217
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Migrations.HistoryRepositoryDependencies):void|static=false",
|
|
162
218
|
"isStatic": false,
|
|
163
219
|
"parameterCount": 1,
|
|
220
|
+
"visibility": "Public",
|
|
164
221
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerHistoryRepository",
|
|
165
222
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
166
223
|
}
|
|
@@ -177,6 +234,24 @@
|
|
|
177
234
|
"isSealed": false,
|
|
178
235
|
"isStatic": false,
|
|
179
236
|
"arity": 0,
|
|
237
|
+
"baseType": {
|
|
238
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
239
|
+
"clrName": "System.Object"
|
|
240
|
+
},
|
|
241
|
+
"interfaces": [
|
|
242
|
+
{
|
|
243
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock",
|
|
244
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsDatabaseLock"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
248
|
+
"clrName": "System.IDisposable"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"stableId": "System.Private.CoreLib:System.IAsyncDisposable",
|
|
252
|
+
"clrName": "System.IAsyncDisposable"
|
|
253
|
+
}
|
|
254
|
+
],
|
|
180
255
|
"methods": [
|
|
181
256
|
{
|
|
182
257
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationDatabaseLock::Dispose():System.Void",
|
|
@@ -193,6 +268,7 @@
|
|
|
193
268
|
"isVirtual": true,
|
|
194
269
|
"isOverride": false,
|
|
195
270
|
"isSealed": true,
|
|
271
|
+
"visibility": "Public",
|
|
196
272
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationDatabaseLock",
|
|
197
273
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
198
274
|
"isExtensionMethod": false
|
|
@@ -212,6 +288,7 @@
|
|
|
212
288
|
"isVirtual": true,
|
|
213
289
|
"isOverride": false,
|
|
214
290
|
"isSealed": true,
|
|
291
|
+
"visibility": "Public",
|
|
215
292
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationDatabaseLock",
|
|
216
293
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
217
294
|
"isExtensionMethod": false
|
|
@@ -233,6 +310,7 @@
|
|
|
233
310
|
"isAbstract": false,
|
|
234
311
|
"isVirtual": true,
|
|
235
312
|
"isOverride": false,
|
|
313
|
+
"visibility": "Public",
|
|
236
314
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationDatabaseLock",
|
|
237
315
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
238
316
|
}
|
|
@@ -247,6 +325,7 @@
|
|
|
247
325
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.IRelationalCommand,Microsoft.EntityFrameworkCore.Storage.RelationalCommandParameterObject,Microsoft.EntityFrameworkCore.Migrations.IHistoryRepository,System.Threading.CancellationToken):void|static=false",
|
|
248
326
|
"isStatic": false,
|
|
249
327
|
"parameterCount": 4,
|
|
328
|
+
"visibility": "Public",
|
|
250
329
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationDatabaseLock",
|
|
251
330
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
252
331
|
}
|
|
@@ -263,6 +342,16 @@
|
|
|
263
342
|
"isSealed": false,
|
|
264
343
|
"isStatic": false,
|
|
265
344
|
"arity": 0,
|
|
345
|
+
"baseType": {
|
|
346
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProvider",
|
|
347
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProvider"
|
|
348
|
+
},
|
|
349
|
+
"interfaces": [
|
|
350
|
+
{
|
|
351
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider",
|
|
352
|
+
"clrName": "Microsoft.EntityFrameworkCore.Migrations.IMigrationsAnnotationProvider"
|
|
353
|
+
}
|
|
354
|
+
],
|
|
266
355
|
"methods": [
|
|
267
356
|
{
|
|
268
357
|
"stableId": "Microsoft.EntityFrameworkCore.SqlServer:Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationsAnnotationProvider::ForRemove(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
@@ -279,6 +368,7 @@
|
|
|
279
368
|
"isVirtual": true,
|
|
280
369
|
"isOverride": true,
|
|
281
370
|
"isSealed": false,
|
|
371
|
+
"visibility": "Public",
|
|
282
372
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationsAnnotationProvider",
|
|
283
373
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
284
374
|
"isExtensionMethod": false
|
|
@@ -298,6 +388,7 @@
|
|
|
298
388
|
"isVirtual": true,
|
|
299
389
|
"isOverride": true,
|
|
300
390
|
"isSealed": false,
|
|
391
|
+
"visibility": "Public",
|
|
301
392
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationsAnnotationProvider",
|
|
302
393
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
303
394
|
"isExtensionMethod": false
|
|
@@ -317,6 +408,7 @@
|
|
|
317
408
|
"isVirtual": true,
|
|
318
409
|
"isOverride": true,
|
|
319
410
|
"isSealed": false,
|
|
411
|
+
"visibility": "Public",
|
|
320
412
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationsAnnotationProvider",
|
|
321
413
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
322
414
|
"isExtensionMethod": false
|
|
@@ -336,6 +428,7 @@
|
|
|
336
428
|
"isVirtual": true,
|
|
337
429
|
"isOverride": true,
|
|
338
430
|
"isSealed": false,
|
|
431
|
+
"visibility": "Public",
|
|
339
432
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationsAnnotationProvider",
|
|
340
433
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
341
434
|
"isExtensionMethod": false
|
|
@@ -355,6 +448,7 @@
|
|
|
355
448
|
"isVirtual": true,
|
|
356
449
|
"isOverride": true,
|
|
357
450
|
"isSealed": false,
|
|
451
|
+
"visibility": "Public",
|
|
358
452
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationsAnnotationProvider",
|
|
359
453
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer",
|
|
360
454
|
"isExtensionMethod": false
|
|
@@ -371,6 +465,7 @@
|
|
|
371
465
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProviderDependencies):void|static=false",
|
|
372
466
|
"isStatic": false,
|
|
373
467
|
"parameterCount": 1,
|
|
468
|
+
"visibility": "Public",
|
|
374
469
|
"declaringClrType": "Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.SqlServerMigrationsAnnotationProvider",
|
|
375
470
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.SqlServer"
|
|
376
471
|
}
|
|
@@ -8,7 +8,7 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { IEnumerable } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
10
10
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
11
|
-
import type { IAsyncDisposable, IDisposable, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System.js";
|
|
11
|
+
import type { Boolean as ClrBoolean, IAsyncDisposable, IDisposable, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System.js";
|
|
12
12
|
import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
|
|
13
13
|
import type { Task, ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
|
|
14
14
|
import type { IAnnotation } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js";
|
|
@@ -18,6 +18,9 @@ import type { HistoryRepository, HistoryRepositoryDependencies, IHistoryReposito
|
|
|
18
18
|
import type { IRelationalCommand, RelationalCommandParameterObject } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js";
|
|
19
19
|
|
|
20
20
|
export interface SqlServerHistoryRepository$instance extends HistoryRepository {
|
|
21
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Migrations_IHistoryRepository: never;
|
|
22
|
+
|
|
23
|
+
readonly ExistsSql: string;
|
|
21
24
|
readonly LockReleaseBehavior: LockReleaseBehavior;
|
|
22
25
|
AcquireDatabaseLock(): IMigrationsDatabaseLock;
|
|
23
26
|
AcquireDatabaseLockAsync(cancellationToken?: CancellationToken): Task<IMigrationsDatabaseLock>;
|
|
@@ -25,6 +28,7 @@ export interface SqlServerHistoryRepository$instance extends HistoryRepository {
|
|
|
25
28
|
GetBeginIfNotExistsScript(migrationId: string): string;
|
|
26
29
|
GetCreateIfNotExistsScript(): string;
|
|
27
30
|
GetEndIfScript(): string;
|
|
31
|
+
InterpretExistsResult(value: unknown): boolean;
|
|
28
32
|
}
|
|
29
33
|
|
|
30
34
|
|
|
@@ -36,6 +40,10 @@ export const SqlServerHistoryRepository: {
|
|
|
36
40
|
export type SqlServerHistoryRepository = SqlServerHistoryRepository$instance;
|
|
37
41
|
|
|
38
42
|
export interface SqlServerMigrationDatabaseLock$instance {
|
|
43
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Migrations_IMigrationsDatabaseLock: never;
|
|
44
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
45
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
46
|
+
|
|
39
47
|
readonly HistoryRepository: IHistoryRepository;
|
|
40
48
|
Dispose(): void;
|
|
41
49
|
DisposeAsync(): ValueTask;
|
|
@@ -50,6 +58,8 @@ export const SqlServerMigrationDatabaseLock: {
|
|
|
50
58
|
export type SqlServerMigrationDatabaseLock = SqlServerMigrationDatabaseLock$instance;
|
|
51
59
|
|
|
52
60
|
export interface SqlServerMigrationsAnnotationProvider$instance extends MigrationsAnnotationProvider {
|
|
61
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Migrations_IMigrationsAnnotationProvider: never;
|
|
62
|
+
|
|
53
63
|
ForRemove(model: IRelationalModel): IEnumerable<IAnnotation>;
|
|
54
64
|
ForRemove(table: ITable): IEnumerable<IAnnotation>;
|
|
55
65
|
ForRemove(column: IColumn): IEnumerable<IAnnotation>;
|
|
@@ -7,7 +7,7 @@ import * as Internal from './Microsoft.EntityFrameworkCore.SqlServer.Migrations.
|
|
|
7
7
|
|
|
8
8
|
// Cross-namespace type imports for constraints
|
|
9
9
|
import type { IEnumerable } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
10
|
-
import type { IAsyncDisposable, IDisposable, Object as ClrObject, String as ClrString, Void } from '@tsonic/dotnet/System.js';
|
|
10
|
+
import type { Boolean as ClrBoolean, IAsyncDisposable, IDisposable, Object as ClrObject, String as ClrString, Void } from '@tsonic/dotnet/System.js';
|
|
11
11
|
import type { CancellationToken } from '@tsonic/dotnet/System.Threading.js';
|
|
12
12
|
import type { Task, ValueTask } from '@tsonic/dotnet/System.Threading.Tasks.js';
|
|
13
13
|
import type { IAnnotation } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js';
|