@tsonic/efcore-sqlite 0.1.1 → 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.
- package/Microsoft.Data.Sqlite/bindings.json +2636 -3286
- package/Microsoft.Data.Sqlite/internal/index.d.ts +312 -267
- package/Microsoft.DotNet.PlatformAbstractions/bindings.json +55 -72
- package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +6 -6
- package/Microsoft.EntityFrameworkCore/bindings.json +610 -803
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +69 -69
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +84 -260
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +52 -38
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +40 -37
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +261 -122
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +35 -11
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +586 -40
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +37 -6
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +103 -97
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +12 -7
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +92 -284
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +230 -82
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +29 -9
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +381 -564
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +50 -50
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +63 -139
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +11 -11
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +171 -142
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +19 -12
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +2037 -1206
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +191 -79
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +78 -61
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +11 -6
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +951 -446
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +120 -36
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +203 -250
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +20 -20
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +269 -154
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +31 -12
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.d.ts +3 -2
- package/Microsoft.Extensions.DependencyInjection/bindings.json +34 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.DependencyModel/bindings.json +743 -1368
- package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +84 -79
- package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +172 -228
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +7 -7
- package/SQLitePCL/bindings.json +10824 -14640
- package/SQLitePCL/internal/index.d.ts +72 -42
- package/System.Collections.Generic/bindings.json +58 -70
- package/System.Collections.Generic/internal/index.d.ts +6 -6
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +12 -12
- package/package.json +5 -5
- package/Microsoft.Data.Sqlite/internal/metadata.json +0 -4417
- package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +0 -121
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -1368
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -267
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -82
- package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -54
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -203
- package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +0 -157
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +0 -293
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +0 -133
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +0 -855
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +0 -161
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +0 -214
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +0 -1844
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +0 -707
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +0 -438
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +0 -280
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Microsoft.Extensions.DependencyModel/internal/metadata.json +0 -1654
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +0 -329
- package/SQLitePCL/internal/metadata.json +0 -11902
- package/System.Collections.Generic/internal/metadata.json +0 -123
|
@@ -1,23 +1,41 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.DotNet.PlatformAbstractions",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.Extensions.DependencyModel"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
6
9
|
"clrName": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
7
|
-
"tsEmitName": "HashCodeCombiner",
|
|
8
10
|
"assemblyName": "Microsoft.Extensions.DependencyModel",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Struct",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": false,
|
|
15
|
+
"isSealed": true,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
20
|
+
"clrName": "System.ValueType"
|
|
21
|
+
},
|
|
10
22
|
"methods": [
|
|
11
23
|
{
|
|
12
24
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner::Add(System.Int32):System.Void",
|
|
13
25
|
"clrName": "Add",
|
|
14
|
-
"tsEmitName": "add",
|
|
15
26
|
"metadataToken": 100663332,
|
|
16
27
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
17
28
|
"normalizedSignature": "Add|(System.Int32):System.Void|static=false",
|
|
18
29
|
"emitScope": "ClassSurface",
|
|
30
|
+
"provenance": "Original",
|
|
19
31
|
"arity": 0,
|
|
20
32
|
"parameterCount": 1,
|
|
33
|
+
"isStatic": false,
|
|
34
|
+
"isAbstract": false,
|
|
35
|
+
"isVirtual": false,
|
|
36
|
+
"isOverride": false,
|
|
37
|
+
"isSealed": false,
|
|
38
|
+
"visibility": "Public",
|
|
21
39
|
"declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
22
40
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
23
41
|
"isExtensionMethod": false
|
|
@@ -25,13 +43,19 @@
|
|
|
25
43
|
{
|
|
26
44
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner::Add(System.String):System.Void",
|
|
27
45
|
"clrName": "Add",
|
|
28
|
-
"tsEmitName": "add",
|
|
29
46
|
"metadataToken": 100663333,
|
|
30
47
|
"canonicalSignature": "(System.String):System.Void",
|
|
31
48
|
"normalizedSignature": "Add|(System.String):System.Void|static=false",
|
|
32
49
|
"emitScope": "ClassSurface",
|
|
50
|
+
"provenance": "Original",
|
|
33
51
|
"arity": 0,
|
|
34
52
|
"parameterCount": 1,
|
|
53
|
+
"isStatic": false,
|
|
54
|
+
"isAbstract": false,
|
|
55
|
+
"isVirtual": false,
|
|
56
|
+
"isOverride": false,
|
|
57
|
+
"isSealed": false,
|
|
58
|
+
"visibility": "Public",
|
|
35
59
|
"declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
36
60
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
37
61
|
"isExtensionMethod": false
|
|
@@ -39,13 +63,19 @@
|
|
|
39
63
|
{
|
|
40
64
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner::Add(System.Object):System.Void",
|
|
41
65
|
"clrName": "Add",
|
|
42
|
-
"tsEmitName": "add",
|
|
43
66
|
"metadataToken": 100663334,
|
|
44
67
|
"canonicalSignature": "(System.Object):System.Void",
|
|
45
68
|
"normalizedSignature": "Add|(System.Object):System.Void|static=false",
|
|
46
69
|
"emitScope": "ClassSurface",
|
|
70
|
+
"provenance": "Original",
|
|
47
71
|
"arity": 0,
|
|
48
72
|
"parameterCount": 1,
|
|
73
|
+
"isStatic": false,
|
|
74
|
+
"isAbstract": false,
|
|
75
|
+
"isVirtual": false,
|
|
76
|
+
"isOverride": false,
|
|
77
|
+
"isSealed": false,
|
|
78
|
+
"visibility": "Public",
|
|
49
79
|
"declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
50
80
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
51
81
|
"isExtensionMethod": false
|
|
@@ -53,13 +83,19 @@
|
|
|
53
83
|
{
|
|
54
84
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner::Add(TValue,IEqualityComparer_1):System.Void",
|
|
55
85
|
"clrName": "Add",
|
|
56
|
-
"tsEmitName": "add",
|
|
57
86
|
"metadataToken": 100663335,
|
|
58
87
|
"canonicalSignature": "(TValue,IEqualityComparer_1):System.Void",
|
|
59
88
|
"normalizedSignature": "Add|(TValue,IEqualityComparer_1):System.Void|static=false",
|
|
60
89
|
"emitScope": "ClassSurface",
|
|
90
|
+
"provenance": "Original",
|
|
61
91
|
"arity": 1,
|
|
62
92
|
"parameterCount": 2,
|
|
93
|
+
"isStatic": false,
|
|
94
|
+
"isAbstract": false,
|
|
95
|
+
"isVirtual": false,
|
|
96
|
+
"isOverride": false,
|
|
97
|
+
"isSealed": false,
|
|
98
|
+
"visibility": "Public",
|
|
63
99
|
"declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
64
100
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
65
101
|
"isExtensionMethod": false
|
|
@@ -67,13 +103,19 @@
|
|
|
67
103
|
{
|
|
68
104
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner::Start():Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
69
105
|
"clrName": "Start",
|
|
70
|
-
"tsEmitName": "start",
|
|
71
106
|
"metadataToken": 100663336,
|
|
72
107
|
"canonicalSignature": "():Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
73
108
|
"normalizedSignature": "Start|():Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner|static=true",
|
|
74
109
|
"emitScope": "ClassSurface",
|
|
110
|
+
"provenance": "Original",
|
|
75
111
|
"arity": 0,
|
|
76
112
|
"parameterCount": 0,
|
|
113
|
+
"isStatic": true,
|
|
114
|
+
"isAbstract": false,
|
|
115
|
+
"isVirtual": false,
|
|
116
|
+
"isOverride": false,
|
|
117
|
+
"isSealed": false,
|
|
118
|
+
"visibility": "Public",
|
|
77
119
|
"declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
78
120
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
79
121
|
"isExtensionMethod": false
|
|
@@ -83,85 +125,26 @@
|
|
|
83
125
|
{
|
|
84
126
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner::CombinedHash:System.Int32",
|
|
85
127
|
"clrName": "CombinedHash",
|
|
86
|
-
"tsEmitName": "combinedHash",
|
|
87
128
|
"metadataToken": 385875978,
|
|
88
129
|
"canonicalSignature": ":System.Int32",
|
|
89
130
|
"normalizedSignature": "CombinedHash|:System.Int32|static=false|accessor=get",
|
|
90
131
|
"emitScope": "ClassSurface",
|
|
132
|
+
"provenance": "Original",
|
|
91
133
|
"isIndexer": false,
|
|
92
134
|
"hasGetter": true,
|
|
93
135
|
"hasSetter": false,
|
|
136
|
+
"isStatic": false,
|
|
137
|
+
"isAbstract": false,
|
|
138
|
+
"isVirtual": false,
|
|
139
|
+
"isOverride": false,
|
|
140
|
+
"visibility": "Public",
|
|
94
141
|
"declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
95
142
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
|
|
96
143
|
}
|
|
97
144
|
],
|
|
98
145
|
"fields": [],
|
|
99
146
|
"events": [],
|
|
100
|
-
"constructors": []
|
|
101
|
-
"exposedMethods": [
|
|
102
|
-
{
|
|
103
|
-
"tsName": "add",
|
|
104
|
-
"isStatic": false,
|
|
105
|
-
"tsSignatureId": "Add|(System.Int32):System.Void|static=false",
|
|
106
|
-
"target": {
|
|
107
|
-
"declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
108
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
109
|
-
"metadataToken": 100663332
|
|
110
|
-
}
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"tsName": "add",
|
|
114
|
-
"isStatic": false,
|
|
115
|
-
"tsSignatureId": "Add|(System.String):System.Void|static=false",
|
|
116
|
-
"target": {
|
|
117
|
-
"declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
118
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
119
|
-
"metadataToken": 100663333
|
|
120
|
-
}
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"tsName": "add",
|
|
124
|
-
"isStatic": false,
|
|
125
|
-
"tsSignatureId": "Add|(System.Object):System.Void|static=false",
|
|
126
|
-
"target": {
|
|
127
|
-
"declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
128
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
129
|
-
"metadataToken": 100663334
|
|
130
|
-
}
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"tsName": "add",
|
|
134
|
-
"isStatic": false,
|
|
135
|
-
"tsSignatureId": "Add|(TValue,IEqualityComparer_1):System.Void|static=false",
|
|
136
|
-
"target": {
|
|
137
|
-
"declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
138
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
139
|
-
"metadataToken": 100663335
|
|
140
|
-
}
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"tsName": "start",
|
|
144
|
-
"isStatic": true,
|
|
145
|
-
"tsSignatureId": "Start|():Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner|static=true",
|
|
146
|
-
"target": {
|
|
147
|
-
"declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
148
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
149
|
-
"metadataToken": 100663336
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
],
|
|
153
|
-
"exposedProperties": [
|
|
154
|
-
{
|
|
155
|
-
"tsName": "combinedHash",
|
|
156
|
-
"isStatic": false,
|
|
157
|
-
"tsSignatureId": "CombinedHash|:System.Int32|static=false|accessor=get",
|
|
158
|
-
"target": {
|
|
159
|
-
"declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
|
|
160
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
161
|
-
"metadataToken": 385875978
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
]
|
|
147
|
+
"constructors": []
|
|
165
148
|
}
|
|
166
149
|
]
|
|
167
150
|
}
|
|
@@ -11,17 +11,17 @@ import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
|
11
11
|
import type { Int32, Object as ClrObject, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System.js";
|
|
12
12
|
|
|
13
13
|
export interface HashCodeCombiner$instance {
|
|
14
|
-
readonly
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
14
|
+
readonly CombinedHash: int;
|
|
15
|
+
Add(i: int): void;
|
|
16
|
+
Add(s: string): void;
|
|
17
|
+
Add(o: unknown): void;
|
|
18
|
+
Add<TValue>(value: TValue, comparer: IEqualityComparer<TValue>): void;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
export const HashCodeCombiner: {
|
|
23
23
|
new(): HashCodeCombiner;
|
|
24
|
-
|
|
24
|
+
Start(): HashCodeCombiner;
|
|
25
25
|
};
|
|
26
26
|
|
|
27
27
|
|