@tsonic/efcore-sqlite 0.1.0 → 10.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/Microsoft.Data.Sqlite/bindings.json +1757 -3354
  2. package/Microsoft.Data.Sqlite/internal/index.d.ts +264 -264
  3. package/Microsoft.DotNet.PlatformAbstractions/bindings.json +45 -72
  4. package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +6 -6
  5. package/Microsoft.EntityFrameworkCore/bindings.json +497 -803
  6. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +69 -69
  7. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +53 -260
  8. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +22 -22
  9. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +31 -38
  10. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +2 -2
  11. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +15 -37
  12. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
  13. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +65 -121
  14. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +5 -5
  15. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +29 -40
  16. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +2 -2
  17. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +51 -97
  18. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +5 -5
  19. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +55 -284
  20. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +22 -22
  21. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +43 -85
  22. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +5 -5
  23. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +319 -564
  24. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +50 -50
  25. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +37 -139
  26. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +11 -11
  27. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +73 -142
  28. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +10 -10
  29. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +578 -1209
  30. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +62 -62
  31. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +33 -61
  32. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +3 -3
  33. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +223 -458
  34. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +22 -22
  35. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +148 -250
  36. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +20 -20
  37. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +75 -152
  38. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +7 -7
  39. package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
  40. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
  41. package/Microsoft.Extensions.DependencyModel/bindings.json +530 -1368
  42. package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +86 -86
  43. package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +109 -228
  44. package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +7 -7
  45. package/SQLitePCL/bindings.json +9554 -14759
  46. package/SQLitePCL/internal/index.d.ts +35 -35
  47. package/System.Collections.Generic/bindings.json +48 -70
  48. package/System.Collections.Generic/internal/index.d.ts +6 -6
  49. package/__build/scripts/generate.sh +4 -4
  50. package/__internal/extensions/index.d.ts +12 -12
  51. package/package.json +5 -6
  52. package/Microsoft.Data.Sqlite/internal/metadata.json +0 -4417
  53. package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +0 -121
  54. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -1368
  55. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -267
  56. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -82
  57. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -54
  58. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -203
  59. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
  60. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +0 -157
  61. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +0 -293
  62. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +0 -133
  63. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +0 -855
  64. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +0 -161
  65. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +0 -214
  66. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +0 -1844
  67. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +0 -102
  68. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +0 -707
  69. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +0 -438
  70. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +0 -280
  71. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
  72. package/Microsoft.Extensions.DependencyModel/internal/metadata.json +0 -1654
  73. package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +0 -329
  74. package/SQLitePCL/internal/metadata.json +0 -11902
  75. package/System.Collections.Generic/internal/metadata.json +0 -123
@@ -1,23 +1,36 @@
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,
10
18
  "methods": [
11
19
  {
12
20
  "stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner::Add(System.Int32):System.Void",
13
21
  "clrName": "Add",
14
- "tsEmitName": "add",
15
22
  "metadataToken": 100663332,
16
23
  "canonicalSignature": "(System.Int32):System.Void",
17
24
  "normalizedSignature": "Add|(System.Int32):System.Void|static=false",
18
25
  "emitScope": "ClassSurface",
26
+ "provenance": "Original",
19
27
  "arity": 0,
20
28
  "parameterCount": 1,
29
+ "isStatic": false,
30
+ "isAbstract": false,
31
+ "isVirtual": false,
32
+ "isOverride": false,
33
+ "isSealed": false,
21
34
  "declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
22
35
  "declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
23
36
  "isExtensionMethod": false
@@ -25,13 +38,18 @@
25
38
  {
26
39
  "stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner::Add(System.String):System.Void",
27
40
  "clrName": "Add",
28
- "tsEmitName": "add",
29
41
  "metadataToken": 100663333,
30
42
  "canonicalSignature": "(System.String):System.Void",
31
43
  "normalizedSignature": "Add|(System.String):System.Void|static=false",
32
44
  "emitScope": "ClassSurface",
45
+ "provenance": "Original",
33
46
  "arity": 0,
34
47
  "parameterCount": 1,
48
+ "isStatic": false,
49
+ "isAbstract": false,
50
+ "isVirtual": false,
51
+ "isOverride": false,
52
+ "isSealed": false,
35
53
  "declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
36
54
  "declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
37
55
  "isExtensionMethod": false
@@ -39,13 +57,18 @@
39
57
  {
40
58
  "stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner::Add(System.Object):System.Void",
41
59
  "clrName": "Add",
42
- "tsEmitName": "add",
43
60
  "metadataToken": 100663334,
44
61
  "canonicalSignature": "(System.Object):System.Void",
45
62
  "normalizedSignature": "Add|(System.Object):System.Void|static=false",
46
63
  "emitScope": "ClassSurface",
64
+ "provenance": "Original",
47
65
  "arity": 0,
48
66
  "parameterCount": 1,
67
+ "isStatic": false,
68
+ "isAbstract": false,
69
+ "isVirtual": false,
70
+ "isOverride": false,
71
+ "isSealed": false,
49
72
  "declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
50
73
  "declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
51
74
  "isExtensionMethod": false
@@ -53,13 +76,18 @@
53
76
  {
54
77
  "stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner::Add(TValue,IEqualityComparer_1):System.Void",
55
78
  "clrName": "Add",
56
- "tsEmitName": "add",
57
79
  "metadataToken": 100663335,
58
80
  "canonicalSignature": "(TValue,IEqualityComparer_1):System.Void",
59
81
  "normalizedSignature": "Add|(TValue,IEqualityComparer_1):System.Void|static=false",
60
82
  "emitScope": "ClassSurface",
83
+ "provenance": "Original",
61
84
  "arity": 1,
62
85
  "parameterCount": 2,
86
+ "isStatic": false,
87
+ "isAbstract": false,
88
+ "isVirtual": false,
89
+ "isOverride": false,
90
+ "isSealed": false,
63
91
  "declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
64
92
  "declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
65
93
  "isExtensionMethod": false
@@ -67,13 +95,18 @@
67
95
  {
68
96
  "stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner::Start():Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
69
97
  "clrName": "Start",
70
- "tsEmitName": "start",
71
98
  "metadataToken": 100663336,
72
99
  "canonicalSignature": "():Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
73
100
  "normalizedSignature": "Start|():Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner|static=true",
74
101
  "emitScope": "ClassSurface",
102
+ "provenance": "Original",
75
103
  "arity": 0,
76
104
  "parameterCount": 0,
105
+ "isStatic": true,
106
+ "isAbstract": false,
107
+ "isVirtual": false,
108
+ "isOverride": false,
109
+ "isSealed": false,
77
110
  "declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
78
111
  "declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
79
112
  "isExtensionMethod": false
@@ -83,85 +116,25 @@
83
116
  {
84
117
  "stableId": "Microsoft.Extensions.DependencyModel:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner::CombinedHash:System.Int32",
85
118
  "clrName": "CombinedHash",
86
- "tsEmitName": "combinedHash",
87
119
  "metadataToken": 385875978,
88
120
  "canonicalSignature": ":System.Int32",
89
121
  "normalizedSignature": "CombinedHash|:System.Int32|static=false|accessor=get",
90
122
  "emitScope": "ClassSurface",
123
+ "provenance": "Original",
91
124
  "isIndexer": false,
92
125
  "hasGetter": true,
93
126
  "hasSetter": false,
127
+ "isStatic": false,
128
+ "isAbstract": false,
129
+ "isVirtual": false,
130
+ "isOverride": false,
94
131
  "declaringClrType": "Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner",
95
132
  "declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
96
133
  }
97
134
  ],
98
135
  "fields": [],
99
136
  "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
- ]
137
+ "constructors": []
165
138
  }
166
139
  ]
167
140
  }
@@ -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 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;
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
- start(): HashCodeCombiner;
24
+ Start(): HashCodeCombiner;
25
25
  };
26
26
 
27
27