// Generated by tsbindgen - Extension Method Tables // This file contains method-table interfaces for C# extension methods. // Tables are scoped by declaring namespace (C# using semantics). // For each namespace with extension methods, this file exports an ExtensionMethods_ helper. // Import namespace modules for cross-namespace type references import * as Microsoft_EntityFrameworkCore from "../../Microsoft.EntityFrameworkCore/internal/index.js"; import * as Microsoft_EntityFrameworkCore_Diagnostics from "../../Microsoft.EntityFrameworkCore.Diagnostics/internal/index.js"; import * as Microsoft_EntityFrameworkCore_Infrastructure from "../../Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js"; import * as Microsoft_EntityFrameworkCore_Metadata from "../../Microsoft.EntityFrameworkCore.Metadata/internal/index.js"; import * as Microsoft_EntityFrameworkCore_Metadata_Builders from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.js"; import * as Microsoft_EntityFrameworkCore_Migrations from "../../Microsoft.EntityFrameworkCore.Migrations/internal/index.js"; import * as Microsoft_Extensions_DependencyInjection from "../../Microsoft.Extensions.DependencyInjection/internal/index.js"; import * as Microsoft_Extensions_DependencyModel from "../../Microsoft.Extensions.DependencyModel/internal/index.js"; import * as System from "@tsonic/dotnet/System/internal/index.js"; import * as System_Collections_Generic from "../../System.Collections.Generic/internal/index.js"; import * as System_Data_Common from "@tsonic/dotnet/System.Data.Common/internal/index.js"; import * as System_Reflection from "@tsonic/dotnet/System.Reflection/internal/index.js"; // Core type aliases from @tsonic/core import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js'; // Import sticky extension scope helper import type { Rewrap } from '@tsonic/core/lang.js'; // Import CLR type aliases for generic type arguments import * as System_Internal from "@tsonic/dotnet/System/internal/index.js"; // Internal helper types for sticky extension scopes type __TsonicExtMapOf = T extends { __tsonic_ext?: infer M } ? M : {}; type __TsonicMergeExtMaps = A & B; type __TsonicWithExt = { __tsonic_ext?: __TsonicMergeExtMaps<__TsonicExtMapOf, { [P in K]: TApplier }> }; // Extension method table for namespace: Microsoft.EntityFrameworkCore interface __TsonicExtMethods_Microsoft_EntityFrameworkCore { CanSetSrid(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, srid: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap; CanSetValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, strategy: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap; CanUseSqlReturningClause(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, useSqlReturningClause: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap; CanUseSqlReturningClause(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, useSqlReturningClause: System.Nullable_1, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap; GetDefaultValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; GetSrid(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap>; GetSrid(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap>; GetSridConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap>; GetUseSqlReturningClauseConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType): Rewrap>; GetUseSqlReturningClauseConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap>; GetUseSqlReturningClauseConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityTypeMappingFragment): Rewrap>; GetValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; GetValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; GetValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyRelationalPropertyOverrides): Rewrap>; GetValueGenerationStrategyConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap>; GetValueGenerationStrategyConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap>; GetValueGenerationStrategyConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionRelationalPropertyOverrides): Rewrap>; Glob(this: Microsoft_EntityFrameworkCore.DbFunctions, matchExpression: string, pattern: string): Rewrap; HasSrid(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder, srid: int): Rewrap; HasSrid(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1, srid: int): Rewrap>; HasSrid(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, srid: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap; HasSrid(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder, srid: int): Rewrap; HasSrid(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1, srid: int): Rewrap>; HasValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, strategy: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap; Hex(this: Microsoft_EntityFrameworkCore.DbFunctions, bytes: byte[]): Rewrap; IsSqlReturningClauseUsed(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap; IsSqlReturningClauseUsed(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; IsSqlReturningClauseUsed(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityTypeMappingFragment): Rewrap; IsSqlReturningClauseUsed(this: Microsoft_EntityFrameworkCore_Metadata.ITable): Rewrap; IsSqlite(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade): Rewrap; SetSrid(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, value: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap>; SetSrid(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, value: System.Nullable_1): Rewrap; SetValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, value: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap>; SetValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, value: System.Nullable_1, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap>; SetValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata.IConventionRelationalPropertyOverrides, value: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap>; SetValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, value: System.Nullable_1): Rewrap; SetValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, value: System.Nullable_1, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; SetValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata.IMutableRelationalPropertyOverrides, value: System.Nullable_1): Rewrap; Substr(this: Microsoft_EntityFrameworkCore.DbFunctions, bytes: byte[], startIndex: int): Rewrap; Substr(this: Microsoft_EntityFrameworkCore.DbFunctions, bytes: byte[], startIndex: int, length: int): Rewrap; Unhex(this: Microsoft_EntityFrameworkCore.DbFunctions, value: string): Rewrap; Unhex(this: Microsoft_EntityFrameworkCore.DbFunctions, value: string, ignoreChars: string): Rewrap; UseAutoincrement(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ColumnBuilder): Rewrap; UseAutoincrement(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder): Rewrap; UseAutoincrement(this: Microsoft_EntityFrameworkCore_Metadata_Builders.ComplexTypePropertyBuilder_1): Rewrap>; UseAutoincrement(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder): Rewrap; UseAutoincrement(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1): Rewrap>; UseSqlReturningClause(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, useSqlReturningClause: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap>; UseSqlReturningClause(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, useSqlReturningClause: System.Nullable_1, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap>; UseSqlReturningClause(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityTypeMappingFragment, useSqlReturningClause: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap>; UseSqlReturningClause(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType, useSqlReturningClause: System.Nullable_1): Rewrap; UseSqlReturningClause(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType, useSqlReturningClause: System.Nullable_1, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap; UseSqlReturningClause(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityTypeMappingFragment, useSqlReturningClause: System.Nullable_1): Rewrap; UseSqlReturningClause(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, useSqlReturningClause: System.Nullable_1, fromDataAnnotation?: boolean): Rewrap; UseSqlReturningClause(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, useSqlReturningClause: System.Nullable_1, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap; UseSqlReturningClause(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder, useSqlReturningClause?: boolean): Rewrap; UseSqlReturningClause(this: Microsoft_EntityFrameworkCore_Metadata_Builders.OwnedNavigationTableBuilder_2, useSqlReturningClause?: boolean): Rewrap>; UseSqlReturningClause(this: Microsoft_EntityFrameworkCore_Metadata_Builders.SplitTableBuilder, useSqlReturningClause?: boolean): Rewrap; UseSqlReturningClause(this: Microsoft_EntityFrameworkCore_Metadata_Builders.SplitTableBuilder_1, useSqlReturningClause?: boolean): Rewrap>; UseSqlReturningClause(this: Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder, useSqlReturningClause?: boolean): Rewrap; UseSqlReturningClause(this: Microsoft_EntityFrameworkCore_Metadata_Builders.TableBuilder_1, useSqlReturningClause?: boolean): Rewrap>; UseSqlite(this: Microsoft_EntityFrameworkCore.DbContextOptionsBuilder, sqliteOptionsAction?: System.Action_1 | null): Rewrap; UseSqlite(this: Microsoft_EntityFrameworkCore.DbContextOptionsBuilder, connectionString: string | null, sqliteOptionsAction?: System.Action_1 | null): Rewrap; UseSqlite(this: Microsoft_EntityFrameworkCore.DbContextOptionsBuilder, connection: System_Data_Common.DbConnection, sqliteOptionsAction?: System.Action_1 | null): Rewrap; UseSqlite(this: Microsoft_EntityFrameworkCore.DbContextOptionsBuilder, connection: System_Data_Common.DbConnection, contextOwnsConnection: boolean, sqliteOptionsAction?: System.Action_1 | null): Rewrap; UseSqlite(this: Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1, sqliteOptionsAction?: System.Action_1 | null): Rewrap>; UseSqlite(this: Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1, connectionString: string | null, sqliteOptionsAction?: System.Action_1 | null): Rewrap>; UseSqlite(this: Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1, connection: System_Data_Common.DbConnection, sqliteOptionsAction?: System.Action_1 | null): Rewrap>; UseSqlite(this: Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1, connection: System_Data_Common.DbConnection, contextOwnsConnection: boolean, sqliteOptionsAction?: System.Action_1 | null): Rewrap>; } // Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore interface __TsonicExtApplier_Microsoft_EntityFrameworkCore { __tsonic_shape: unknown; __tsonic_type: __TsonicExtMethods_Microsoft_EntityFrameworkCore; } export type ExtensionMethods_Microsoft_EntityFrameworkCore = TShape extends null | undefined ? TShape : TShape extends void ? void : TShape & __TsonicWithExt & __TsonicExtMethods_Microsoft_EntityFrameworkCore; // Extension method table for namespace: Microsoft.EntityFrameworkCore.Migrations interface __TsonicExtMethods_Microsoft_EntityFrameworkCore_Migrations { IsSqlite(this: Microsoft_EntityFrameworkCore_Migrations.MigrationBuilder): Rewrap; } // Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.Migrations interface __TsonicExtApplier_Microsoft_EntityFrameworkCore_Migrations { __tsonic_shape: unknown; __tsonic_type: __TsonicExtMethods_Microsoft_EntityFrameworkCore_Migrations; } export type ExtensionMethods_Microsoft_EntityFrameworkCore_Migrations = TShape extends null | undefined ? TShape : TShape extends void ? void : TShape & __TsonicWithExt & __TsonicExtMethods_Microsoft_EntityFrameworkCore_Migrations; // Extension method table for namespace: Microsoft.EntityFrameworkCore.Sqlite.Internal interface __TsonicExtMethods_Microsoft_EntityFrameworkCore_Sqlite_Internal { ColumnFound(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, tableName: string | null, columnName: string | null, dataTypeName: string | null, notNull: boolean, defaultValue: string | null): Rewrap; CompositeKeyWithValueGeneration(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, key: Microsoft_EntityFrameworkCore_Metadata.IKey): Rewrap; ConflictingValueGenerationStrategiesWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, sqliteValueGenerationStrategy: Microsoft_EntityFrameworkCore_Metadata.SqliteValueGenerationStrategy, otherValueGenerationStrategy: string, property: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap; ForeignKeyFound(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, tableName: string | null, id: long, principalTableName: string | null, deleteAction: string | null): Rewrap; ForeignKeyPrincipalColumnMissingWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, foreignKeyName: string | null, tableName: string | null, principalColumnName: string | null, principalTableName: string | null): Rewrap; ForeignKeyReferencesMissingTableWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, id: string | null, tableName: string | null, principalTableName: string | null): Rewrap; FormatWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, columnName: string | null, tableName: string | null, type: string | null): Rewrap; IndexFound(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, indexName: string | null, tableName: string | null, unique: System.Nullable_1): Rewrap; InferringTypes(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, tableName: string | null): Rewrap; MissingTableWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, tableName: string | null): Rewrap; OutOfRangeWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, columnName: string | null, tableName: string | null, type: string | null): Rewrap; PrimaryKeyFound(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, primaryKeyName: string | null, tableName: string | null): Rewrap; SchemaConfiguredWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, entityType: Microsoft_EntityFrameworkCore_Metadata.IEntityType, schema: string): Rewrap; SchemasNotSupportedWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1): Rewrap; SequenceConfiguredWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, sequence: Microsoft_EntityFrameworkCore_Metadata.IReadOnlySequence): Rewrap; TableFound(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, tableName: string | null): Rewrap; TableRebuildPendingWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, operationType: System.Type, tableName: string): Rewrap; UnexpectedConnectionTypeWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, connectionType: System.Type): Rewrap; UniqueConstraintFound(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1, uniqueConstraintName: string | null, tableName: string | null): Rewrap; } // Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.Sqlite.Internal interface __TsonicExtApplier_Microsoft_EntityFrameworkCore_Sqlite_Internal { __tsonic_shape: unknown; __tsonic_type: __TsonicExtMethods_Microsoft_EntityFrameworkCore_Sqlite_Internal; } export type ExtensionMethods_Microsoft_EntityFrameworkCore_Sqlite_Internal = TShape extends null | undefined ? TShape : TShape extends void ? void : TShape & __TsonicWithExt & __TsonicExtMethods_Microsoft_EntityFrameworkCore_Sqlite_Internal; // Extension method table for namespace: Microsoft.Extensions.DependencyInjection interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection { AddEntityFrameworkSqlite(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap; AddSqlite(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, connectionString: string | null, sqliteOptionsAction?: System.Action_1 | null, optionsAction?: System.Action_1 | null): Rewrap; } // Generic helper type for extension methods in namespace: Microsoft.Extensions.DependencyInjection interface __TsonicExtApplier_Microsoft_Extensions_DependencyInjection { __tsonic_shape: unknown; __tsonic_type: __TsonicExtMethods_Microsoft_Extensions_DependencyInjection; } export type ExtensionMethods_Microsoft_Extensions_DependencyInjection = TShape extends null | undefined ? TShape : TShape extends void ? void : TShape & __TsonicWithExt & __TsonicExtMethods_Microsoft_Extensions_DependencyInjection; // Extension method table for namespace: Microsoft.Extensions.DependencyModel interface __TsonicExtMethods_Microsoft_Extensions_DependencyModel { GetDefaultAssemblyNames(this: Microsoft_Extensions_DependencyModel.DependencyContext): Rewrap>; GetDefaultAssemblyNames(this: Microsoft_Extensions_DependencyModel.RuntimeLibrary, context: Microsoft_Extensions_DependencyModel.DependencyContext): Rewrap>; GetDefaultNativeAssets(this: Microsoft_Extensions_DependencyModel.DependencyContext): Rewrap>; GetDefaultNativeAssets(this: Microsoft_Extensions_DependencyModel.RuntimeLibrary, context: Microsoft_Extensions_DependencyModel.DependencyContext): Rewrap>; GetDefaultNativeRuntimeFileAssets(this: Microsoft_Extensions_DependencyModel.DependencyContext): Rewrap>; GetDefaultNativeRuntimeFileAssets(this: Microsoft_Extensions_DependencyModel.RuntimeLibrary, context: Microsoft_Extensions_DependencyModel.DependencyContext): Rewrap>; GetRuntimeAssemblyNames(this: Microsoft_Extensions_DependencyModel.DependencyContext, runtimeIdentifier: string): Rewrap>; GetRuntimeAssemblyNames(this: Microsoft_Extensions_DependencyModel.RuntimeLibrary, context: Microsoft_Extensions_DependencyModel.DependencyContext, runtimeIdentifier: string): Rewrap>; GetRuntimeNativeAssets(this: Microsoft_Extensions_DependencyModel.DependencyContext, runtimeIdentifier: string): Rewrap>; GetRuntimeNativeAssets(this: Microsoft_Extensions_DependencyModel.RuntimeLibrary, context: Microsoft_Extensions_DependencyModel.DependencyContext, runtimeIdentifier: string): Rewrap>; GetRuntimeNativeRuntimeFileAssets(this: Microsoft_Extensions_DependencyModel.DependencyContext, runtimeIdentifier: string): Rewrap>; GetRuntimeNativeRuntimeFileAssets(this: Microsoft_Extensions_DependencyModel.RuntimeLibrary, context: Microsoft_Extensions_DependencyModel.DependencyContext, runtimeIdentifier: string): Rewrap>; } // Generic helper type for extension methods in namespace: Microsoft.Extensions.DependencyModel interface __TsonicExtApplier_Microsoft_Extensions_DependencyModel { __tsonic_shape: unknown; __tsonic_type: __TsonicExtMethods_Microsoft_Extensions_DependencyModel; } export type ExtensionMethods_Microsoft_Extensions_DependencyModel = TShape extends null | undefined ? TShape : TShape extends void ? void : TShape & __TsonicWithExt & __TsonicExtMethods_Microsoft_Extensions_DependencyModel; // Extension method table for namespace: SQLitePCL interface __TsonicExtMethods_SQLitePCL { utf8_span_to_string(this: System.ReadOnlySpan_1): Rewrap; } // Generic helper type for extension methods in namespace: SQLitePCL interface __TsonicExtApplier_SQLitePCL { __tsonic_shape: unknown; __tsonic_type: __TsonicExtMethods_SQLitePCL; } export type ExtensionMethods_SQLitePCL = TShape extends null | undefined ? TShape : TShape extends void ? void : TShape & __TsonicWithExt & __TsonicExtMethods_SQLitePCL; // Extension method table for namespace: System.Collections.Generic interface __TsonicExtMethods_System_Collections_Generic { GetDefaultAssets(this: System_Collections_Generic.IEnumerable_1): Rewrap>; GetDefaultGroup(this: System_Collections_Generic.IEnumerable_1): Rewrap; GetDefaultRuntimeFileAssets(this: System_Collections_Generic.IEnumerable_1): Rewrap>; GetRuntimeAssets(this: System_Collections_Generic.IEnumerable_1, runtime: string): Rewrap>; GetRuntimeFileAssets(this: System_Collections_Generic.IEnumerable_1, runtime: string): Rewrap>; GetRuntimeGroup(this: System_Collections_Generic.IEnumerable_1, runtime: string): Rewrap; } // Generic helper type for extension methods in namespace: System.Collections.Generic interface __TsonicExtApplier_System_Collections_Generic { __tsonic_shape: unknown; __tsonic_type: __TsonicExtMethods_System_Collections_Generic; } export type ExtensionMethods_System_Collections_Generic = TShape extends null | undefined ? TShape : TShape extends void ? void : TShape extends (infer T extends unknown)[] ? (TShape & System_Collections_Generic.IEnumerable_1 & __TsonicWithExt & __TsonicExtMethods_System_Collections_Generic) : TShape & __TsonicWithExt & __TsonicExtMethods_System_Collections_Generic;