@tsonic/efcore 10.0.5 → 10.0.9

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 (38) hide show
  1. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +601 -531
  2. package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +203 -166
  3. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +388 -327
  4. package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +123 -103
  5. package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +22 -10
  6. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +443 -261
  7. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +66 -42
  8. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +221 -155
  9. package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +39 -29
  10. package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +141 -123
  11. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +1275 -1307
  12. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +553 -519
  13. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +363 -307
  14. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +13 -7
  15. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/internal/index.d.ts +26 -22
  16. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1576 -1343
  17. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +91 -67
  18. package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +78 -74
  19. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +271 -207
  20. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +22 -20
  21. package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +389 -241
  22. package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +354 -267
  23. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +188 -120
  24. package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +21 -15
  25. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +93 -73
  26. package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +359 -242
  27. package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +53 -37
  28. package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +85 -25
  29. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +137 -43
  30. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +54 -32
  31. package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +92 -68
  32. package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +121 -91
  33. package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +53 -23
  34. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +44 -6
  35. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +13 -13
  36. package/System.Transactions/internal/index.d.ts +3 -3
  37. package/__internal/extensions/index.d.ts +1462 -1465
  38. package/package.json +4 -4
@@ -12,50 +12,50 @@ 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
24
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Design_IAnnotationCodeGenerator: never;
25
25
 
26
- FilterIgnoredAnnotations(annotations: IEnumerable<IAnnotation>): IEnumerable<IAnnotation>;
27
- GenerateFluentApiCalls(annotatable: IAnnotatable, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
28
- GenerateFluentApiCalls(checkConstraint: ICheckConstraint, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
29
- GenerateFluentApiCalls(complexProperty: IComplexProperty, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
30
- GenerateFluentApiCalls(complexType: IComplexType, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
31
- GenerateFluentApiCalls(entityType: IEntityType, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
32
- GenerateFluentApiCalls(fragment: IEntityTypeMappingFragment, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
33
- GenerateFluentApiCalls(foreignKey: IForeignKey, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
34
- GenerateFluentApiCalls(index: IIndex, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
35
- GenerateFluentApiCalls(key: IKey, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
36
- GenerateFluentApiCalls(model: IModel, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
37
- GenerateFluentApiCalls(navigation: INavigation, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
38
- GenerateFluentApiCalls(property: IProperty, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
39
- GenerateFluentApiCalls(overrides: IRelationalPropertyOverrides, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
40
- GenerateFluentApiCalls(sequence: ISequence, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
41
- GenerateFluentApiCalls(navigation: ISkipNavigation, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
42
- GenerateFluentApiCalls(trigger: ITrigger, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
43
- RemoveAnnotationsHandledByConventions(annotatable: IAnnotatable, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
44
- RemoveAnnotationsHandledByConventions(checkConstraint: ICheckConstraint, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
45
- RemoveAnnotationsHandledByConventions(complexProperty: IComplexProperty, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
46
- RemoveAnnotationsHandledByConventions(complexType: IComplexType, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
47
- RemoveAnnotationsHandledByConventions(entityType: IEntityType, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
48
- RemoveAnnotationsHandledByConventions(fragment: IEntityTypeMappingFragment, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
49
- RemoveAnnotationsHandledByConventions(foreignKey: IForeignKey, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
50
- RemoveAnnotationsHandledByConventions(index: IIndex, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
51
- RemoveAnnotationsHandledByConventions(key: IKey, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
52
- RemoveAnnotationsHandledByConventions(model: IModel, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
53
- RemoveAnnotationsHandledByConventions(navigation: INavigation, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
54
- RemoveAnnotationsHandledByConventions(property: IProperty, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
55
- RemoveAnnotationsHandledByConventions(overrides: IRelationalPropertyOverrides, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
56
- RemoveAnnotationsHandledByConventions(sequence: ISequence, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
57
- RemoveAnnotationsHandledByConventions(navigation: ISkipNavigation, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
58
- RemoveAnnotationsHandledByConventions(trigger: ITrigger, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
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;
59
59
  }
60
60
 
61
61
 
@@ -64,20 +64,20 @@ export type IAnnotationCodeGenerator = IAnnotationCodeGenerator$instance;
64
64
  export interface ICSharpHelper$instance {
65
65
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Design_ICSharpHelper: never;
66
66
 
67
- Arguments(values: IEnumerable<unknown>): string;
67
+ Arguments(values: IEnumerable_1<unknown>): string;
68
68
  Fragment(fragment: AttributeCodeFragment): string;
69
69
  Fragment(fragment: IMethodCallCodeFragment, indent?: int): string;
70
70
  Fragment(fragment: IMethodCallCodeFragment, instanceIdentifier: string, typeQualified: boolean): string;
71
71
  Fragment(fragment: NestedClosureCodeFragment, indent?: int): string;
72
72
  Fragment(fragment: PropertyAccessorCodeFragment): string;
73
- GetRequiredUsings(type: Type): IEnumerable<System_Internal.String>;
74
- Identifier(name: string, scope?: ICollection<System_Internal.String>, capitalize?: Nullable<System_Internal.Boolean>): string;
75
- Identifier<T>(name: string, value: T, scope: IDictionary<System_Internal.String, T>, capitalize?: Nullable<System_Internal.Boolean>): string;
76
- Lambda(properties: IEnumerable<IProperty>, lambdaIdentifier?: string): string;
77
- Lambda(properties: IReadOnlyList<System_Internal.String>, lambdaIdentifier?: string): string;
78
- Literal<TKey, TValue>(values: Dictionary<TKey, TValue>, vertical?: boolean): string;
79
- Literal<T>(values: List<T>, vertical?: boolean): string;
80
- 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;
81
81
  Literal(value: boolean): string;
82
82
  Literal(value: byte): string;
83
83
  Literal(value: char): string;
@@ -98,13 +98,13 @@ export interface ICSharpHelper$instance {
98
98
  Literal(value: string): string;
99
99
  Literal(value: TimeOnly): string;
100
100
  Literal(value: TimeSpan): string;
101
- Literal(value: Type, fullName?: Nullable<System_Internal.Boolean>): string;
101
+ Literal(value: Type, fullName?: Nullable_1<System_Internal.Boolean>): string;
102
102
  Literal(value: ushort): string;
103
103
  Literal(value: uint): string;
104
104
  Literal(value: ulong): string;
105
105
  Literal<T>(values: T[], vertical?: boolean): string;
106
106
  Namespace(...name: string[]): string;
107
- 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;
108
108
  UnknownLiteral(value: unknown): string;
109
109
  XmlComment(comment: string, indent?: int): string;
110
110
  }
@@ -135,8 +135,8 @@ export interface IMethodCallCodeFragment$instance {
135
135
 
136
136
  readonly DeclaringType: string | undefined;
137
137
  readonly Method: string;
138
- readonly TypeArguments: IEnumerable<System_Internal.String>;
139
- readonly Arguments: IEnumerable<unknown | undefined>;
138
+ readonly TypeArguments: IEnumerable_1<System_Internal.String>;
139
+ readonly Arguments: IEnumerable_1<unknown | undefined>;
140
140
  readonly ChainedCall: IMethodCallCodeFragment | undefined;
141
141
  }
142
142
 
@@ -144,15 +144,17 @@ export interface IMethodCallCodeFragment$instance {
144
144
  export type IMethodCallCodeFragment = IMethodCallCodeFragment$instance;
145
145
 
146
146
  export interface AnnotationCodeGenerator$instance {
147
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_AnnotationCodeGenerator: never;
148
+
147
149
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Design_IAnnotationCodeGenerator: never;
148
150
 
149
151
  readonly Dependencies: AnnotationCodeGeneratorDependencies;
150
- FilterIgnoredAnnotations(annotations: IEnumerable<IAnnotation>): IEnumerable<IAnnotation>;
152
+ FilterIgnoredAnnotations(annotations: IEnumerable_1<IAnnotation>): IEnumerable_1<IAnnotation>;
151
153
  GenerateDataAnnotation(entityType: IEntityType, annotation: IAnnotation): AttributeCodeFragment | undefined;
152
154
  GenerateDataAnnotation(property: IProperty, annotation: IAnnotation): AttributeCodeFragment | undefined;
153
- GenerateDataAnnotationAttributes(entityType: IEntityType, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<AttributeCodeFragment>;
154
- GenerateDataAnnotationAttributes(property: IProperty, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<AttributeCodeFragment>;
155
- 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>;
156
158
  GenerateFluentApi(model: IModel, annotation: IAnnotation): MethodCallCodeFragment | undefined;
157
159
  GenerateFluentApi(entityType: IEntityType, annotation: IAnnotation): MethodCallCodeFragment | undefined;
158
160
  GenerateFluentApi(complexType: IComplexType, annotation: IAnnotation): MethodCallCodeFragment | undefined;
@@ -168,22 +170,22 @@ export interface AnnotationCodeGenerator$instance {
168
170
  GenerateFluentApi(trigger: ITrigger, annotation: IAnnotation): MethodCallCodeFragment | undefined;
169
171
  GenerateFluentApi(overrides: IRelationalPropertyOverrides, annotation: IAnnotation): MethodCallCodeFragment | undefined;
170
172
  GenerateFluentApi(sequence: ISequence, annotation: IAnnotation): MethodCallCodeFragment | undefined;
171
- GenerateFluentApiCalls(model: IModel, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
172
- GenerateFluentApiCalls(entityType: IEntityType, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
173
- GenerateFluentApiCalls(complexType: IComplexType, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
174
- GenerateFluentApiCalls(fragment: IEntityTypeMappingFragment, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
175
- GenerateFluentApiCalls(property: IProperty, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
176
- GenerateFluentApiCalls(complexProperty: IComplexProperty, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
177
- GenerateFluentApiCalls(key: IKey, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
178
- GenerateFluentApiCalls(foreignKey: IForeignKey, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
179
- GenerateFluentApiCalls(navigation: INavigation, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
180
- GenerateFluentApiCalls(navigation: ISkipNavigation, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
181
- GenerateFluentApiCalls(index: IIndex, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
182
- GenerateFluentApiCalls(checkConstraint: ICheckConstraint, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
183
- GenerateFluentApiCalls(trigger: ITrigger, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
184
- GenerateFluentApiCalls(overrides: IRelationalPropertyOverrides, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
185
- GenerateFluentApiCalls(sequence: ISequence, annotations: IDictionary<System_Internal.String, IAnnotation>): IReadOnlyList<MethodCallCodeFragment>;
186
- 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>;
187
189
  IsHandledByConvention(model: IModel, annotation: IAnnotation): boolean;
188
190
  IsHandledByConvention(entityType: IEntityType, annotation: IAnnotation): boolean;
189
191
  IsHandledByConvention(complexType: IComplexType, annotation: IAnnotation): boolean;
@@ -199,22 +201,22 @@ export interface AnnotationCodeGenerator$instance {
199
201
  IsHandledByConvention(trigger: ITrigger, annotation: IAnnotation): boolean;
200
202
  IsHandledByConvention(overrides: IRelationalPropertyOverrides, annotation: IAnnotation): boolean;
201
203
  IsHandledByConvention(sequence: ISequence, annotation: IAnnotation): boolean;
202
- RemoveAnnotationsHandledByConventions(model: IModel, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
203
- RemoveAnnotationsHandledByConventions(entityType: IEntityType, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
204
- RemoveAnnotationsHandledByConventions(complexType: IComplexType, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
205
- RemoveAnnotationsHandledByConventions(fragment: IEntityTypeMappingFragment, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
206
- RemoveAnnotationsHandledByConventions(property: IProperty, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
207
- RemoveAnnotationsHandledByConventions(complexProperty: IComplexProperty, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
208
- RemoveAnnotationsHandledByConventions(key: IKey, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
209
- RemoveAnnotationsHandledByConventions(foreignKey: IForeignKey, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
210
- RemoveAnnotationsHandledByConventions(navigation: INavigation, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
211
- RemoveAnnotationsHandledByConventions(navigation: ISkipNavigation, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
212
- RemoveAnnotationsHandledByConventions(index: IIndex, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
213
- RemoveAnnotationsHandledByConventions(checkConstraint: ICheckConstraint, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
214
- RemoveAnnotationsHandledByConventions(trigger: ITrigger, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
215
- RemoveAnnotationsHandledByConventions(overrides: IRelationalPropertyOverrides, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
216
- RemoveAnnotationsHandledByConventions(sequence: ISequence, annotations: IDictionary<System_Internal.String, IAnnotation>): void;
217
- 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;
218
220
  }
219
221
 
220
222
 
@@ -231,6 +233,8 @@ export type AnnotationCodeGenerator = AnnotationCodeGenerator$instance & __Annot
231
233
 
232
234
 
233
235
  export interface AnnotationCodeGeneratorDependencies$instance {
236
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_AnnotationCodeGeneratorDependencies: never;
237
+
234
238
  readonly __tsonic_iface_System_IEquatable_1: never;
235
239
 
236
240
  RelationalTypeMappingSource: IRelationalTypeMappingSource;
@@ -250,21 +254,25 @@ export const AnnotationCodeGeneratorDependencies: {
250
254
  export type AnnotationCodeGeneratorDependencies = AnnotationCodeGeneratorDependencies$instance;
251
255
 
252
256
  export interface AttributeCodeFragment$instance {
253
- readonly Arguments: IReadOnlyList<unknown | undefined>;
254
- 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>;
255
261
  readonly Type: Type;
256
262
  }
257
263
 
258
264
 
259
265
  export const AttributeCodeFragment: {
260
266
  new(type: Type, arguments: unknown[]): AttributeCodeFragment;
261
- 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;
262
268
  };
263
269
 
264
270
 
265
271
  export type AttributeCodeFragment = AttributeCodeFragment$instance;
266
272
 
267
273
  export interface DesignTimeProviderServicesAttribute$instance extends Attribute {
274
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_DesignTimeProviderServicesAttribute: never;
275
+
268
276
  readonly TypeName: string;
269
277
  }
270
278
 
@@ -277,6 +285,8 @@ export const DesignTimeProviderServicesAttribute: {
277
285
  export type DesignTimeProviderServicesAttribute = DesignTimeProviderServicesAttribute$instance;
278
286
 
279
287
  export interface DesignTimeServicesReferenceAttribute$instance extends Attribute {
288
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_DesignTimeServicesReferenceAttribute: never;
289
+
280
290
  readonly ForProvider: string | undefined;
281
291
  readonly TypeName: string;
282
292
  }
@@ -291,39 +301,45 @@ export const DesignTimeServicesReferenceAttribute: {
291
301
  export type DesignTimeServicesReferenceAttribute = DesignTimeServicesReferenceAttribute$instance;
292
302
 
293
303
  export interface EntityFrameworkDesignServicesBuilder$instance extends EntityFrameworkServicesBuilder {
304
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_EntityFrameworkDesignServicesBuilder: never;
305
+
294
306
  TryAddCoreServices(): EntityFrameworkServicesBuilder;
295
- TryGetServiceCharacteristics(serviceType: Type): Nullable<ServiceCharacteristics>;
296
- TryGetServiceCharacteristics(serviceType: Type): Nullable<ServiceCharacteristics>;
307
+ TryGetServiceCharacteristics(serviceType: Type): Nullable_1<ServiceCharacteristics>;
308
+ TryGetServiceCharacteristics(serviceType: Type): Nullable_1<ServiceCharacteristics>;
297
309
  }
298
310
 
299
311
 
300
312
  export const EntityFrameworkDesignServicesBuilder: {
301
313
  new(serviceCollection: IServiceCollection): EntityFrameworkDesignServicesBuilder;
302
- readonly Services: IDictionary<Type, ServiceCharacteristics>;
314
+ readonly Services: IDictionary_2<Type, ServiceCharacteristics>;
303
315
  };
304
316
 
305
317
 
306
318
  export type EntityFrameworkDesignServicesBuilder = EntityFrameworkDesignServicesBuilder$instance;
307
319
 
308
320
  export interface EntityFrameworkRelationalDesignServicesBuilder$instance extends EntityFrameworkDesignServicesBuilder {
321
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_EntityFrameworkRelationalDesignServicesBuilder: never;
322
+
309
323
  TryAddCoreServices(): EntityFrameworkServicesBuilder;
310
- TryGetServiceCharacteristics(serviceType: Type): Nullable<ServiceCharacteristics>;
311
- TryGetServiceCharacteristics(serviceType: Type): Nullable<ServiceCharacteristics>;
324
+ TryGetServiceCharacteristics(serviceType: Type): Nullable_1<ServiceCharacteristics>;
325
+ TryGetServiceCharacteristics(serviceType: Type): Nullable_1<ServiceCharacteristics>;
312
326
  }
313
327
 
314
328
 
315
329
  export const EntityFrameworkRelationalDesignServicesBuilder: {
316
330
  new(serviceCollection: IServiceCollection): EntityFrameworkRelationalDesignServicesBuilder;
317
- readonly RelationalServices: IDictionary<Type, ServiceCharacteristics>;
331
+ readonly RelationalServices: IDictionary_2<Type, ServiceCharacteristics>;
318
332
  };
319
333
 
320
334
 
321
335
  export type EntityFrameworkRelationalDesignServicesBuilder = EntityFrameworkRelationalDesignServicesBuilder$instance;
322
336
 
323
337
  export interface MethodCallCodeFragment$instance {
338
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_MethodCallCodeFragment: never;
339
+
324
340
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Design_IMethodCallCodeFragment: never;
325
341
 
326
- readonly Arguments: IReadOnlyList<unknown | undefined>;
342
+ readonly Arguments: IReadOnlyList_1<unknown | undefined>;
327
343
  readonly ChainedCall: MethodCallCodeFragment | undefined;
328
344
  readonly DeclaringType: string | undefined;
329
345
  readonly Method: string;
@@ -349,27 +365,31 @@ export type MethodCallCodeFragment = MethodCallCodeFragment$instance & __MethodC
349
365
 
350
366
 
351
367
  export interface NestedClosureCodeFragment$instance {
352
- readonly MethodCalls: IReadOnlyList<MethodCallCodeFragment>;
368
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_NestedClosureCodeFragment: never;
369
+
370
+ readonly MethodCalls: IReadOnlyList_1<MethodCallCodeFragment>;
353
371
  readonly Parameter: string;
354
372
  }
355
373
 
356
374
 
357
375
  export const NestedClosureCodeFragment: {
358
376
  new(parameter: string, methodCall: MethodCallCodeFragment): NestedClosureCodeFragment;
359
- new(parameter: string, methodCalls: IReadOnlyList<MethodCallCodeFragment>): NestedClosureCodeFragment;
377
+ new(parameter: string, methodCalls: IReadOnlyList_1<MethodCallCodeFragment>): NestedClosureCodeFragment;
360
378
  };
361
379
 
362
380
 
363
381
  export type NestedClosureCodeFragment = NestedClosureCodeFragment$instance;
364
382
 
365
383
  export interface PropertyAccessorCodeFragment$instance {
384
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_PropertyAccessorCodeFragment: never;
385
+
366
386
  readonly Parameter: string;
367
- readonly Properties: IReadOnlyList<System_Internal.String>;
387
+ readonly Properties: IReadOnlyList_1<System_Internal.String>;
368
388
  }
369
389
 
370
390
 
371
391
  export const PropertyAccessorCodeFragment: {
372
- new(parameter: string, properties: IReadOnlyList<System_Internal.String>): PropertyAccessorCodeFragment;
392
+ new(parameter: string, properties: IReadOnlyList_1<System_Internal.String>): PropertyAccessorCodeFragment;
373
393
  };
374
394
 
375
395
 
@@ -16,9 +16,9 @@ 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
24
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Design_Internal_ICSharpRuntimeAnnotationCodeGenerator: never;
@@ -47,6 +47,8 @@ export interface ICSharpRuntimeAnnotationCodeGenerator$instance {
47
47
  export type ICSharpRuntimeAnnotationCodeGenerator = ICSharpRuntimeAnnotationCodeGenerator$instance;
48
48
 
49
49
  export interface QualifiedName$instance {
50
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_Internal_QualifiedName: never;
51
+
50
52
  readonly __tsonic_iface_System_IEquatable_1: never;
51
53
 
52
54
  Name: string;
@@ -67,6 +69,8 @@ export const QualifiedName: {
67
69
  export type QualifiedName = QualifiedName$instance;
68
70
 
69
71
  export interface CSharpRuntimeAnnotationCodeGenerator$instance {
72
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_Internal_CSharpRuntimeAnnotationCodeGenerator: never;
73
+
70
74
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Design_Internal_ICSharpRuntimeAnnotationCodeGenerator: never;
71
75
 
72
76
  readonly Dependencies: CSharpRuntimeAnnotationCodeGeneratorDependencies;
@@ -95,7 +99,7 @@ export interface CSharpRuntimeAnnotationCodeGenerator$instance {
95
99
 
96
100
  export const CSharpRuntimeAnnotationCodeGenerator: {
97
101
  new(dependencies: CSharpRuntimeAnnotationCodeGeneratorDependencies): CSharpRuntimeAnnotationCodeGenerator;
98
- AddNamespace(type: Type, namespaces: ISet<System_Internal.String>): void;
102
+ AddNamespace(type: Type, namespaces: ISet_1<System_Internal.String>): void;
99
103
  Create(comparer: ValueComparer, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters, codeHelper: ICSharpHelper): void;
100
104
  Create(converter: ValueConverter, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters, codeHelper: ICSharpHelper): void;
101
105
  CreateJsonValueReaderWriter(jsonValueReaderWriter: JsonValueReaderWriter, parameters: CSharpRuntimeAnnotationCodeGeneratorParameters, codeHelper: ICSharpHelper): void;
@@ -111,6 +115,8 @@ export type CSharpRuntimeAnnotationCodeGenerator = CSharpRuntimeAnnotationCodeGe
111
115
 
112
116
 
113
117
  export interface CSharpRuntimeAnnotationCodeGeneratorDependencies$instance {
118
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_Internal_CSharpRuntimeAnnotationCodeGeneratorDependencies: never;
119
+
114
120
  readonly __tsonic_iface_System_IEquatable_1: never;
115
121
 
116
122
  CSharpHelper: ICSharpHelper;
@@ -130,19 +136,21 @@ export const CSharpRuntimeAnnotationCodeGeneratorDependencies: {
130
136
  export type CSharpRuntimeAnnotationCodeGeneratorDependencies = CSharpRuntimeAnnotationCodeGeneratorDependencies$instance;
131
137
 
132
138
  export interface CSharpRuntimeAnnotationCodeGeneratorParameters$instance {
139
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_Internal_CSharpRuntimeAnnotationCodeGeneratorParameters: never;
140
+
133
141
  readonly __tsonic_iface_System_IEquatable_1: never;
134
142
 
135
- Annotations: IDictionary<System_Internal.String, unknown | undefined>;
143
+ Annotations: IDictionary_2<System_Internal.String, unknown | undefined>;
136
144
  ClassName: string;
137
- ConfigurationClassNames: IReadOnlyDictionary<ITypeBase, System_Internal.String>;
145
+ ConfigurationClassNames: IReadOnlyDictionary_2<ITypeBase, System_Internal.String>;
138
146
  ForNativeAot: boolean;
139
147
  IsRuntime: boolean;
140
148
  MainBuilder: IndentedStringBuilder;
141
149
  MethodBuilder: IndentedStringBuilder;
142
150
  Namespace: string;
143
- Namespaces: ISet<System_Internal.String>;
144
- ScopeObjects: IDictionary<System_Internal.String, unknown>;
145
- 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>;
146
154
  TargetName: string;
147
155
  UseNullableReferenceTypes: boolean;
148
156
  _Clone_$(): CSharpRuntimeAnnotationCodeGeneratorParameters;
@@ -154,13 +162,15 @@ export interface CSharpRuntimeAnnotationCodeGeneratorParameters$instance {
154
162
 
155
163
 
156
164
  export const CSharpRuntimeAnnotationCodeGeneratorParameters: {
157
- 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;
158
166
  };
159
167
 
160
168
 
161
169
  export type CSharpRuntimeAnnotationCodeGeneratorParameters = CSharpRuntimeAnnotationCodeGeneratorParameters$instance;
162
170
 
163
171
  export interface RelationalCSharpRuntimeAnnotationCodeGenerator$instance extends CSharpRuntimeAnnotationCodeGenerator$instance {
172
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_Internal_RelationalCSharpRuntimeAnnotationCodeGenerator: never;
173
+
164
174
  readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Design_Internal_ICSharpRuntimeAnnotationCodeGenerator: never;
165
175
 
166
176
  readonly RelationalDependencies: RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies;
@@ -230,6 +240,8 @@ export type RelationalCSharpRuntimeAnnotationCodeGenerator = RelationalCSharpRun
230
240
 
231
241
 
232
242
  export interface RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies$instance {
243
+ readonly __tsonic_type_Microsoft_EntityFrameworkCore_Design_Internal_RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies: never;
244
+
233
245
  readonly __tsonic_iface_System_IEquatable_1: never;
234
246
 
235
247
  _Clone_$(): RelationalCSharpRuntimeAnnotationCodeGeneratorDependencies;