@tsonic/efcore 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.EntityFrameworkCore/bindings.json +8 -8
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +14 -14
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +4 -4
- package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +12 -12
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +9 -9
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/metadata.json +3 -3
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +2 -2
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Design/bindings.json +6 -6
- package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +6 -6
- package/Microsoft.EntityFrameworkCore.Design/internal/metadata.json +3 -3
- package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +4 -4
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +4 -4
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/metadata.json +2 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +6 -6
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +80 -80
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +3 -3
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +2 -2
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +4 -4
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +1 -1
- package/Microsoft.EntityFrameworkCore.Internal/bindings.json +6 -6
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +21 -21
- package/Microsoft.EntityFrameworkCore.Internal/internal/metadata.json +3 -3
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +145 -145
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +128 -128
- package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +72 -72
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +24 -24
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/bindings.json +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/metadata.json +1 -1
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +30 -30
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +116 -116
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +15 -15
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +2 -2
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +1 -1
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Query/bindings.json +71 -71
- package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +75 -75
- package/Microsoft.EntityFrameworkCore.Query/internal/metadata.json +33 -33
- package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +6 -6
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +9 -9
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/metadata.json +1 -1
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +47 -47
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +25 -25
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/metadata.json +6 -6
- package/Microsoft.EntityFrameworkCore.Storage/bindings.json +47 -47
- package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +51 -51
- package/Microsoft.EntityFrameworkCore.Storage/internal/metadata.json +23 -23
- package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +2 -2
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/metadata.json +1 -1
- package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/bindings.json +4 -4
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/metadata.json +2 -2
- package/__internal/extensions/index.d.ts +7 -7
- package/package.json +1 -1
|
@@ -139,7 +139,7 @@ export interface ConverterMappingHints$instance {
|
|
|
139
139
|
readonly size: Nullable<System_Internal.Int32>;
|
|
140
140
|
readonly valueGeneratorFactory: Func<IProperty, IEntityType, ValueGenerator> | undefined;
|
|
141
141
|
overrideWith(hints: ConverterMappingHints): ConverterMappingHints;
|
|
142
|
-
|
|
142
|
+
with(hints: ConverterMappingHints): ConverterMappingHints;
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
|
|
@@ -385,7 +385,7 @@ export interface RelationalConverterMappingHints$instance extends ConverterMappi
|
|
|
385
385
|
readonly dbType: Nullable<DbType>;
|
|
386
386
|
readonly isFixedLength: Nullable<System_Internal.Boolean>;
|
|
387
387
|
overrideWith(hints: ConverterMappingHints): ConverterMappingHints;
|
|
388
|
-
|
|
388
|
+
with(hints: ConverterMappingHints): ConverterMappingHints;
|
|
389
389
|
}
|
|
390
390
|
|
|
391
391
|
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
{
|
|
408
408
|
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints::With(Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints):Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints",
|
|
409
409
|
"clrName": "With",
|
|
410
|
-
"tsEmitName": "
|
|
410
|
+
"tsEmitName": "with",
|
|
411
411
|
"normalizedSignature": "With|(Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints):Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints|static=false",
|
|
412
412
|
"provenance": "Original",
|
|
413
413
|
"emitScope": "ClassSurface",
|
|
@@ -1432,7 +1432,7 @@
|
|
|
1432
1432
|
{
|
|
1433
1433
|
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.ValueConversion.RelationalConverterMappingHints::With(Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints):Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints",
|
|
1434
1434
|
"clrName": "With",
|
|
1435
|
-
"tsEmitName": "
|
|
1435
|
+
"tsEmitName": "with",
|
|
1436
1436
|
"normalizedSignature": "With|(Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints):Microsoft.EntityFrameworkCore.Storage.ValueConversion.ConverterMappingHints|static=false",
|
|
1437
1437
|
"provenance": "Original",
|
|
1438
1438
|
"emitScope": "ClassSurface",
|
|
@@ -1082,9 +1082,9 @@ export interface __Ext_Microsoft_EntityFrameworkCore_ModelBuilder {
|
|
|
1082
1082
|
hasSequence(name: string, schema: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.SequenceBuilder>;
|
|
1083
1083
|
hasSequence(name: string, builderAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SequenceBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
1084
1084
|
hasSequence(name: string, schema: string, builderAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SequenceBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
1085
|
-
hasSequence(
|
|
1086
|
-
hasSequence(
|
|
1087
|
-
hasSequence(
|
|
1085
|
+
hasSequence(type: Type, name: string, schema: string): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.SequenceBuilder>;
|
|
1086
|
+
hasSequence(type: Type, name: string, builderAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SequenceBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
1087
|
+
hasSequence(type: Type, name: string, schema: string, builderAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.SequenceBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
1088
1088
|
hasDbFunction(methodInfo: MethodInfo): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.DbFunctionBuilder>;
|
|
1089
1089
|
hasDbFunction<TResult>(expression: Expression_1<Func_1<TResult>>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore_Metadata_Builders.DbFunctionBuilder>;
|
|
1090
1090
|
hasDbFunction(methodInfo: MethodInfo, builderAction: Action_1<Microsoft_EntityFrameworkCore_Metadata_Builders.DbFunctionBuilder>): ExtensionMethods_Microsoft_EntityFrameworkCore<Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
@@ -1160,7 +1160,7 @@ export interface __Ext_Microsoft_EntityFrameworkCore_Diagnostics_IDiagnosticsLog
|
|
|
1160
1160
|
queryExecutionPlanned(context: Microsoft_EntityFrameworkCore.DbContext, expressionPrinter: Microsoft_EntityFrameworkCore_Query.ExpressionPrinter, queryExecutorExpression: Expression): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1161
1161
|
sensitiveDataLoggingEnabledWarning(): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1162
1162
|
typeLoadingErrorWarning(assembly: Assembly, exception: Exception): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1163
|
-
skippedEntityTypeConfigurationWarning(
|
|
1163
|
+
skippedEntityTypeConfigurationWarning(type: Type): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1164
1164
|
noEntityTypeConfigurationsWarning(assembly: Assembly): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1165
1165
|
possibleUnintendedCollectionNavigationNullComparisonWarning(navigation: Microsoft_EntityFrameworkCore_Metadata.INavigation): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1166
1166
|
possibleUnintendedReferenceComparisonWarning(left: Expression, right: Expression): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
@@ -1169,7 +1169,7 @@ export interface __Ext_Microsoft_EntityFrameworkCore_Diagnostics_IDiagnosticsLog
|
|
|
1169
1169
|
manyServiceProvidersCreatedWarning(serviceProviders: ICollection_1<IServiceProvider>): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1170
1170
|
serviceProviderDebugInfo(newDebugInfo: IDictionary_2<System_Internal.String, System_Internal.String>, cachedDebugInfos: IList_1<IDictionary_2<System_Internal.String, System_Internal.String>>): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1171
1171
|
contextInitialized(context: Microsoft_EntityFrameworkCore.DbContext, contextOptions: Microsoft_EntityFrameworkCore.DbContextOptions): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1172
|
-
executionStrategyRetrying(exceptionsEncountered: IReadOnlyList_1<Exception>, delay: TimeSpan,
|
|
1172
|
+
executionStrategyRetrying(exceptionsEncountered: IReadOnlyList_1<Exception>, delay: TimeSpan, async: boolean): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1173
1173
|
lazyLoadOnDisposedContextWarning(context: Microsoft_EntityFrameworkCore.DbContext, entityType: unknown, navigationName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1174
1174
|
navigationLazyLoading(context: Microsoft_EntityFrameworkCore.DbContext, entityType: unknown, navigationName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
1175
1175
|
detachedLazyLoadingWarning(context: Microsoft_EntityFrameworkCore.DbContext, entityType: unknown, navigationName: string): ExtensionMethods_Microsoft_EntityFrameworkCore_Diagnostics<void>;
|
|
@@ -1376,7 +1376,7 @@ export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IComplexP
|
|
|
1376
1376
|
|
|
1377
1377
|
export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IConventionEntityType {
|
|
1378
1378
|
findDeclaredOwnership(): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<Microsoft_EntityFrameworkCore_Metadata.IConventionForeignKey | undefined>;
|
|
1379
|
-
getStoreObjectConfigurationSource(
|
|
1379
|
+
getStoreObjectConfigurationSource(type: Microsoft_EntityFrameworkCore_Metadata.StoreObjectType): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
1380
1380
|
}
|
|
1381
1381
|
|
|
1382
1382
|
export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IEntityType {
|
|
@@ -1391,7 +1391,7 @@ export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IForeignK
|
|
|
1391
1391
|
export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IModel {
|
|
1392
1392
|
getRootEntityTypes(): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IEntityType>>;
|
|
1393
1393
|
getEntityTypesInHierarchicalOrder(): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<IEnumerable_1<Microsoft_EntityFrameworkCore_Metadata.IEntityType>>;
|
|
1394
|
-
findSameTypeNameWithDifferentNamespace(
|
|
1394
|
+
findSameTypeNameWithDifferentNamespace(type: Type): ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<string | undefined>;
|
|
1395
1395
|
}
|
|
1396
1396
|
|
|
1397
1397
|
export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IMutableModel {
|