@tsonic/efcore 10.0.3 → 10.0.8

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 (40) hide show
  1. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +634 -529
  2. package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +299 -154
  3. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +591 -291
  4. package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +139 -103
  5. package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +36 -10
  6. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +535 -261
  7. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +105 -42
  8. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +330 -145
  9. package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +62 -30
  10. package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +235 -121
  11. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +1624 -1035
  12. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +718 -476
  13. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +860 -307
  14. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +27 -7
  15. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/internal/index.d.ts +35 -21
  16. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +2232 -1303
  17. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +123 -67
  18. package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +88 -74
  19. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +445 -207
  20. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +28 -20
  21. package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +601 -240
  22. package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +505 -257
  23. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +318 -120
  24. package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +35 -15
  25. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +133 -73
  26. package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +502 -239
  27. package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +80 -35
  28. package/Microsoft.EntityFrameworkCore.Storage.Internal.d.ts +3 -0
  29. package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +102 -25
  30. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +143 -43
  31. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +54 -32
  32. package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +136 -68
  33. package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +198 -91
  34. package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +69 -23
  35. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +44 -6
  36. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +13 -13
  37. package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
  38. package/System.Transactions/internal/index.d.ts +3 -3
  39. package/__internal/extensions/index.d.ts +1553 -1291
  40. package/package.json +4 -4
@@ -12,68 +12,72 @@ import type { EntityFrameworkServicesBuilder, IAnnotatable, IAnnotation, Service
12
12
  import type { ICheckConstraint, IComplexProperty, IComplexType, IEntityType, IEntityTypeMappingFragment, IForeignKey, IIndex, IKey, IModel, INavigation, IProperty, IRelationalPropertyOverrides, ISequence, ISkipNavigation, ITrigger } from "../../Microsoft.EntityFrameworkCore.Metadata/internal/index.js";
13
13
  import type { IRelationalTypeMappingSource } from "../../Microsoft.EntityFrameworkCore.Storage/internal/index.js";
14
14
  import type { DbContext } from "../../Microsoft.EntityFrameworkCore/internal/index.js";
15
- import type { Dictionary, ICollection, IDictionary, IEnumerable, IReadOnlyDictionary, IReadOnlyList, ISet, List } from "@tsonic/dotnet/System.Collections.Generic.js";
16
- import * as System_Internal from "@tsonic/dotnet/System.js";
17
- import type { Action, Attribute, Boolean as ClrBoolean, Byte, Char, DateOnly, DateTime, DateTimeOffset, Decimal, Double, Enum, Func, Guid, IEquatable, Int16, Int32, Int64, IServiceProvider, Nullable, Object as ClrObject, SByte, Single, String as ClrString, TimeOnly, TimeSpan, Type, UInt16, UInt32, UInt64, ValueType, Void } from "@tsonic/dotnet/System.js";
18
- import type { Expression } from "@tsonic/dotnet/System.Linq.Expressions.js";
19
- import type { BigInteger } from "@tsonic/dotnet/System.Numerics.js";
20
- import type { MemberInfo, MethodInfo } from "@tsonic/dotnet/System.Reflection.js";
21
- import type { IServiceCollection } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js";
15
+ import type { Dictionary_2, ICollection_1, IDictionary_2, IEnumerable_1, IReadOnlyDictionary_2, IReadOnlyList_1, ISet_1, List_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
16
+ import type { Expression } from "@tsonic/dotnet/System.Linq.Expressions/internal/index.js";
17
+ import type { BigInteger } from "@tsonic/dotnet/System.Numerics/internal/index.js";
18
+ import type { MemberInfo, MethodInfo } from "@tsonic/dotnet/System.Reflection/internal/index.js";
19
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
20
+ import type { Action_1, Attribute, Boolean as ClrBoolean, Byte, Char, DateOnly, DateTime, DateTimeOffset, Decimal, Double, Enum, Func_2, Guid, IEquatable_1, Int16, Int32, Int64, IServiceProvider, Nullable_1, Object as ClrObject, SByte, Single, String as ClrString, TimeOnly, TimeSpan, Type, UInt16, UInt32, UInt64, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
21
+ import type { IServiceCollection } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection/internal/index.js";
22
22
 
23
23
  export interface IAnnotationCodeGenerator$instance {
24
- FilterIgnoredAnnotations(annotations: IEnumerable<IAnnotation>): IEnumerable<IAnnotation>;
25
- GenerateFluentApiCalls(annotatable: IAnnotatable, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
26
- GenerateFluentApiCalls(checkConstraint: ICheckConstraint, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
27
- GenerateFluentApiCalls(complexProperty: IComplexProperty, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
28
- GenerateFluentApiCalls(complexType: IComplexType, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
29
- GenerateFluentApiCalls(entityType: IEntityType, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
30
- GenerateFluentApiCalls(fragment: IEntityTypeMappingFragment, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
31
- GenerateFluentApiCalls(foreignKey: IForeignKey, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
32
- GenerateFluentApiCalls(index: IIndex, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
33
- GenerateFluentApiCalls(key: IKey, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
34
- GenerateFluentApiCalls(model: IModel, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
35
- GenerateFluentApiCalls(navigation: INavigation, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
36
- GenerateFluentApiCalls(property: IProperty, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
37
- GenerateFluentApiCalls(overrides: IRelationalPropertyOverrides, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
38
- GenerateFluentApiCalls(sequence: ISequence, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
39
- GenerateFluentApiCalls(navigation: ISkipNavigation, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
40
- GenerateFluentApiCalls(trigger: ITrigger, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
41
- RemoveAnnotationsHandledByConventions(annotatable: IAnnotatable, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
42
- RemoveAnnotationsHandledByConventions(checkConstraint: ICheckConstraint, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
43
- RemoveAnnotationsHandledByConventions(complexProperty: IComplexProperty, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
44
- RemoveAnnotationsHandledByConventions(complexType: IComplexType, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
45
- RemoveAnnotationsHandledByConventions(entityType: IEntityType, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
46
- RemoveAnnotationsHandledByConventions(fragment: IEntityTypeMappingFragment, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
47
- RemoveAnnotationsHandledByConventions(foreignKey: IForeignKey, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
48
- RemoveAnnotationsHandledByConventions(index: IIndex, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
49
- RemoveAnnotationsHandledByConventions(key: IKey, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
50
- RemoveAnnotationsHandledByConventions(model: IModel, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
51
- RemoveAnnotationsHandledByConventions(navigation: INavigation, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
52
- RemoveAnnotationsHandledByConventions(property: IProperty, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
53
- RemoveAnnotationsHandledByConventions(overrides: IRelationalPropertyOverrides, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
54
- RemoveAnnotationsHandledByConventions(sequence: ISequence, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
55
- RemoveAnnotationsHandledByConventions(navigation: ISkipNavigation, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
56
- RemoveAnnotationsHandledByConventions(trigger: ITrigger, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
24
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Design_IAnnotationCodeGenerator: never;
25
+
26
+ FilterIgnoredAnnotations(annotations: IEnumerable_1<IAnnotation>): IEnumerable_1<IAnnotation>;
27
+ GenerateFluentApiCalls(annotatable: IAnnotatable, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
28
+ GenerateFluentApiCalls(checkConstraint: ICheckConstraint, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
29
+ GenerateFluentApiCalls(complexProperty: IComplexProperty, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
30
+ GenerateFluentApiCalls(complexType: IComplexType, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
31
+ GenerateFluentApiCalls(entityType: IEntityType, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
32
+ GenerateFluentApiCalls(fragment: IEntityTypeMappingFragment, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
33
+ GenerateFluentApiCalls(foreignKey: IForeignKey, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
34
+ GenerateFluentApiCalls(index: IIndex, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
35
+ GenerateFluentApiCalls(key: IKey, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
36
+ GenerateFluentApiCalls(model: IModel, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
37
+ GenerateFluentApiCalls(navigation: INavigation, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
38
+ GenerateFluentApiCalls(property: IProperty, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
39
+ GenerateFluentApiCalls(overrides: IRelationalPropertyOverrides, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
40
+ GenerateFluentApiCalls(sequence: ISequence, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
41
+ GenerateFluentApiCalls(navigation: ISkipNavigation, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
42
+ GenerateFluentApiCalls(trigger: ITrigger, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
43
+ RemoveAnnotationsHandledByConventions(annotatable: IAnnotatable, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
44
+ RemoveAnnotationsHandledByConventions(checkConstraint: ICheckConstraint, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
45
+ RemoveAnnotationsHandledByConventions(complexProperty: IComplexProperty, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
46
+ RemoveAnnotationsHandledByConventions(complexType: IComplexType, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
47
+ RemoveAnnotationsHandledByConventions(entityType: IEntityType, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
48
+ RemoveAnnotationsHandledByConventions(fragment: IEntityTypeMappingFragment, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
49
+ RemoveAnnotationsHandledByConventions(foreignKey: IForeignKey, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
50
+ RemoveAnnotationsHandledByConventions(index: IIndex, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
51
+ RemoveAnnotationsHandledByConventions(key: IKey, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
52
+ RemoveAnnotationsHandledByConventions(model: IModel, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
53
+ RemoveAnnotationsHandledByConventions(navigation: INavigation, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
54
+ RemoveAnnotationsHandledByConventions(property: IProperty, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
55
+ RemoveAnnotationsHandledByConventions(overrides: IRelationalPropertyOverrides, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
56
+ RemoveAnnotationsHandledByConventions(sequence: ISequence, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
57
+ RemoveAnnotationsHandledByConventions(navigation: ISkipNavigation, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
58
+ RemoveAnnotationsHandledByConventions(trigger: ITrigger, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
57
59
  }
58
60
 
59
61
 
60
62
  export type IAnnotationCodeGenerator = IAnnotationCodeGenerator$instance;
61
63
 
62
64
  export interface ICSharpHelper$instance {
63
- Arguments(values: IEnumerable<unknown>): string;
65
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Design_ICSharpHelper: never;
66
+
67
+ Arguments(values: IEnumerable_1<unknown>): string;
64
68
  Fragment(fragment: AttributeCodeFragment): string;
65
69
  Fragment(fragment: IMethodCallCodeFragment, indent?: int): string;
66
70
  Fragment(fragment: IMethodCallCodeFragment, instanceIdentifier: string, typeQualified: boolean): string;
67
71
  Fragment(fragment: NestedClosureCodeFragment, indent?: int): string;
68
72
  Fragment(fragment: PropertyAccessorCodeFragment): string;
69
- GetRequiredUsings(type: Type): IEnumerable<System_Internal.String>;
70
- Identifier(name: string, scope?: ICollection<System_Internal.String>, capitalize?: Nullable<System_Internal.Boolean>): string;
71
- Identifier<T>(name: string, value: T, scope: IDictionary<System_Internal.String, T>, capitalize?: Nullable<System_Internal.Boolean>): string;
72
- Lambda(properties: IEnumerable<IProperty>, lambdaIdentifier?: string): string;
73
- Lambda(properties: IReadOnlyList<System_Internal.String>, lambdaIdentifier?: string): string;
74
- Literal<TKey, TValue>(values: Dictionary<TKey, TValue>, vertical?: boolean): string;
75
- Literal<T>(values: List<T>, vertical?: boolean): string;
76
- Literal<T extends unknown>(value: Nullable<T>): string;
73
+ GetRequiredUsings(type: Type): IEnumerable_1<System_Internal.String>;
74
+ Identifier(name: string, scope?: ICollection_1<System_Internal.String>, capitalize?: Nullable_1<System_Internal.Boolean>): string;
75
+ Identifier<T>(name: string, value: T, scope: IDictionary_2<System_Internal.String, T>, capitalize?: Nullable_1<System_Internal.Boolean>): string;
76
+ Lambda(properties: IEnumerable_1<IProperty>, lambdaIdentifier?: string): string;
77
+ Lambda(properties: IReadOnlyList_1<System_Internal.String>, lambdaIdentifier?: string): string;
78
+ Literal<TKey, TValue>(values: Dictionary_2<TKey, TValue>, vertical?: boolean): string;
79
+ Literal<T>(values: List_1<T>, vertical?: boolean): string;
80
+ Literal<T extends unknown>(value: Nullable_1<T>): string;
77
81
  Literal(value: boolean): string;
78
82
  Literal(value: byte): string;
79
83
  Literal(value: char): string;
@@ -94,13 +98,13 @@ export interface ICSharpHelper$instance {
94
98
  Literal(value: string): string;
95
99
  Literal(value: TimeOnly): string;
96
100
  Literal(value: TimeSpan): string;
97
- Literal(value: Type, fullName?: Nullable<System_Internal.Boolean>): string;
101
+ Literal(value: Type, fullName?: Nullable_1<System_Internal.Boolean>): string;
98
102
  Literal(value: ushort): string;
99
103
  Literal(value: uint): string;
100
104
  Literal(value: ulong): string;
101
105
  Literal<T>(values: T[], vertical?: boolean): string;
102
106
  Namespace(...name: string[]): string;
103
- Statement(node: Expression, collectedNamespaces: ISet<System_Internal.String>, unsafeAccessors: ISet<System_Internal.String>, constantReplacements?: IReadOnlyDictionary<unknown, System_Internal.String>, memberAccessReplacements?: IReadOnlyDictionary<MemberInfo, QualifiedName>): string;
107
+ Statement(node: Expression, collectedNamespaces: ISet_1<System_Internal.String>, unsafeAccessors: ISet_1<System_Internal.String>, constantReplacements?: IReadOnlyDictionary_2<unknown, System_Internal.String>, memberAccessReplacements?: IReadOnlyDictionary_2<MemberInfo, QualifiedName>): string;
104
108
  UnknownLiteral(value: unknown): string;
105
109
  XmlComment(comment: string, indent?: int): string;
106
110
  }
@@ -109,6 +113,8 @@ export interface ICSharpHelper$instance {
109
113
  export type ICSharpHelper = ICSharpHelper$instance;
110
114
 
111
115
  export interface IDesignTimeDbContextFactory_1$instance<TContext extends DbContext> {
116
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Design_IDesignTimeDbContextFactory_1: never;
117
+
112
118
  CreateDbContext(args: string[]): TContext;
113
119
  }
114
120
 
@@ -116,6 +122,8 @@ export interface IDesignTimeDbContextFactory_1$instance<TContext extends DbConte
116
122
  export type IDesignTimeDbContextFactory_1<TContext extends DbContext> = IDesignTimeDbContextFactory_1$instance<TContext>;
117
123
 
118
124
  export interface IDesignTimeServices$instance {
125
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Design_IDesignTimeServices: never;
126
+
119
127
  ConfigureDesignTimeServices(serviceCollection: IServiceCollection): void;
120
128
  }
121
129
 
@@ -123,10 +131,12 @@ export interface IDesignTimeServices$instance {
123
131
  export type IDesignTimeServices = IDesignTimeServices$instance;
124
132
 
125
133
  export interface IMethodCallCodeFragment$instance {
134
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Design_IMethodCallCodeFragment: never;
135
+
126
136
  readonly DeclaringType: string | undefined;
127
137
  readonly Method: string;
128
- readonly TypeArguments: IEnumerable<System_Internal.String>;
129
- readonly Arguments: IEnumerable<unknown | undefined>;
138
+ readonly TypeArguments: IEnumerable_1<System_Internal.String>;
139
+ readonly Arguments: IEnumerable_1<unknown | undefined>;
130
140
  readonly ChainedCall: IMethodCallCodeFragment | undefined;
131
141
  }
132
142
 
@@ -134,13 +144,17 @@ export interface IMethodCallCodeFragment$instance {
134
144
  export type IMethodCallCodeFragment = IMethodCallCodeFragment$instance;
135
145
 
136
146
  export interface AnnotationCodeGenerator$instance {
147
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_AnnotationCodeGenerator: never;
148
+
149
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Design_IAnnotationCodeGenerator: never;
150
+
137
151
  readonly Dependencies: AnnotationCodeGeneratorDependencies;
138
- FilterIgnoredAnnotations(annotations: IEnumerable<IAnnotation>): IEnumerable<IAnnotation>;
152
+ FilterIgnoredAnnotations(annotations: IEnumerable_1<IAnnotation>): IEnumerable_1<IAnnotation>;
139
153
  GenerateDataAnnotation(entityType: IEntityType, annotation: IAnnotation): AttributeCodeFragment | undefined;
140
154
  GenerateDataAnnotation(property: IProperty, annotation: IAnnotation): AttributeCodeFragment | undefined;
141
- GenerateDataAnnotationAttributes(entityType: IEntityType, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<AttributeCodeFragment>;
142
- GenerateDataAnnotationAttributes(property: IProperty, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<AttributeCodeFragment>;
143
- GenerateDataAnnotationAttributes(annotatable: IAnnotatable, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<AttributeCodeFragment>;
155
+ GenerateDataAnnotationAttributes(entityType: IEntityType, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<AttributeCodeFragment>;
156
+ GenerateDataAnnotationAttributes(property: IProperty, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<AttributeCodeFragment>;
157
+ GenerateDataAnnotationAttributes(annotatable: IAnnotatable, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<AttributeCodeFragment>;
144
158
  GenerateFluentApi(model: IModel, annotation: IAnnotation): MethodCallCodeFragment | undefined;
145
159
  GenerateFluentApi(entityType: IEntityType, annotation: IAnnotation): MethodCallCodeFragment | undefined;
146
160
  GenerateFluentApi(complexType: IComplexType, annotation: IAnnotation): MethodCallCodeFragment | undefined;
@@ -156,22 +170,22 @@ export interface AnnotationCodeGenerator$instance {
156
170
  GenerateFluentApi(trigger: ITrigger, annotation: IAnnotation): MethodCallCodeFragment | undefined;
157
171
  GenerateFluentApi(overrides: IRelationalPropertyOverrides, annotation: IAnnotation): MethodCallCodeFragment | undefined;
158
172
  GenerateFluentApi(sequence: ISequence, annotation: IAnnotation): MethodCallCodeFragment | undefined;
159
- GenerateFluentApiCalls(model: IModel, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
160
- GenerateFluentApiCalls(entityType: IEntityType, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
161
- GenerateFluentApiCalls(complexType: IComplexType, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
162
- GenerateFluentApiCalls(fragment: IEntityTypeMappingFragment, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
163
- GenerateFluentApiCalls(property: IProperty, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
164
- GenerateFluentApiCalls(complexProperty: IComplexProperty, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
165
- GenerateFluentApiCalls(key: IKey, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
166
- GenerateFluentApiCalls(foreignKey: IForeignKey, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
167
- GenerateFluentApiCalls(navigation: INavigation, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
168
- GenerateFluentApiCalls(navigation: ISkipNavigation, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
169
- GenerateFluentApiCalls(index: IIndex, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
170
- GenerateFluentApiCalls(checkConstraint: ICheckConstraint, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
171
- GenerateFluentApiCalls(trigger: ITrigger, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
172
- GenerateFluentApiCalls(overrides: IRelationalPropertyOverrides, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
173
- GenerateFluentApiCalls(sequence: ISequence, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
174
- GenerateFluentApiCalls(annotatable: IAnnotatable, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
173
+ GenerateFluentApiCalls(model: IModel, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
174
+ GenerateFluentApiCalls(entityType: IEntityType, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
175
+ GenerateFluentApiCalls(complexType: IComplexType, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
176
+ GenerateFluentApiCalls(fragment: IEntityTypeMappingFragment, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
177
+ GenerateFluentApiCalls(property: IProperty, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
178
+ GenerateFluentApiCalls(complexProperty: IComplexProperty, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
179
+ GenerateFluentApiCalls(key: IKey, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
180
+ GenerateFluentApiCalls(foreignKey: IForeignKey, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
181
+ GenerateFluentApiCalls(navigation: INavigation, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
182
+ GenerateFluentApiCalls(navigation: ISkipNavigation, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
183
+ GenerateFluentApiCalls(index: IIndex, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
184
+ GenerateFluentApiCalls(checkConstraint: ICheckConstraint, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
185
+ GenerateFluentApiCalls(trigger: ITrigger, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
186
+ GenerateFluentApiCalls(overrides: IRelationalPropertyOverrides, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
187
+ GenerateFluentApiCalls(sequence: ISequence, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
188
+ GenerateFluentApiCalls(annotatable: IAnnotatable, annotations: IDictionary_2<System_Internal.String, IAnnotation>): IReadOnlyList_1<MethodCallCodeFragment>;
175
189
  IsHandledByConvention(model: IModel, annotation: IAnnotation): boolean;
176
190
  IsHandledByConvention(entityType: IEntityType, annotation: IAnnotation): boolean;
177
191
  IsHandledByConvention(complexType: IComplexType, annotation: IAnnotation): boolean;
@@ -187,22 +201,22 @@ export interface AnnotationCodeGenerator$instance {
187
201
  IsHandledByConvention(trigger: ITrigger, annotation: IAnnotation): boolean;
188
202
  IsHandledByConvention(overrides: IRelationalPropertyOverrides, annotation: IAnnotation): boolean;
189
203
  IsHandledByConvention(sequence: ISequence, annotation: IAnnotation): boolean;
190
- RemoveAnnotationsHandledByConventions(model: IModel, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
191
- RemoveAnnotationsHandledByConventions(entityType: IEntityType, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
192
- RemoveAnnotationsHandledByConventions(complexType: IComplexType, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
193
- RemoveAnnotationsHandledByConventions(fragment: IEntityTypeMappingFragment, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
194
- RemoveAnnotationsHandledByConventions(property: IProperty, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
195
- RemoveAnnotationsHandledByConventions(complexProperty: IComplexProperty, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
196
- RemoveAnnotationsHandledByConventions(key: IKey, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
197
- RemoveAnnotationsHandledByConventions(foreignKey: IForeignKey, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
198
- RemoveAnnotationsHandledByConventions(navigation: INavigation, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
199
- RemoveAnnotationsHandledByConventions(navigation: ISkipNavigation, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
200
- RemoveAnnotationsHandledByConventions(index: IIndex, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
201
- RemoveAnnotationsHandledByConventions(checkConstraint: ICheckConstraint, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
202
- RemoveAnnotationsHandledByConventions(trigger: ITrigger, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
203
- RemoveAnnotationsHandledByConventions(overrides: IRelationalPropertyOverrides, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
204
- RemoveAnnotationsHandledByConventions(sequence: ISequence, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
205
- RemoveAnnotationsHandledByConventions(annotatable: IAnnotatable, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
204
+ RemoveAnnotationsHandledByConventions(model: IModel, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
205
+ RemoveAnnotationsHandledByConventions(entityType: IEntityType, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
206
+ RemoveAnnotationsHandledByConventions(complexType: IComplexType, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
207
+ RemoveAnnotationsHandledByConventions(fragment: IEntityTypeMappingFragment, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
208
+ RemoveAnnotationsHandledByConventions(property: IProperty, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
209
+ RemoveAnnotationsHandledByConventions(complexProperty: IComplexProperty, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
210
+ RemoveAnnotationsHandledByConventions(key: IKey, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
211
+ RemoveAnnotationsHandledByConventions(foreignKey: IForeignKey, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
212
+ RemoveAnnotationsHandledByConventions(navigation: INavigation, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
213
+ RemoveAnnotationsHandledByConventions(navigation: ISkipNavigation, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
214
+ RemoveAnnotationsHandledByConventions(index: IIndex, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
215
+ RemoveAnnotationsHandledByConventions(checkConstraint: ICheckConstraint, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
216
+ RemoveAnnotationsHandledByConventions(trigger: ITrigger, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
217
+ RemoveAnnotationsHandledByConventions(overrides: IRelationalPropertyOverrides, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
218
+ RemoveAnnotationsHandledByConventions(sequence: ISequence, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
219
+ RemoveAnnotationsHandledByConventions(annotatable: IAnnotatable, annotations: IDictionary_2<System_Internal.String, IAnnotation>): void;
206
220
  }
207
221
 
208
222
 
@@ -219,6 +233,10 @@ export type AnnotationCodeGenerator = AnnotationCodeGenerator$instance & __Annot
219
233
 
220
234
 
221
235
  export interface AnnotationCodeGeneratorDependencies$instance {
236
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_AnnotationCodeGeneratorDependencies: never;
237
+
238
+ readonly __tsonic_iface_System_IEquatable_1: never;
239
+
222
240
  RelationalTypeMappingSource: IRelationalTypeMappingSource;
223
241
  _Clone_$(): AnnotationCodeGeneratorDependencies;
224
242
  Equals(obj: unknown): boolean;
@@ -236,21 +254,25 @@ export const AnnotationCodeGeneratorDependencies: {
236
254
  export type AnnotationCodeGeneratorDependencies = AnnotationCodeGeneratorDependencies$instance;
237
255
 
238
256
  export interface AttributeCodeFragment$instance {
239
- readonly Arguments: IReadOnlyList<unknown | undefined>;
240
- readonly NamedArguments: IReadOnlyDictionary<System_Internal.String, unknown | undefined>;
257
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_AttributeCodeFragment: never;
258
+
259
+ readonly Arguments: IReadOnlyList_1<unknown | undefined>;
260
+ readonly NamedArguments: IReadOnlyDictionary_2<System_Internal.String, unknown | undefined>;
241
261
  readonly Type: Type;
242
262
  }
243
263
 
244
264
 
245
265
  export const AttributeCodeFragment: {
246
266
  new(type: Type, arguments: unknown[]): AttributeCodeFragment;
247
- new(type: Type, arguments: IEnumerable<unknown>, namedArguments: IDictionary<System_Internal.String, unknown>): AttributeCodeFragment;
267
+ new(type: Type, arguments: IEnumerable_1<unknown>, namedArguments: IDictionary_2<System_Internal.String, unknown>): AttributeCodeFragment;
248
268
  };
249
269
 
250
270
 
251
271
  export type AttributeCodeFragment = AttributeCodeFragment$instance;
252
272
 
253
273
  export interface DesignTimeProviderServicesAttribute$instance extends Attribute {
274
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_DesignTimeProviderServicesAttribute: never;
275
+
254
276
  readonly TypeName: string;
255
277
  }
256
278
 
@@ -263,6 +285,8 @@ export const DesignTimeProviderServicesAttribute: {
263
285
  export type DesignTimeProviderServicesAttribute = DesignTimeProviderServicesAttribute$instance;
264
286
 
265
287
  export interface DesignTimeServicesReferenceAttribute$instance extends Attribute {
288
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_DesignTimeServicesReferenceAttribute: never;
289
+
266
290
  readonly ForProvider: string | undefined;
267
291
  readonly TypeName: string;
268
292
  }
@@ -277,37 +301,45 @@ export const DesignTimeServicesReferenceAttribute: {
277
301
  export type DesignTimeServicesReferenceAttribute = DesignTimeServicesReferenceAttribute$instance;
278
302
 
279
303
  export interface EntityFrameworkDesignServicesBuilder$instance extends EntityFrameworkServicesBuilder {
304
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_EntityFrameworkDesignServicesBuilder: never;
305
+
280
306
  TryAddCoreServices(): EntityFrameworkServicesBuilder;
281
- TryGetServiceCharacteristics(serviceType: Type): Nullable<ServiceCharacteristics>;
282
- TryGetServiceCharacteristics(serviceType: Type): Nullable<ServiceCharacteristics>;
307
+ TryGetServiceCharacteristics(serviceType: Type): Nullable_1<ServiceCharacteristics>;
308
+ TryGetServiceCharacteristics(serviceType: Type): Nullable_1<ServiceCharacteristics>;
283
309
  }
284
310
 
285
311
 
286
312
  export const EntityFrameworkDesignServicesBuilder: {
287
313
  new(serviceCollection: IServiceCollection): EntityFrameworkDesignServicesBuilder;
288
- readonly Services: IDictionary<Type, ServiceCharacteristics>;
314
+ readonly Services: IDictionary_2<Type, ServiceCharacteristics>;
289
315
  };
290
316
 
291
317
 
292
318
  export type EntityFrameworkDesignServicesBuilder = EntityFrameworkDesignServicesBuilder$instance;
293
319
 
294
320
  export interface EntityFrameworkRelationalDesignServicesBuilder$instance extends EntityFrameworkDesignServicesBuilder {
321
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_EntityFrameworkRelationalDesignServicesBuilder: never;
322
+
295
323
  TryAddCoreServices(): EntityFrameworkServicesBuilder;
296
- TryGetServiceCharacteristics(serviceType: Type): Nullable<ServiceCharacteristics>;
297
- TryGetServiceCharacteristics(serviceType: Type): Nullable<ServiceCharacteristics>;
324
+ TryGetServiceCharacteristics(serviceType: Type): Nullable_1<ServiceCharacteristics>;
325
+ TryGetServiceCharacteristics(serviceType: Type): Nullable_1<ServiceCharacteristics>;
298
326
  }
299
327
 
300
328
 
301
329
  export const EntityFrameworkRelationalDesignServicesBuilder: {
302
330
  new(serviceCollection: IServiceCollection): EntityFrameworkRelationalDesignServicesBuilder;
303
- readonly RelationalServices: IDictionary<Type, ServiceCharacteristics>;
331
+ readonly RelationalServices: IDictionary_2<Type, ServiceCharacteristics>;
304
332
  };
305
333
 
306
334
 
307
335
  export type EntityFrameworkRelationalDesignServicesBuilder = EntityFrameworkRelationalDesignServicesBuilder$instance;
308
336
 
309
337
  export interface MethodCallCodeFragment$instance {
310
- readonly Arguments: IReadOnlyList<unknown | undefined>;
338
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_MethodCallCodeFragment: never;
339
+
340
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Design_IMethodCallCodeFragment: never;
341
+
342
+ readonly Arguments: IReadOnlyList_1<unknown | undefined>;
311
343
  readonly ChainedCall: MethodCallCodeFragment | undefined;
312
344
  readonly DeclaringType: string | undefined;
313
345
  readonly Method: string;
@@ -333,27 +365,31 @@ export type MethodCallCodeFragment = MethodCallCodeFragment$instance & __MethodC
333
365
 
334
366
 
335
367
  export interface NestedClosureCodeFragment$instance {
336
- readonly MethodCalls: IReadOnlyList<MethodCallCodeFragment>;
368
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_NestedClosureCodeFragment: never;
369
+
370
+ readonly MethodCalls: IReadOnlyList_1<MethodCallCodeFragment>;
337
371
  readonly Parameter: string;
338
372
  }
339
373
 
340
374
 
341
375
  export const NestedClosureCodeFragment: {
342
376
  new(parameter: string, methodCall: MethodCallCodeFragment): NestedClosureCodeFragment;
343
- new(parameter: string, methodCalls: IReadOnlyList<MethodCallCodeFragment>): NestedClosureCodeFragment;
377
+ new(parameter: string, methodCalls: IReadOnlyList_1<MethodCallCodeFragment>): NestedClosureCodeFragment;
344
378
  };
345
379
 
346
380
 
347
381
  export type NestedClosureCodeFragment = NestedClosureCodeFragment$instance;
348
382
 
349
383
  export interface PropertyAccessorCodeFragment$instance {
384
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_PropertyAccessorCodeFragment: never;
385
+
350
386
  readonly Parameter: string;
351
- readonly Properties: IReadOnlyList<System_Internal.String>;
387
+ readonly Properties: IReadOnlyList_1<System_Internal.String>;
352
388
  }
353
389
 
354
390
 
355
391
  export const PropertyAccessorCodeFragment: {
356
- new(parameter: string, properties: IReadOnlyList<System_Internal.String>): PropertyAccessorCodeFragment;
392
+ new(parameter: string, properties: IReadOnlyList_1<System_Internal.String>): PropertyAccessorCodeFragment;
357
393
  };
358
394
 
359
395
 
@@ -16,11 +16,13 @@ import type { ICheckConstraint, IColumn, IColumnBase, IComplexProperty, IComplex
16
16
  import type { JsonValueReaderWriter } from "../../Microsoft.EntityFrameworkCore.Storage.Json/internal/index.js";
17
17
  import type { ValueConverter } from "../../Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.js";
18
18
  import type { CoreTypeMapping } from "../../Microsoft.EntityFrameworkCore.Storage/internal/index.js";
19
- import type { Dictionary, IDictionary, IReadOnlyDictionary, ISet } from "@tsonic/dotnet/System.Collections.Generic.js";
20
- import * as System_Internal from "@tsonic/dotnet/System.js";
21
- import type { Boolean as ClrBoolean, IEquatable, Int32, Object as ClrObject, String as ClrString, Type, ValueType, Void } from "@tsonic/dotnet/System.js";
19
+ import type { Dictionary_2, IDictionary_2, IReadOnlyDictionary_2, ISet_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
20
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
21
+ import type { Boolean as ClrBoolean, IEquatable_1, Int32, Object as ClrObject, String as ClrString, Type, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
22
22
 
23
23
  export interface ICSharpRuntimeAnnotationCodeGenerator$instance {
24
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Design_Internal_ICSharpRuntimeAnnotationCodeGenerator: never;
25
+
24
26
  Create(comparer: ValueComparer, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
25
27
  Create(typeMapping: CoreTypeMapping, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters, valueComparer?: ValueComparer, keyValueComparer?: ValueComparer, providerValueComparer?: ValueComparer): boolean;
26
28
  Create(typeMapping: CoreTypeMapping, property: IProperty, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): boolean;
@@ -45,6 +47,10 @@ export interface ICSharpRuntimeAnnotationCodeGenerator$instance {
45
47
  export type ICSharpRuntimeAnnotationCodeGenerator = ICSharpRuntimeAnnotationCodeGenerator$instance;
46
48
 
47
49
  export interface QualifiedName$instance {
50
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_Internal_QualifiedName: never;
51
+
52
+ readonly __tsonic_iface_System_IEquatable_1: never;
53
+
48
54
  Name: string;
49
55
  Namespace: string;
50
56
  Deconstruct(Name: string, Namespace: string): void;
@@ -63,6 +69,10 @@ export const QualifiedName: {
63
69
  export type QualifiedName = QualifiedName$instance;
64
70
 
65
71
  export interface CSharpRuntimeAnnotationCodeGenerator$instance {
72
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_Internal_CSharpRuntimeAnnotationCodeGenerator: never;
73
+
74
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Design_Internal_ICSharpRuntimeAnnotationCodeGenerator: never;
75
+
66
76
  readonly Dependencies: CSharpRuntimeAnnotationCodeGeneratorDependencies;
67
77
  Create(converter: ValueConverter, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
68
78
  Create(comparer: ValueComparer, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
@@ -89,7 +99,7 @@ export interface CSharpRuntimeAnnotationCodeGenerator$instance {
89
99
 
90
100
  export const CSharpRuntimeAnnotationCodeGenerator: {
91
101
  new(dependencies: CSharpRuntimeAnnotationCodeGeneratorDependencies): CSharpRuntimeAnnotationCodeGenerator;
92
- AddNamespace(type: Type, namespaces: ISet<System_Internal.String>): void;
102
+ AddNamespace(type: Type, namespaces: ISet_1<System_Internal.String>): void;
93
103
  Create(comparer: ValueComparer, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters, codeHelper: ICSharpHelper): void;
94
104
  Create(converter: ValueConverter, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters, codeHelper: ICSharpHelper): void;
95
105
  CreateJsonValueReaderWriter(jsonValueReaderWriter: JsonValueReaderWriter, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters, codeHelper: ICSharpHelper): void;
@@ -105,6 +115,10 @@ export type CSharpRuntimeAnnotationCodeGenerator = CSharpRuntimeAnnotationCodeGe
105
115
 
106
116
 
107
117
  export interface CSharpRuntimeAnnotationCodeGeneratorDependencies$instance {
118
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_Internal_CSharpRuntimeAnnotationCodeGeneratorDependencies: never;
119
+
120
+ readonly __tsonic_iface_System_IEquatable_1: never;
121
+
108
122
  CSharpHelper: ICSharpHelper;
109
123
  _Clone_$(): CSharpRuntimeAnnotationCodeGeneratorDependencies;
110
124
  Equals(obj: unknown): boolean;
@@ -122,17 +136,21 @@ export const CSharpRuntimeAnnotationCodeGeneratorDependencies: {
122
136
  export type CSharpRuntimeAnnotationCodeGeneratorDependencies = CSharpRuntimeAnnotationCodeGeneratorDependencies$instance;
123
137
 
124
138
  export interface CSharpRuntimeAnnotationCodeGeneratorParameters$instance {
125
- Annotations: IDictionary<System_Internal.String, unknown | undefined>;
139
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_Internal_CSharpRuntimeAnnotationCodeGeneratorParameters: never;
140
+
141
+ readonly __tsonic_iface_System_IEquatable_1: never;
142
+
143
+ Annotations: IDictionary_2<System_Internal.String, unknown | undefined>;
126
144
  ClassName: string;
127
- ConfigurationClassNames: IReadOnlyDictionary<ITypeBase, System_Internal.String>;
145
+ ConfigurationClassNames: IReadOnlyDictionary_2<ITypeBase, System_Internal.String>;
128
146
  ForNativeAot: boolean;
129
147
  IsRuntime: boolean;
130
148
  MainBuilder: IndentedStringBuilder;
131
149
  MethodBuilder: IndentedStringBuilder;
132
150
  Namespace: string;
133
- Namespaces: ISet<System_Internal.String>;
134
- ScopeObjects: IDictionary<System_Internal.String, unknown>;
135
- ScopeVariables: IDictionary<unknown, System_Internal.String>;
151
+ Namespaces: ISet_1<System_Internal.String>;
152
+ ScopeObjects: IDictionary_2<System_Internal.String, unknown>;
153
+ ScopeVariables: IDictionary_2<unknown, System_Internal.String>;
136
154
  TargetName: string;
137
155
  UseNullableReferenceTypes: boolean;
138
156
  _Clone_$(): CSharpRuntimeAnnotationCodeGeneratorParameters;
@@ -144,13 +162,17 @@ export interface CSharpRuntimeAnnotationCodeGeneratorParameters$instance {
144
162
 
145
163
 
146
164
  export const CSharpRuntimeAnnotationCodeGeneratorParameters: {
147
- new(targetName: string, className: string, namespace: string, mainBuilder: IndentedStringBuilder, methodBuilder: IndentedStringBuilder, namespaces: ISet<System_Internal.String>, scopeObjects: IDictionary<System_Internal.String, unknown>, scopeVariables: IDictionary<unknown, System_Internal.String>, configurationClassNames: Dictionary<ITypeBase, System_Internal.String>, nullable: boolean, nativeAot: boolean): CSharpRuntimeAnnotationCodeGeneratorParameters;
165
+ new(targetName: string, className: string, namespace: string, mainBuilder: IndentedStringBuilder, methodBuilder: IndentedStringBuilder, namespaces: ISet_1<System_Internal.String>, scopeObjects: IDictionary_2<System_Internal.String, unknown>, scopeVariables: IDictionary_2<unknown, System_Internal.String>, configurationClassNames: Dictionary_2<ITypeBase, System_Internal.String>, nullable: boolean, nativeAot: boolean): CSharpRuntimeAnnotationCodeGeneratorParameters;
148
166
  };
149
167
 
150
168
 
151
169
  export type CSharpRuntimeAnnotationCodeGeneratorParameters = CSharpRuntimeAnnotationCodeGeneratorParameters$instance;
152
170
 
153
171
  export interface RelationalCSharpRuntimeAnnotationCodeGenerator$instance extends CSharpRuntimeAnnotationCodeGenerator$instance {
172
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_Internal_RelationalCSharpRuntimeAnnotationCodeGenerator: never;
173
+
174
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Design_Internal_ICSharpRuntimeAnnotationCodeGenerator: never;
175
+
154
176
  readonly RelationalDependencies: RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies;
155
177
  Create(typeMapping: CoreTypeMapping, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters, valueComparer?: ValueComparer, keyValueComparer?: ValueComparer, providerValueComparer?: ValueComparer): boolean;
156
178
  Create(converter: ValueConverter, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters): void;
@@ -218,6 +240,10 @@ export type RelationalCSharpRuntimeAnnotationCodeGenerator = RelationalCSharpRun
218
240
 
219
241
 
220
242
  export interface RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies$instance {
243
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_Internal_RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies: never;
244
+
245
+ readonly __tsonic_iface_System_IEquatable_1: never;
246
+
221
247
  _Clone_$(): RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies;
222
248
  Equals(obj: unknown): boolean;
223
249
  Equals(other: RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies): boolean;