@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.
Files changed (84) hide show
  1. package/Microsoft.Data.Sqlite/bindings.json +2636 -3286
  2. package/Microsoft.Data.Sqlite/internal/index.d.ts +312 -267
  3. package/Microsoft.DotNet.PlatformAbstractions/bindings.json +55 -72
  4. package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +6 -6
  5. package/Microsoft.EntityFrameworkCore/bindings.json +610 -803
  6. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +69 -69
  7. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +84 -260
  8. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +22 -22
  9. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +52 -38
  10. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +2 -2
  11. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +40 -37
  12. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
  13. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +261 -122
  14. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +35 -11
  15. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
  16. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +586 -40
  17. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +37 -6
  18. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +3 -3
  19. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +103 -97
  20. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +12 -7
  21. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.d.ts +1 -1
  22. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +92 -284
  23. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +22 -22
  24. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +230 -82
  25. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +29 -9
  26. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.d.ts +3 -2
  27. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +381 -564
  28. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +50 -50
  29. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +63 -139
  30. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +11 -11
  31. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +171 -142
  32. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +19 -12
  33. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.d.ts +1 -1
  34. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +2037 -1206
  35. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +191 -79
  36. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.d.ts +5 -4
  37. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +78 -61
  38. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +11 -6
  39. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.d.ts +2 -2
  40. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +951 -446
  41. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +120 -36
  42. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.d.ts +3 -2
  43. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +203 -250
  44. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +20 -20
  45. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +269 -154
  46. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +31 -12
  47. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.d.ts +3 -2
  48. package/Microsoft.Extensions.DependencyInjection/bindings.json +34 -26
  49. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
  50. package/Microsoft.Extensions.DependencyModel/bindings.json +743 -1368
  51. package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +84 -79
  52. package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +172 -228
  53. package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +7 -7
  54. package/SQLitePCL/bindings.json +10824 -14640
  55. package/SQLitePCL/internal/index.d.ts +72 -42
  56. package/System.Collections.Generic/bindings.json +58 -70
  57. package/System.Collections.Generic/internal/index.d.ts +6 -6
  58. package/__build/scripts/generate.sh +4 -4
  59. package/__internal/extensions/index.d.ts +12 -12
  60. package/package.json +5 -5
  61. package/Microsoft.Data.Sqlite/internal/metadata.json +0 -4417
  62. package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +0 -121
  63. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -1368
  64. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -267
  65. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -82
  66. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -54
  67. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -203
  68. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
  69. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +0 -157
  70. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +0 -293
  71. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +0 -133
  72. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +0 -855
  73. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +0 -161
  74. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +0 -214
  75. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +0 -1844
  76. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +0 -102
  77. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +0 -707
  78. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +0 -438
  79. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +0 -280
  80. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
  81. package/Microsoft.Extensions.DependencyModel/internal/metadata.json +0 -1654
  82. package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +0 -329
  83. package/SQLitePCL/internal/metadata.json +0 -11902
  84. package/System.Collections.Generic/internal/metadata.json +0 -123
@@ -77,14 +77,14 @@ export type strdelegate_update = (user_data: unknown, type: int, database: strin
77
77
 
78
78
 
79
79
  export interface IGetFunctionPointer$instance {
80
- getFunctionPointer(name: string): nint;
80
+ GetFunctionPointer(name: string): nint;
81
81
  }
82
82
 
83
83
 
84
84
  export type IGetFunctionPointer = IGetFunctionPointer$instance;
85
85
 
86
86
  export interface ISQLite3Provider$instance {
87
- getNativeLibraryName(): string;
87
+ GetNativeLibraryName(): string;
88
88
  sqlite3__vfs__delete(vfs: utf8z, pathname: utf8z, syncDir: int): int;
89
89
  sqlite3_backup_init(destDb: sqlite3, destName: utf8z, sourceDb: sqlite3, sourceName: utf8z): sqlite3_backup;
90
90
  sqlite3_backup_remaining(backup: sqlite3_backup): int;
@@ -183,19 +183,19 @@ export interface ISQLite3Provider$instance {
183
183
  export type ISQLite3Provider = ISQLite3Provider$instance;
184
184
 
185
185
  export interface utf8z$instance {
186
- getPinnableReference(): byte;
186
+ GetPinnableReference(): byte;
187
187
  utf8_to_string(): string;
188
188
  }
189
189
 
190
190
 
191
191
  export const utf8z: {
192
192
  new(): utf8z;
193
- fromIntPtr(p: nint): utf8z;
194
- fromPtr(p: ptr<byte>): utf8z;
195
- fromPtrLen(p: ptr<byte>, len: int): utf8z;
196
- fromSpan(span: ReadOnlySpan<System_Internal.Byte>): utf8z;
197
- fromString(s: string): utf8z;
198
- getZeroTerminatedUTF8Bytes(value: string): byte[];
193
+ FromIntPtr(p: nint): utf8z;
194
+ FromPtr(p: ptr<byte>): utf8z;
195
+ FromPtrLen(p: ptr<byte>, len: int): utf8z;
196
+ FromSpan(span: ReadOnlySpan<System_Internal.Byte>): utf8z;
197
+ FromString(s: string): utf8z;
198
+ GetZeroTerminatedUTF8Bytes(value: string): byte[];
199
199
  };
200
200
 
201
201
 
@@ -228,8 +228,8 @@ export const collation_hook_info: {
228
228
  export type collation_hook_info = collation_hook_info$instance;
229
229
 
230
230
  export interface commit_hook_info$instance {
231
- readonly _func: delegate_commit;
232
- readonly _user_data: unknown;
231
+ _func: delegate_commit;
232
+ _user_data: unknown;
233
233
  call(): int;
234
234
  }
235
235
 
@@ -243,7 +243,7 @@ export const commit_hook_info: {
243
243
  export type commit_hook_info = commit_hook_info$instance;
244
244
 
245
245
  export interface EntryPointAttribute$instance extends Attribute {
246
- readonly name: string;
246
+ Name: string;
247
247
  }
248
248
 
249
249
 
@@ -284,7 +284,7 @@ export const function_hook_info: {
284
284
  export type function_hook_info = function_hook_info$instance;
285
285
 
286
286
  export interface hook_handle$instance extends SafeGCHandle {
287
- forDispose(): IDisposable;
287
+ ForDispose(): IDisposable;
288
288
  }
289
289
 
290
290
 
@@ -303,13 +303,13 @@ export interface hook_handles$instance {
303
303
  profile: IDisposable;
304
304
  progress: IDisposable;
305
305
  authorizer: IDisposable;
306
- addAggFunction(name: byte[], nargs: int, d: IDisposable): void;
307
- addCollation(name: byte[], d: IDisposable): void;
308
- addScalarFunction(name: byte[], nargs: int, d: IDisposable): void;
309
- dispose(): void;
310
- removeAggFunction(name: byte[], nargs: int): boolean;
311
- removeCollation(name: byte[]): boolean;
312
- removeScalarFunction(name: byte[], nargs: int): boolean;
306
+ AddAggFunction(name: byte[], nargs: int, d: IDisposable): void;
307
+ AddCollation(name: byte[], d: IDisposable): void;
308
+ AddScalarFunction(name: byte[], nargs: int, d: IDisposable): void;
309
+ Dispose(): void;
310
+ RemoveAggFunction(name: byte[], nargs: int): boolean;
311
+ RemoveCollation(name: byte[]): boolean;
312
+ RemoveScalarFunction(name: byte[], nargs: int): boolean;
313
313
  }
314
314
 
315
315
 
@@ -345,8 +345,8 @@ export const MonoPInvokeCallbackAttribute: {
345
345
  export type MonoPInvokeCallbackAttribute = MonoPInvokeCallbackAttribute$instance;
346
346
 
347
347
  export interface PreserveAttribute$instance extends Attribute {
348
- allMembers: boolean;
349
- conditional: boolean;
348
+ AllMembers: boolean;
349
+ Conditional: boolean;
350
350
  }
351
351
 
352
352
 
@@ -396,8 +396,13 @@ export const rollback_hook_info: {
396
396
 
397
397
  export type rollback_hook_info = rollback_hook_info$instance;
398
398
 
399
- export interface SafeGCHandle$instance extends SafeHandle {
400
- readonly isInvalid: boolean;
399
+ export abstract class SafeGCHandle$protected {
400
+ protected ReleaseHandle(): boolean;
401
+ }
402
+
403
+
404
+ export interface SafeGCHandle$instance extends SafeGCHandle$protected, SafeHandle {
405
+ readonly IsInvalid: boolean;
401
406
  }
402
407
 
403
408
 
@@ -408,10 +413,15 @@ export const SafeGCHandle: {
408
413
 
409
414
  export type SafeGCHandle = SafeGCHandle$instance;
410
415
 
411
- export interface sqlite3$instance extends SafeHandle {
412
- readonly isInvalid: boolean;
416
+ export abstract class sqlite3$protected {
417
+ protected ReleaseHandle(): boolean;
418
+ }
419
+
420
+
421
+ export interface sqlite3$instance extends sqlite3$protected, SafeHandle {
422
+ readonly IsInvalid: boolean;
413
423
  enable_sqlite3_next_stmt(enabled: boolean): void;
414
- getOrCreateExtra<T extends IDisposable>(f: Func<T>): T;
424
+ GetOrCreateExtra<T extends IDisposable>(f: Func<T>): T;
415
425
  manual_close(): int;
416
426
  manual_close_v2(): int;
417
427
  }
@@ -424,22 +434,32 @@ export const sqlite3: {
424
434
 
425
435
  export type sqlite3 = sqlite3$instance;
426
436
 
427
- export interface sqlite3_backup$instance extends SafeHandle {
428
- readonly isInvalid: boolean;
437
+ export abstract class sqlite3_backup$protected {
438
+ protected ReleaseHandle(): boolean;
439
+ }
440
+
441
+
442
+ export interface sqlite3_backup$instance extends sqlite3_backup$protected, SafeHandle {
443
+ readonly IsInvalid: boolean;
429
444
  manual_close(): int;
430
445
  }
431
446
 
432
447
 
433
448
  export const sqlite3_backup: {
434
449
  new(): sqlite3_backup;
435
- from(p: nint): sqlite3_backup;
450
+ From(p: nint): sqlite3_backup;
436
451
  };
437
452
 
438
453
 
439
454
  export type sqlite3_backup = sqlite3_backup$instance;
440
455
 
441
- export interface sqlite3_blob$instance extends SafeHandle {
442
- readonly isInvalid: boolean;
456
+ export abstract class sqlite3_blob$protected {
457
+ protected ReleaseHandle(): boolean;
458
+ }
459
+
460
+
461
+ export interface sqlite3_blob$instance extends sqlite3_blob$protected, SafeHandle {
462
+ readonly IsInvalid: boolean;
443
463
  manual_close(): int;
444
464
  }
445
465
 
@@ -457,14 +477,19 @@ export interface sqlite3_context$instance {
457
477
 
458
478
 
459
479
  export const sqlite3_context: {
460
- new(): sqlite3_context;
480
+ new(user_data: unknown): sqlite3_context;
461
481
  };
462
482
 
463
483
 
464
484
  export type sqlite3_context = sqlite3_context$instance;
465
485
 
466
- export interface sqlite3_snapshot$instance extends SafeHandle {
467
- readonly isInvalid: boolean;
486
+ export abstract class sqlite3_snapshot$protected {
487
+ protected ReleaseHandle(): boolean;
488
+ }
489
+
490
+
491
+ export interface sqlite3_snapshot$instance extends sqlite3_snapshot$protected, SafeHandle {
492
+ readonly IsInvalid: boolean;
468
493
  manual_close(): void;
469
494
  }
470
495
 
@@ -476,8 +501,13 @@ export const sqlite3_snapshot: {
476
501
 
477
502
  export type sqlite3_snapshot = sqlite3_snapshot$instance;
478
503
 
479
- export interface sqlite3_stmt$instance extends SafeHandle {
480
- readonly isInvalid: boolean;
504
+ export abstract class sqlite3_stmt$protected {
505
+ protected ReleaseHandle(): boolean;
506
+ }
507
+
508
+
509
+ export interface sqlite3_stmt$instance extends sqlite3_stmt$protected, SafeHandle {
510
+ readonly IsInvalid: boolean;
481
511
  manual_close(): int;
482
512
  }
483
513
 
@@ -545,14 +575,14 @@ export const update_hook_info: {
545
575
  export type update_hook_info = update_hook_info$instance;
546
576
 
547
577
  export abstract class Batteries$instance {
548
- static init(): void;
578
+ static Init(): void;
549
579
  }
550
580
 
551
581
 
552
582
  export type Batteries = Batteries$instance;
553
583
 
554
584
  export abstract class Batteries_V2$instance {
555
- static init(): void;
585
+ static Init(): void;
556
586
  }
557
587
 
558
588
 
@@ -801,10 +831,10 @@ export abstract class raw$instance {
801
831
  static readonly SQLITE_DESERIALIZE_FREEONCLOSE: int;
802
832
  static readonly SQLITE_DESERIALIZE_RESIZEABLE: int;
803
833
  static readonly SQLITE_DESERIALIZE_READONLY: int;
804
- static freezeProvider(b?: boolean): void;
805
- static getNativeLibraryName(): string;
834
+ static FreezeProvider(b?: boolean): void;
835
+ static GetNativeLibraryName(): string;
806
836
  static internal_sqlite3_finalize(stmt: nint): int;
807
- static setProvider(imp: ISQLite3Provider): void;
837
+ static SetProvider(imp: ISQLite3Provider): void;
808
838
  static sqlite3__create_collation_utf8(db: sqlite3, name: string, v: unknown, f: delegate_collation): int;
809
839
  static sqlite3__vfs__delete(vfs: utf8z, pathname: utf8z, syncdir: int): int;
810
840
  static sqlite3__vfs__delete(vfs: string, pathname: string, syncdir: int): int;
@@ -1,23 +1,43 @@
1
1
  {
2
2
  "namespace": "System.Collections.Generic",
3
+ "contributingAssemblies": [
4
+ "Microsoft.Extensions.DependencyModel",
5
+ "System.Collections",
6
+ "System.Private.CoreLib"
7
+ ],
3
8
  "types": [
4
9
  {
5
10
  "stableId": "Microsoft.Extensions.DependencyModel:System.Collections.Generic.CollectionExtensions",
6
11
  "clrName": "System.Collections.Generic.CollectionExtensions",
7
- "tsEmitName": "CollectionExtensions",
8
12
  "assemblyName": "Microsoft.Extensions.DependencyModel",
9
13
  "metadataToken": 0,
14
+ "kind": "StaticNamespace",
15
+ "accessibility": "Public",
16
+ "isAbstract": true,
17
+ "isSealed": true,
18
+ "isStatic": true,
19
+ "arity": 0,
20
+ "baseType": {
21
+ "stableId": "System.Private.CoreLib:System.Object",
22
+ "clrName": "System.Object"
23
+ },
10
24
  "methods": [
11
25
  {
12
26
  "stableId": "Microsoft.Extensions.DependencyModel:System.Collections.Generic.CollectionExtensions::GetDefaultGroup(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeAssetGroup,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.Extensions.DependencyModel.RuntimeAssetGroup",
13
27
  "clrName": "GetDefaultGroup",
14
- "tsEmitName": "getDefaultGroup",
15
28
  "metadataToken": 100663320,
16
29
  "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeAssetGroup,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.Extensions.DependencyModel.RuntimeAssetGroup",
17
30
  "normalizedSignature": "GetDefaultGroup|(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeAssetGroup,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.Extensions.DependencyModel.RuntimeAssetGroup|static=true",
18
31
  "emitScope": "ClassSurface",
32
+ "provenance": "Original",
19
33
  "arity": 0,
20
34
  "parameterCount": 1,
35
+ "isStatic": true,
36
+ "isAbstract": false,
37
+ "isVirtual": false,
38
+ "isOverride": false,
39
+ "isSealed": false,
40
+ "visibility": "Public",
21
41
  "declaringClrType": "System.Collections.Generic.CollectionExtensions",
22
42
  "declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
23
43
  "isExtensionMethod": true
@@ -25,13 +45,19 @@
25
45
  {
26
46
  "stableId": "Microsoft.Extensions.DependencyModel:System.Collections.Generic.CollectionExtensions::GetRuntimeGroup(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeAssetGroup,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):Microsoft.Extensions.DependencyModel.RuntimeAssetGroup",
27
47
  "clrName": "GetRuntimeGroup",
28
- "tsEmitName": "getRuntimeGroup",
29
48
  "metadataToken": 100663321,
30
49
  "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeAssetGroup,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):Microsoft.Extensions.DependencyModel.RuntimeAssetGroup",
31
50
  "normalizedSignature": "GetRuntimeGroup|(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeAssetGroup,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):Microsoft.Extensions.DependencyModel.RuntimeAssetGroup|static=true",
32
51
  "emitScope": "ClassSurface",
52
+ "provenance": "Original",
33
53
  "arity": 0,
34
54
  "parameterCount": 2,
55
+ "isStatic": true,
56
+ "isAbstract": false,
57
+ "isVirtual": false,
58
+ "isOverride": false,
59
+ "isSealed": false,
60
+ "visibility": "Public",
35
61
  "declaringClrType": "System.Collections.Generic.CollectionExtensions",
36
62
  "declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
37
63
  "isExtensionMethod": true
@@ -39,13 +65,19 @@
39
65
  {
40
66
  "stableId": "Microsoft.Extensions.DependencyModel:System.Collections.Generic.CollectionExtensions::GetDefaultAssets(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeAssetGroup,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
41
67
  "clrName": "GetDefaultAssets",
42
- "tsEmitName": "getDefaultAssets",
43
68
  "metadataToken": 100663323,
44
69
  "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeAssetGroup,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
45
70
  "normalizedSignature": "GetDefaultAssets|(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeAssetGroup,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
46
71
  "emitScope": "ClassSurface",
72
+ "provenance": "Original",
47
73
  "arity": 0,
48
74
  "parameterCount": 1,
75
+ "isStatic": true,
76
+ "isAbstract": false,
77
+ "isVirtual": false,
78
+ "isOverride": false,
79
+ "isSealed": false,
80
+ "visibility": "Public",
49
81
  "declaringClrType": "System.Collections.Generic.CollectionExtensions",
50
82
  "declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
51
83
  "isExtensionMethod": true
@@ -53,13 +85,19 @@
53
85
  {
54
86
  "stableId": "Microsoft.Extensions.DependencyModel:System.Collections.Generic.CollectionExtensions::GetRuntimeAssets(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeAssetGroup,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
55
87
  "clrName": "GetRuntimeAssets",
56
- "tsEmitName": "getRuntimeAssets",
57
88
  "metadataToken": 100663324,
58
89
  "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeAssetGroup,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
59
90
  "normalizedSignature": "GetRuntimeAssets|(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeAssetGroup,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
60
91
  "emitScope": "ClassSurface",
92
+ "provenance": "Original",
61
93
  "arity": 0,
62
94
  "parameterCount": 2,
95
+ "isStatic": true,
96
+ "isAbstract": false,
97
+ "isVirtual": false,
98
+ "isOverride": false,
99
+ "isSealed": false,
100
+ "visibility": "Public",
63
101
  "declaringClrType": "System.Collections.Generic.CollectionExtensions",
64
102
  "declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
65
103
  "isExtensionMethod": true
@@ -67,13 +105,19 @@
67
105
  {
68
106
  "stableId": "Microsoft.Extensions.DependencyModel:System.Collections.Generic.CollectionExtensions::GetDefaultRuntimeFileAssets(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeAssetGroup,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeFile,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
69
107
  "clrName": "GetDefaultRuntimeFileAssets",
70
- "tsEmitName": "getDefaultRuntimeFileAssets",
71
108
  "metadataToken": 100663326,
72
109
  "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeAssetGroup,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeFile,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
73
110
  "normalizedSignature": "GetDefaultRuntimeFileAssets|(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeAssetGroup,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeFile,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
74
111
  "emitScope": "ClassSurface",
112
+ "provenance": "Original",
75
113
  "arity": 0,
76
114
  "parameterCount": 1,
115
+ "isStatic": true,
116
+ "isAbstract": false,
117
+ "isVirtual": false,
118
+ "isOverride": false,
119
+ "isSealed": false,
120
+ "visibility": "Public",
77
121
  "declaringClrType": "System.Collections.Generic.CollectionExtensions",
78
122
  "declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
79
123
  "isExtensionMethod": true
@@ -81,13 +125,19 @@
81
125
  {
82
126
  "stableId": "Microsoft.Extensions.DependencyModel:System.Collections.Generic.CollectionExtensions::GetRuntimeFileAssets(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeAssetGroup,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeFile,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
83
127
  "clrName": "GetRuntimeFileAssets",
84
- "tsEmitName": "getRuntimeFileAssets",
85
128
  "metadataToken": 100663327,
86
129
  "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeAssetGroup,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeFile,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
87
130
  "normalizedSignature": "GetRuntimeFileAssets|(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeAssetGroup,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeFile,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
88
131
  "emitScope": "ClassSurface",
132
+ "provenance": "Original",
89
133
  "arity": 0,
90
134
  "parameterCount": 2,
135
+ "isStatic": true,
136
+ "isAbstract": false,
137
+ "isVirtual": false,
138
+ "isOverride": false,
139
+ "isSealed": false,
140
+ "visibility": "Public",
91
141
  "declaringClrType": "System.Collections.Generic.CollectionExtensions",
92
142
  "declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
93
143
  "isExtensionMethod": true
@@ -96,69 +146,7 @@
96
146
  "properties": [],
97
147
  "fields": [],
98
148
  "events": [],
99
- "constructors": [],
100
- "exposedMethods": [
101
- {
102
- "tsName": "getDefaultGroup",
103
- "isStatic": true,
104
- "tsSignatureId": "GetDefaultGroup|(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeAssetGroup,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):Microsoft.Extensions.DependencyModel.RuntimeAssetGroup|static=true",
105
- "target": {
106
- "declaringClrType": "System.Collections.Generic.CollectionExtensions",
107
- "declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
108
- "metadataToken": 100663320
109
- }
110
- },
111
- {
112
- "tsName": "getRuntimeGroup",
113
- "isStatic": true,
114
- "tsSignatureId": "GetRuntimeGroup|(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeAssetGroup,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):Microsoft.Extensions.DependencyModel.RuntimeAssetGroup|static=true",
115
- "target": {
116
- "declaringClrType": "System.Collections.Generic.CollectionExtensions",
117
- "declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
118
- "metadataToken": 100663321
119
- }
120
- },
121
- {
122
- "tsName": "getDefaultAssets",
123
- "isStatic": true,
124
- "tsSignatureId": "GetDefaultAssets|(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeAssetGroup,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
125
- "target": {
126
- "declaringClrType": "System.Collections.Generic.CollectionExtensions",
127
- "declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
128
- "metadataToken": 100663323
129
- }
130
- },
131
- {
132
- "tsName": "getRuntimeAssets",
133
- "isStatic": true,
134
- "tsSignatureId": "GetRuntimeAssets|(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeAssetGroup,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=true",
135
- "target": {
136
- "declaringClrType": "System.Collections.Generic.CollectionExtensions",
137
- "declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
138
- "metadataToken": 100663324
139
- }
140
- },
141
- {
142
- "tsName": "getDefaultRuntimeFileAssets",
143
- "isStatic": true,
144
- "tsSignatureId": "GetDefaultRuntimeFileAssets|(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeAssetGroup,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeFile,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
145
- "target": {
146
- "declaringClrType": "System.Collections.Generic.CollectionExtensions",
147
- "declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
148
- "metadataToken": 100663326
149
- }
150
- },
151
- {
152
- "tsName": "getRuntimeFileAssets",
153
- "isStatic": true,
154
- "tsSignatureId": "GetRuntimeFileAssets|(System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeAssetGroup,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):System.Collections.Generic.IEnumerable_1[[Microsoft.Extensions.DependencyModel.RuntimeFile,Microsoft.Extensions.DependencyModel,Version=10.0.0.1,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=true",
155
- "target": {
156
- "declaringClrType": "System.Collections.Generic.CollectionExtensions",
157
- "declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
158
- "metadataToken": 100663327
159
- }
160
- }
161
- ]
149
+ "constructors": []
162
150
  }
163
151
  ]
164
152
  }
@@ -12,12 +12,12 @@ import * as System_Internal from "@tsonic/dotnet/System.js";
12
12
  import type { Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
13
13
 
14
14
  export abstract class CollectionExtensions$instance {
15
- static getDefaultAssets(self: IEnumerable<RuntimeAssetGroup>): IEnumerable<System_Internal.String>;
16
- static getDefaultGroup(self: IEnumerable<RuntimeAssetGroup>): RuntimeAssetGroup | undefined;
17
- static getDefaultRuntimeFileAssets(self: IEnumerable<RuntimeAssetGroup>): IEnumerable<RuntimeFile>;
18
- static getRuntimeAssets(self: IEnumerable<RuntimeAssetGroup>, runtime: string): IEnumerable<System_Internal.String>;
19
- static getRuntimeFileAssets(self: IEnumerable<RuntimeAssetGroup>, runtime: string): IEnumerable<RuntimeFile>;
20
- static getRuntimeGroup(self: IEnumerable<RuntimeAssetGroup>, runtime: string): RuntimeAssetGroup | undefined;
15
+ static GetDefaultAssets(self: IEnumerable<RuntimeAssetGroup>): IEnumerable<System_Internal.String>;
16
+ static GetDefaultGroup(self: IEnumerable<RuntimeAssetGroup>): RuntimeAssetGroup | undefined;
17
+ static GetDefaultRuntimeFileAssets(self: IEnumerable<RuntimeAssetGroup>): IEnumerable<RuntimeFile>;
18
+ static GetRuntimeAssets(self: IEnumerable<RuntimeAssetGroup>, runtime: string): IEnumerable<System_Internal.String>;
19
+ static GetRuntimeFileAssets(self: IEnumerable<RuntimeAssetGroup>, runtime: string): IEnumerable<RuntimeFile>;
20
+ static GetRuntimeGroup(self: IEnumerable<RuntimeAssetGroup>, runtime: string): RuntimeAssetGroup | undefined;
21
21
  }
22
22
 
23
23
 
@@ -16,7 +16,8 @@ set -e
16
16
  SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
17
17
  PROJECT_DIR="$(cd "$SCRIPT_DIR/../.." && pwd)"
18
18
  TSBINDGEN_DIR="$PROJECT_DIR/../tsbindgen"
19
- DOTNET_LIB="$PROJECT_DIR/../dotnet"
19
+ DOTNET_MAJOR="${DOTNET_MAJOR:-10}"
20
+ DOTNET_LIB="$PROJECT_DIR/../dotnet/versions/$DOTNET_MAJOR"
20
21
  EXT_LIB="$PROJECT_DIR/../microsoft-extensions"
21
22
  EFCORE_LIB="$PROJECT_DIR/../efcore"
22
23
  REF_DIR="$PROJECT_DIR/__build/ref"
@@ -37,7 +38,7 @@ echo " EF Core Library: $EFCORE_LIB (external reference)"
37
38
  echo " tsbindgen: $TSBINDGEN_DIR"
38
39
  echo " Ref project: $REF_DIR"
39
40
  echo " Output: $PROJECT_DIR"
40
- echo " Naming: JS (camelCase)"
41
+ echo " Naming: CLR (no transforms)"
41
42
  echo ""
42
43
 
43
44
  # Verify prerequisites
@@ -107,8 +108,7 @@ dotnet run --project src/tsbindgen/tsbindgen.csproj --no-build -c Release -- \
107
108
  --allow-constructor-constraint-loss \
108
109
  --lib "$DOTNET_LIB" \
109
110
  --lib "$EXT_LIB" \
110
- --lib "$EFCORE_LIB" \
111
- --naming js
111
+ --lib "$EFCORE_LIB"
112
112
 
113
113
  echo ""
114
114
  echo "================================================================"
@@ -16,21 +16,21 @@ import * as System_Internal from "../../System/internal/index.js";
16
16
  import type { ptr } from '@tsonic/core/types.js';
17
17
 
18
18
  export interface __Ext_Microsoft_Extensions_DependencyModel_DependencyContext {
19
- getDefaultNativeAssets(): ExtensionMethods_Microsoft_Extensions_DependencyModel<IEnumerable_1<System_Internal.String>>;
20
- getDefaultNativeRuntimeFileAssets(): ExtensionMethods_Microsoft_Extensions_DependencyModel<IEnumerable_1<Microsoft_Extensions_DependencyModel.RuntimeFile>>;
21
- getRuntimeNativeAssets(runtimeIdentifier: string): ExtensionMethods_Microsoft_Extensions_DependencyModel<IEnumerable_1<System_Internal.String>>;
22
- getRuntimeNativeRuntimeFileAssets(runtimeIdentifier: string): ExtensionMethods_Microsoft_Extensions_DependencyModel<IEnumerable_1<Microsoft_Extensions_DependencyModel.RuntimeFile>>;
23
- getDefaultAssemblyNames(): ExtensionMethods_Microsoft_Extensions_DependencyModel<IEnumerable_1<AssemblyName>>;
24
- getRuntimeAssemblyNames(runtimeIdentifier: string): ExtensionMethods_Microsoft_Extensions_DependencyModel<IEnumerable_1<AssemblyName>>;
19
+ GetDefaultNativeAssets(): ExtensionMethods_Microsoft_Extensions_DependencyModel<IEnumerable_1<System_Internal.String>>;
20
+ GetDefaultNativeRuntimeFileAssets(): ExtensionMethods_Microsoft_Extensions_DependencyModel<IEnumerable_1<Microsoft_Extensions_DependencyModel.RuntimeFile>>;
21
+ GetRuntimeNativeAssets(runtimeIdentifier: string): ExtensionMethods_Microsoft_Extensions_DependencyModel<IEnumerable_1<System_Internal.String>>;
22
+ GetRuntimeNativeRuntimeFileAssets(runtimeIdentifier: string): ExtensionMethods_Microsoft_Extensions_DependencyModel<IEnumerable_1<Microsoft_Extensions_DependencyModel.RuntimeFile>>;
23
+ GetDefaultAssemblyNames(): ExtensionMethods_Microsoft_Extensions_DependencyModel<IEnumerable_1<AssemblyName>>;
24
+ GetRuntimeAssemblyNames(runtimeIdentifier: string): ExtensionMethods_Microsoft_Extensions_DependencyModel<IEnumerable_1<AssemblyName>>;
25
25
  }
26
26
 
27
27
  export interface __Ext_Microsoft_Extensions_DependencyModel_RuntimeLibrary {
28
- getDefaultNativeAssets(context: Microsoft_Extensions_DependencyModel.DependencyContext): ExtensionMethods_Microsoft_Extensions_DependencyModel<IEnumerable_1<System_Internal.String>>;
29
- getDefaultNativeRuntimeFileAssets(context: Microsoft_Extensions_DependencyModel.DependencyContext): ExtensionMethods_Microsoft_Extensions_DependencyModel<IEnumerable_1<Microsoft_Extensions_DependencyModel.RuntimeFile>>;
30
- getRuntimeNativeAssets(context: Microsoft_Extensions_DependencyModel.DependencyContext, runtimeIdentifier: string): ExtensionMethods_Microsoft_Extensions_DependencyModel<IEnumerable_1<System_Internal.String>>;
31
- getRuntimeNativeRuntimeFileAssets(context: Microsoft_Extensions_DependencyModel.DependencyContext, runtimeIdentifier: string): ExtensionMethods_Microsoft_Extensions_DependencyModel<IEnumerable_1<Microsoft_Extensions_DependencyModel.RuntimeFile>>;
32
- getDefaultAssemblyNames(context: Microsoft_Extensions_DependencyModel.DependencyContext): ExtensionMethods_Microsoft_Extensions_DependencyModel<IEnumerable_1<AssemblyName>>;
33
- getRuntimeAssemblyNames(context: Microsoft_Extensions_DependencyModel.DependencyContext, runtimeIdentifier: string): ExtensionMethods_Microsoft_Extensions_DependencyModel<IEnumerable_1<AssemblyName>>;
28
+ GetDefaultNativeAssets(context: Microsoft_Extensions_DependencyModel.DependencyContext): ExtensionMethods_Microsoft_Extensions_DependencyModel<IEnumerable_1<System_Internal.String>>;
29
+ GetDefaultNativeRuntimeFileAssets(context: Microsoft_Extensions_DependencyModel.DependencyContext): ExtensionMethods_Microsoft_Extensions_DependencyModel<IEnumerable_1<Microsoft_Extensions_DependencyModel.RuntimeFile>>;
30
+ GetRuntimeNativeAssets(context: Microsoft_Extensions_DependencyModel.DependencyContext, runtimeIdentifier: string): ExtensionMethods_Microsoft_Extensions_DependencyModel<IEnumerable_1<System_Internal.String>>;
31
+ GetRuntimeNativeRuntimeFileAssets(context: Microsoft_Extensions_DependencyModel.DependencyContext, runtimeIdentifier: string): ExtensionMethods_Microsoft_Extensions_DependencyModel<IEnumerable_1<Microsoft_Extensions_DependencyModel.RuntimeFile>>;
32
+ GetDefaultAssemblyNames(context: Microsoft_Extensions_DependencyModel.DependencyContext): ExtensionMethods_Microsoft_Extensions_DependencyModel<IEnumerable_1<AssemblyName>>;
33
+ GetRuntimeAssemblyNames(context: Microsoft_Extensions_DependencyModel.DependencyContext, runtimeIdentifier: string): ExtensionMethods_Microsoft_Extensions_DependencyModel<IEnumerable_1<AssemblyName>>;
34
34
  }
35
35
 
36
36
  // Generic helper type for extension methods in namespace: Microsoft.Extensions.DependencyModel
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsonic/efcore-sqlite",
3
- "version": "0.1.1",
3
+ "version": "10.0.2",
4
4
  "description": "TypeScript type definitions for Microsoft.EntityFrameworkCore.Sqlite (+ dependencies) for .NET 10",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -19,9 +19,9 @@
19
19
  "url": "https://github.com/tsoniclang/efcore-sqlite.git"
20
20
  },
21
21
  "peerDependencies": {
22
- "@tsonic/core": "^0.6.0",
23
- "@tsonic/dotnet": "^0.8.4",
24
- "@tsonic/microsoft-extensions": "^0.1.0",
25
- "@tsonic/efcore": "^0.1.0"
22
+ "@tsonic/core": "^10.0.1",
23
+ "@tsonic/dotnet": "^10.0.1",
24
+ "@tsonic/microsoft-extensions": "^10.0.1",
25
+ "@tsonic/efcore": "^10.0.1"
26
26
  }
27
27
  }