@tsonic/efcore 10.0.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.
Files changed (87) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +2247 -5
  2. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +30 -5
  3. package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +1707 -6
  4. package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +74 -14
  5. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +4784 -172
  6. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +210 -25
  7. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal.d.ts +1 -1
  8. package/Microsoft.EntityFrameworkCore.ChangeTracking.d.ts +3 -3
  9. package/Microsoft.EntityFrameworkCore.Design/bindings.json +1175 -171
  10. package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +52 -3
  11. package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +306 -2
  12. package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +15 -2
  13. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +2919 -10
  14. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +28 -3
  15. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +1027 -77
  16. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +53 -17
  17. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +4386 -655
  18. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +229 -23
  19. package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/bindings.json +251 -7
  20. package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +11 -4
  21. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +3 -2
  22. package/Microsoft.EntityFrameworkCore.Internal/bindings.json +754 -2
  23. package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +1 -1
  24. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +8776 -125
  25. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +174 -27
  26. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +5621 -147
  27. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +255 -33
  28. package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +1 -1
  29. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +8740 -1109
  30. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +604 -79
  31. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/bindings.json +152 -3
  32. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +15 -2
  33. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.d.ts +1 -0
  34. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/bindings.json +144 -0
  35. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +7 -5
  36. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +16619 -30
  37. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +673 -91
  38. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +2197 -67
  39. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +119 -11
  40. package/Microsoft.EntityFrameworkCore.Migrations.Internal/bindings.json +1304 -119
  41. package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +70 -5
  42. package/Microsoft.EntityFrameworkCore.Migrations.Internal.d.ts +3 -3
  43. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +4318 -46
  44. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +293 -36
  45. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +102 -0
  46. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +6 -1
  47. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +5 -4
  48. package/Microsoft.EntityFrameworkCore.Query/bindings.json +17431 -7313
  49. package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +721 -85
  50. package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +3807 -228
  51. package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +299 -49
  52. package/Microsoft.EntityFrameworkCore.Query.Internal.d.ts +3 -3
  53. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +3589 -953
  54. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +327 -127
  55. package/Microsoft.EntityFrameworkCore.Query.d.ts +6 -5
  56. package/Microsoft.EntityFrameworkCore.Scaffolding/bindings.json +125 -3
  57. package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +8 -1
  58. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1160 -9
  59. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +80 -10
  60. package/Microsoft.EntityFrameworkCore.Storage/bindings.json +5813 -272
  61. package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +432 -55
  62. package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +534 -6
  63. package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +50 -7
  64. package/Microsoft.EntityFrameworkCore.Storage.Internal.d.ts +2 -1
  65. package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +570 -2
  66. package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +7 -1
  67. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/bindings.json +652 -2
  68. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +9 -1
  69. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/bindings.json +663 -16
  70. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +28 -1
  71. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.d.ts +1 -1
  72. package/Microsoft.EntityFrameworkCore.Storage.d.ts +4 -4
  73. package/Microsoft.EntityFrameworkCore.Update/bindings.json +2027 -340
  74. package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +89 -8
  75. package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +1074 -6
  76. package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +44 -8
  77. package/Microsoft.EntityFrameworkCore.Update.Internal.d.ts +1 -1
  78. package/Microsoft.EntityFrameworkCore.Update.d.ts +2 -2
  79. package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +479 -5
  80. package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +46 -7
  81. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +262 -2
  82. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +13 -2
  83. package/Microsoft.EntityFrameworkCore.ValueGeneration.d.ts +1 -1
  84. package/Microsoft.EntityFrameworkCore.d.ts +2 -1
  85. package/Microsoft.Extensions.DependencyInjection/bindings.json +15 -0
  86. package/System.Transactions/bindings.json +6 -0
  87. package/package.json +1 -1
@@ -16,7 +16,12 @@ import type { Boolean as ClrBoolean, Byte, Char, DateTime, DateTimeOffset, Decim
16
16
  import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
17
17
  import type { ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
18
18
 
19
- export interface ConvertedValueGenerator$instance extends ValueGenerator {
19
+ export abstract class ConvertedValueGenerator$protected {
20
+ protected NextValue(entry: EntityEntry): unknown | undefined;
21
+ }
22
+
23
+
24
+ export interface ConvertedValueGenerator$instance extends ConvertedValueGenerator$protected, ValueGenerator {
20
25
  readonly GeneratesStableValues: boolean;
21
26
  readonly GeneratesTemporaryValues: boolean;
22
27
  NextAsync(entry: EntityEntry, cancellationToken?: CancellationToken): ValueTask<unknown>;
@@ -31,7 +36,12 @@ export const ConvertedValueGenerator: {
31
36
 
32
37
  export type ConvertedValueGenerator = ConvertedValueGenerator$instance;
33
38
 
34
- export interface DiscriminatorValueGenerator$instance extends ValueGenerator {
39
+ export abstract class DiscriminatorValueGenerator$protected {
40
+ protected NextValue(entry: EntityEntry): unknown;
41
+ }
42
+
43
+
44
+ export interface DiscriminatorValueGenerator$instance extends DiscriminatorValueGenerator$protected, ValueGenerator {
35
45
  readonly GeneratesStableValues: boolean;
36
46
  readonly GeneratesTemporaryValues: boolean;
37
47
  }
@@ -183,6 +193,7 @@ export interface TemporaryNumberValueGenerator_1$instance<TValue> extends ValueG
183
193
 
184
194
 
185
195
  export const TemporaryNumberValueGenerator_1: {
196
+ new<TValue>(): TemporaryNumberValueGenerator_1<TValue>;
186
197
  };
187
198
 
188
199
 
@@ -9,7 +9,7 @@ import * as Internal from './Microsoft.EntityFrameworkCore.ValueGeneration/inter
9
9
  import type { EntityEntry } from './Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.js';
10
10
  import type { IProperty, ITypeBase } from './Microsoft.EntityFrameworkCore.Metadata/internal/index.js';
11
11
  import type { ValueConverter } from './Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.js';
12
- import type { Boolean as ClrBoolean, Byte, Func, Guid, IDisposable, IEquatable, Int32, Int64, Object as ClrObject, String as ClrString, Void } from '@tsonic/dotnet/System.js';
12
+ import type { Boolean as ClrBoolean, Byte, Func, Guid, IDisposable, IEquatable, Int32, Int64, Object as ClrObject, String as ClrString, Type, Void } from '@tsonic/dotnet/System.js';
13
13
  import type { CancellationToken } from '@tsonic/dotnet/System.Threading.js';
14
14
  import type { Task, ValueTask } from '@tsonic/dotnet/System.Threading.Tasks.js';
15
15
 
@@ -21,12 +21,13 @@ import type { IAsyncQueryProvider, IIncludableQueryable_2, UpdateSettersBuilder_
21
21
  import type { ExecutionResult_1, IDbContextTransaction, IExceptionDetector, IExecutionStrategy, RelationalDataReader, RelationalTypeMapping } from './Microsoft.EntityFrameworkCore.Storage/internal/index.js';
22
22
  import type { IUpdateEntry } from './Microsoft.EntityFrameworkCore.Update/internal/index.js';
23
23
  import type { Dictionary, HashSet, IAsyncEnumerable, IAsyncEnumerator, IEnumerable as IEnumerable__System_Collections_Generic, IEqualityComparer, IReadOnlyCollection, IReadOnlyDictionary, IReadOnlyList, List } from '@tsonic/dotnet/System.Collections.Generic.js';
24
+ import type { ImmutableSortedDictionary } from '@tsonic/dotnet/System.Collections.Immutable.js';
24
25
  import type { IEnumerable } from '@tsonic/dotnet/System.Collections.js';
25
26
  import type { ObservableCollection } from '@tsonic/dotnet/System.Collections.ObjectModel.js';
26
27
  import type { BindingList, IListSource } from '@tsonic/dotnet/System.ComponentModel.js';
27
28
  import type { DbCommand, DbConnection, DbTransaction } from '@tsonic/dotnet/System.Data.Common.js';
28
29
  import type { IsolationLevel } from '@tsonic/dotnet/System.Data.js';
29
- import type { Action, Attribute, Boolean as ClrBoolean, Decimal, Double, Enum, EventArgs, EventHandler, Exception, FormattableString, Func, Guid, IAsyncDisposable, IComparable, IConvertible, IDisposable, IEquatable, IFormattable, Int32, Int64, IServiceProvider, ISpanFormattable, Nullable, Object as ClrObject, Single, String as ClrString, TimeSpan, Type, ValueType, Void } from '@tsonic/dotnet/System.js';
30
+ import type { Action, Attribute, Boolean as ClrBoolean, Decimal, Double, Enum, EventArgs, EventHandler, Exception, FormattableString, Func, Guid, IAsyncDisposable, IComparable, IConvertible, IDisposable, IEquatable, IFormattable, Int32, Int64, IServiceProvider, ISpanFormattable, Nullable, Object as ClrObject, Single, String as ClrString, TimeSpan, Type, ValueTuple, ValueType, Void } from '@tsonic/dotnet/System.js';
30
31
  import type { Expression } from '@tsonic/dotnet/System.Linq.Expressions.js';
31
32
  import type { IQueryable } from '@tsonic/dotnet/System.Linq.js';
32
33
  import type { Assembly, MethodInfo } from '@tsonic/dotnet/System.Reflection.js';
@@ -20,6 +20,10 @@
20
20
  "isSealed": true,
21
21
  "isStatic": true,
22
22
  "arity": 0,
23
+ "baseType": {
24
+ "stableId": "System.Private.CoreLib:System.Object",
25
+ "clrName": "System.Object"
26
+ },
23
27
  "methods": [
24
28
  {
25
29
  "stableId": "Microsoft.EntityFrameworkCore:Microsoft.Extensions.DependencyInjection.EntityFrameworkServiceCollectionExtensions::AddDbContext(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action_1[[Microsoft.EntityFrameworkCore.DbContextOptionsBuilder,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.Extensions.DependencyInjection.ServiceLifetime,Microsoft.Extensions.DependencyInjection.ServiceLifetime):Microsoft.Extensions.DependencyInjection.IServiceCollection",
@@ -36,6 +40,7 @@
36
40
  "isVirtual": false,
37
41
  "isOverride": false,
38
42
  "isSealed": false,
43
+ "visibility": "Public",
39
44
  "declaringClrType": "Microsoft.Extensions.DependencyInjection.EntityFrameworkServiceCollectionExtensions",
40
45
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
41
46
  "isExtensionMethod": true
@@ -55,6 +60,7 @@
55
60
  "isVirtual": false,
56
61
  "isOverride": false,
57
62
  "isSealed": false,
63
+ "visibility": "Public",
58
64
  "declaringClrType": "Microsoft.Extensions.DependencyInjection.EntityFrameworkServiceCollectionExtensions",
59
65
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
60
66
  "isExtensionMethod": true
@@ -74,6 +80,7 @@
74
80
  "isVirtual": false,
75
81
  "isOverride": false,
76
82
  "isSealed": false,
83
+ "visibility": "Public",
77
84
  "declaringClrType": "Microsoft.Extensions.DependencyInjection.EntityFrameworkServiceCollectionExtensions",
78
85
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
79
86
  "isExtensionMethod": true
@@ -93,6 +100,7 @@
93
100
  "isVirtual": false,
94
101
  "isOverride": false,
95
102
  "isSealed": false,
103
+ "visibility": "Public",
96
104
  "declaringClrType": "Microsoft.Extensions.DependencyInjection.EntityFrameworkServiceCollectionExtensions",
97
105
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
98
106
  "isExtensionMethod": true
@@ -112,6 +120,7 @@
112
120
  "isVirtual": false,
113
121
  "isOverride": false,
114
122
  "isSealed": false,
123
+ "visibility": "Public",
115
124
  "declaringClrType": "Microsoft.Extensions.DependencyInjection.EntityFrameworkServiceCollectionExtensions",
116
125
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
117
126
  "isExtensionMethod": true
@@ -131,6 +140,7 @@
131
140
  "isVirtual": false,
132
141
  "isOverride": false,
133
142
  "isSealed": false,
143
+ "visibility": "Public",
134
144
  "declaringClrType": "Microsoft.Extensions.DependencyInjection.EntityFrameworkServiceCollectionExtensions",
135
145
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
136
146
  "isExtensionMethod": true
@@ -150,6 +160,7 @@
150
160
  "isVirtual": false,
151
161
  "isOverride": false,
152
162
  "isSealed": false,
163
+ "visibility": "Public",
153
164
  "declaringClrType": "Microsoft.Extensions.DependencyInjection.EntityFrameworkServiceCollectionExtensions",
154
165
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
155
166
  "isExtensionMethod": true
@@ -169,6 +180,7 @@
169
180
  "isVirtual": false,
170
181
  "isOverride": false,
171
182
  "isSealed": false,
183
+ "visibility": "Public",
172
184
  "declaringClrType": "Microsoft.Extensions.DependencyInjection.EntityFrameworkServiceCollectionExtensions",
173
185
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
174
186
  "isExtensionMethod": true
@@ -188,6 +200,7 @@
188
200
  "isVirtual": false,
189
201
  "isOverride": false,
190
202
  "isSealed": false,
203
+ "visibility": "Public",
191
204
  "declaringClrType": "Microsoft.Extensions.DependencyInjection.EntityFrameworkServiceCollectionExtensions",
192
205
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
193
206
  "isExtensionMethod": true
@@ -207,6 +220,7 @@
207
220
  "isVirtual": false,
208
221
  "isOverride": false,
209
222
  "isSealed": false,
223
+ "visibility": "Public",
210
224
  "declaringClrType": "Microsoft.Extensions.DependencyInjection.EntityFrameworkServiceCollectionExtensions",
211
225
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
212
226
  "isExtensionMethod": true
@@ -226,6 +240,7 @@
226
240
  "isVirtual": false,
227
241
  "isOverride": false,
228
242
  "isSealed": false,
243
+ "visibility": "Public",
229
244
  "declaringClrType": "Microsoft.Extensions.DependencyInjection.EntityFrameworkServiceCollectionExtensions",
230
245
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
231
246
  "isExtensionMethod": true
@@ -16,6 +16,10 @@
16
16
  "isSealed": true,
17
17
  "isStatic": true,
18
18
  "arity": 0,
19
+ "baseType": {
20
+ "stableId": "System.Private.CoreLib:System.Object",
21
+ "clrName": "System.Object"
22
+ },
19
23
  "methods": [
20
24
  {
21
25
  "stableId": "Microsoft.EntityFrameworkCore:System.Transactions.TransactionsDatabaseFacadeExtensions::EnlistTransaction(Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade,System.Transactions.Transaction):System.Void",
@@ -32,6 +36,7 @@
32
36
  "isVirtual": false,
33
37
  "isOverride": false,
34
38
  "isSealed": false,
39
+ "visibility": "Public",
35
40
  "declaringClrType": "System.Transactions.TransactionsDatabaseFacadeExtensions",
36
41
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
37
42
  "isExtensionMethod": true
@@ -51,6 +56,7 @@
51
56
  "isVirtual": false,
52
57
  "isOverride": false,
53
58
  "isSealed": false,
59
+ "visibility": "Public",
54
60
  "declaringClrType": "System.Transactions.TransactionsDatabaseFacadeExtensions",
55
61
  "declaringAssemblyName": "Microsoft.EntityFrameworkCore",
56
62
  "isExtensionMethod": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsonic/efcore",
3
- "version": "10.0.1",
3
+ "version": "10.0.2",
4
4
  "description": "TypeScript type definitions for Microsoft.EntityFrameworkCore.* for .NET 10",
5
5
  "type": "module",
6
6
  "keywords": [