@tsonic/efcore-sqlserver 10.0.40 → 10.0.42
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/Azure/internal/index.d.ts +68 -70
- package/Azure.Core/bindings.json +2859 -2859
- package/Azure.Core/internal/index.d.ts +100 -102
- package/Azure.Core.Cryptography/internal/index.d.ts +3 -2
- package/Azure.Core.Cryptography.d.ts +4 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +3 -2
- package/Azure.Core.Diagnostics.d.ts +4 -0
- package/Azure.Core.Extensions/internal/index.d.ts +12 -10
- package/Azure.Core.Extensions.d.ts +6 -2
- package/Azure.Core.GeoJson/internal/index.d.ts +20 -22
- package/Azure.Core.GeoJson.d.ts +4 -0
- package/Azure.Core.Pipeline/internal/index.d.ts +20 -19
- package/Azure.Core.Pipeline.d.ts +4 -0
- package/Azure.Core.Serialization/internal/index.d.ts +15 -14
- package/Azure.Core.Serialization.d.ts +4 -0
- package/Azure.Core.d.ts +7 -3
- package/Azure.Identity/internal/index.d.ts +3 -2
- package/Azure.Identity.d.ts +4 -0
- package/Azure.Messaging/internal/index.d.ts +16 -15
- package/Azure.Messaging.d.ts +4 -0
- package/Azure.d.ts +8 -4
- package/Microsoft.Data/internal/index.d.ts +3 -2
- package/Microsoft.Data.Sql/internal/index.d.ts +3 -2
- package/Microsoft.Data.Sql.d.ts +4 -0
- package/Microsoft.Data.SqlClient/internal/index.d.ts +7 -9
- package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +3 -2
- package/Microsoft.Data.SqlClient.DataClassification.d.ts +4 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +3 -2
- package/Microsoft.Data.SqlClient.Diagnostics.d.ts +4 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +3 -2
- package/Microsoft.Data.SqlClient.Server.d.ts +4 -0
- package/Microsoft.Data.SqlClient.d.ts +4 -0
- package/Microsoft.Data.SqlTypes/bindings.json +4 -1
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -7
- package/Microsoft.Data.SqlTypes.d.ts +4 -0
- package/Microsoft.Data.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +200 -202
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +10 -9
- package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +23 -22
- package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +20 -22
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +2 -4
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Metadata.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +45 -44
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +26 -25
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +27 -26
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +5 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +16 -18
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +5 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +50 -49
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +4 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +418 -418
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +96 -98
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +4 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +8 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +9 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +5 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +18 -20
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +8 -10
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +10 -12
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +6 -5
- package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
- package/Microsoft.Identity.Client/bindings.json +100 -100
- package/Microsoft.Identity.Client/internal/index.d.ts +33 -35
- package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +4 -3
- package/Microsoft.Identity.Client.Advanced.d.ts +4 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.AppConfig.d.ts +4 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.AuthScheme.PoP.d.ts +4 -0
- package/Microsoft.Identity.Client.AuthScheme.d.ts +4 -0
- package/Microsoft.Identity.Client.Cache/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Cache.d.ts +4 -0
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +8 -7
- package/Microsoft.Identity.Client.Extensibility.d.ts +4 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +4 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Kerberos.d.ts +4 -0
- package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.ManagedIdentity.d.ts +4 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.d.ts +4 -0
- package/Microsoft.Identity.Client.RP/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.RP.d.ts +4 -0
- package/Microsoft.Identity.Client.Region/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Region.d.ts +4 -0
- package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.SSHCertificates.d.ts +4 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.d.ts +4 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +3 -2
- package/Microsoft.Identity.Client.Utils.Windows.d.ts +4 -0
- package/Microsoft.Identity.Client.Utils.d.ts +4 -0
- package/Microsoft.Identity.Client.d.ts +5 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +11 -10
- package/Microsoft.IdentityModel.Abstractions.d.ts +4 -0
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +8 -10
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +4 -0
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +19 -18
- package/Microsoft.IdentityModel.Logging.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +22 -21
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +4 -0
- package/Microsoft.IdentityModel.Protocols.d.ts +7 -3
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +3 -5
- package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +3 -2
- package/Microsoft.IdentityModel.Tokens.Configuration.d.ts +4 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +4 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +3 -2
- package/Microsoft.SqlServer.Server.d.ts +4 -0
- package/README.md +36 -13
- package/System/internal/index.d.ts +20 -19
- package/System.ClientModel/internal/index.d.ts +23 -25
- package/System.ClientModel.Primitives/internal/index.d.ts +73 -75
- package/System.ClientModel.Primitives.d.ts +6 -2
- package/System.ClientModel.d.ts +6 -2
- package/System.Configuration/internal/index.d.ts +3 -2
- package/System.Configuration.Internal/internal/index.d.ts +2 -4
- package/System.Configuration.Internal.d.ts +4 -0
- package/System.Configuration.Provider/internal/index.d.ts +3 -2
- package/System.Configuration.Provider.d.ts +4 -0
- package/System.Configuration.d.ts +4 -0
- package/System.Diagnostics/internal/index.d.ts +3 -2
- package/System.Diagnostics.d.ts +4 -0
- package/System.Drawing.Configuration/internal/index.d.ts +3 -2
- package/System.Drawing.Configuration.d.ts +4 -0
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +3 -5
- package/System.IdentityModel.Tokens.Jwt.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +5 -4
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +3 -5
- package/System.Text.Json.Serialization.d.ts +4 -0
- package/System.d.ts +4 -0
- package/__internal/extensions/index.d.ts +222 -224
- package/package.json +5 -5
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal
|
|
3
3
|
// Assembly: Microsoft.EntityFrameworkCore.SqlServer
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
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';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { DbConnection, DbDataReader, DbDataRecord } from "@tsonic/dotnet/System.Data.Common/internal/index.js";
|
|
@@ -15,14 +16,14 @@ import type { DatabaseModel } from "@tsonic/efcore/Microsoft.EntityFrameworkCore
|
|
|
15
16
|
import * as Microsoft_EntityFrameworkCore_Scaffolding_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.js";
|
|
16
17
|
import type { DatabaseModelFactory, DatabaseModelFactoryOptions, IDatabaseModelFactory, IProviderConfigurationCodeGenerator, ProviderCodeGenerator, ProviderCodeGeneratorDependencies } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.js";
|
|
17
18
|
import type { IRelationalTypeMappingSource } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage/internal/index.js";
|
|
18
|
-
import type {
|
|
19
|
+
import type { DbLoggerCategory_Scaffolding } from "@tsonic/efcore/Microsoft.EntityFrameworkCore/internal/index.js";
|
|
19
20
|
|
|
20
21
|
export interface SqlServerCodeGenerator$instance extends ProviderCodeGenerator {
|
|
21
22
|
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Scaffolding_Internal_SqlServerCodeGenerator: never;
|
|
22
23
|
|
|
23
24
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Scaffolding_IProviderConfigurationCodeGenerator: never;
|
|
24
25
|
|
|
25
|
-
GenerateUseProvider(connectionString: string, providerOptions: MethodCallCodeFragment): MethodCallCodeFragment;
|
|
26
|
+
GenerateUseProvider(connectionString: string, providerOptions: MethodCallCodeFragment | null): MethodCallCodeFragment;
|
|
26
27
|
}
|
|
27
28
|
|
|
28
29
|
|
|
@@ -44,16 +45,16 @@ export interface SqlServerDatabaseModelFactory$instance extends DatabaseModelFac
|
|
|
44
45
|
|
|
45
46
|
|
|
46
47
|
export const SqlServerDatabaseModelFactory: {
|
|
47
|
-
new(logger: IDiagnosticsLogger_1<
|
|
48
|
+
new(logger: IDiagnosticsLogger_1<DbLoggerCategory_Scaffolding>, typeMappingSource: IRelationalTypeMappingSource): SqlServerDatabaseModelFactory;
|
|
48
49
|
};
|
|
49
50
|
|
|
50
51
|
|
|
51
52
|
export type SqlServerDatabaseModelFactory = SqlServerDatabaseModelFactory$instance;
|
|
52
53
|
|
|
53
54
|
export abstract class SqlDataReaderExtension$instance {
|
|
54
|
-
static GetFieldValue<T>(record: DbDataRecord, name: string): T;
|
|
55
|
-
static GetValueOrDefault<T>(reader: DbDataReader, name: string): T |
|
|
56
|
-
static GetValueOrDefault<T>(record: DbDataRecord, name: string): T |
|
|
55
|
+
static GetFieldValue<T extends unknown>(record: DbDataRecord, name: string): T;
|
|
56
|
+
static GetValueOrDefault<T extends unknown>(reader: DbDataReader, name: string): T | null;
|
|
57
|
+
static GetValueOrDefault<T extends unknown>(record: DbDataRecord, name: string): T | null;
|
|
57
58
|
}
|
|
58
59
|
|
|
59
60
|
|
|
@@ -5,12 +5,16 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
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';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { DbConnection, DbDataReader, DbDataRecord } from '@tsonic/dotnet/System.Data.Common.js';
|
|
10
14
|
import type { Object as ClrObject, String as ClrString } from '@tsonic/dotnet/System.js';
|
|
11
15
|
import type { MethodCallCodeFragment } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Design.js';
|
|
12
16
|
import type { IDiagnosticsLogger } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js';
|
|
13
|
-
import type {
|
|
17
|
+
import type { DbLoggerCategory_Scaffolding } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.js';
|
|
14
18
|
import type { DatabaseModelFactory, DatabaseModelFactoryOptions, IDatabaseModelFactory, IProviderConfigurationCodeGenerator, ProviderCodeGenerator, ProviderCodeGeneratorDependencies } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Scaffolding.js';
|
|
15
19
|
import type { DatabaseModel } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Scaffolding.Metadata.js';
|
|
16
20
|
import type { IRelationalTypeMappingSource } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js';
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal
|
|
3
3
|
// Assembly: Microsoft.EntityFrameworkCore.SqlServer
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
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';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import type { ISqlServerSingletonOptions } from "../../Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.js";
|
|
@@ -27,8 +25,8 @@ import * as Microsoft_EntityFrameworkCore_Infrastructure_Internal from "@tsonic/
|
|
|
27
25
|
import type { IInfrastructure_1, IResettableService } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js";
|
|
28
26
|
import type { ValueConverter } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.js";
|
|
29
27
|
import * as Microsoft_EntityFrameworkCore_Storage_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage/internal/index.js";
|
|
30
|
-
import type { BoolTypeMapping, ByteArrayTypeMapping, ByteTypeMapping, CoreTypeMapping, DateOnlyTypeMapping, DateTimeOffsetTypeMapping, DateTimeTypeMapping, DecimalTypeMapping, DoubleTypeMapping, ExecutionResult_1, ExecutionStrategyDependencies, FloatTypeMapping, IDatabaseCreator, IDbContextTransaction, IDbContextTransactionManager, IExceptionDetector, IExecutionStrategy, IExecutionStrategyFactory, IRawSqlCommandBuilder, IRelationalConnection, IRelationalDatabaseCreator, IRelationalTransactionFactory, IRelationalTransactionManager, IRelationalTypeMappingSource, ISqlGenerationHelper, ITransactionEnlistmentManager, ITypeMappingSource, JsonTypeMapping, LongTypeMapping, RelationalConnection, RelationalConnectionDependencies, RelationalDatabaseCreator, RelationalDatabaseCreatorDependencies, RelationalExecutionStrategyFactory, RelationalSqlGenerationHelper, RelationalSqlGenerationHelperDependencies, RelationalTransaction, RelationalTransactionFactoryDependencies, RelationalTypeMapping, RelationalTypeMappingInfo, RelationalTypeMappingSource, RelationalTypeMappingSourceDependencies, ShortTypeMapping, StoreTypePostfix, StringTypeMapping, TimeOnlyTypeMapping, TimeSpanTypeMapping, TypeMappingSourceDependencies } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage/internal/index.js";
|
|
31
|
-
import type { DbContext,
|
|
28
|
+
import type { BoolTypeMapping, ByteArrayTypeMapping, ByteTypeMapping, CoreTypeMapping, DateOnlyTypeMapping, DateTimeOffsetTypeMapping, DateTimeTypeMapping, DecimalTypeMapping, DoubleTypeMapping, ExecutionResult_1, ExecutionStrategyDependencies, FloatTypeMapping, IDatabaseCreator, IDbContextTransaction, IDbContextTransactionManager, IExceptionDetector, IExecutionStrategy, IExecutionStrategyFactory, IRawSqlCommandBuilder, IRelationalConnection, IRelationalDatabaseCreator, IRelationalTransactionFactory, IRelationalTransactionManager, IRelationalTypeMappingSource, ISqlGenerationHelper, ITransactionEnlistmentManager, ITypeMappingSource, JsonTypeMapping, LongTypeMapping, RelationalConnection, RelationalConnectionDependencies, RelationalDatabaseCreator, RelationalDatabaseCreatorDependencies, RelationalExecutionStrategyFactory, RelationalSqlGenerationHelper, RelationalSqlGenerationHelperDependencies, RelationalTransaction, RelationalTransactionFactoryDependencies, RelationalTypeMapping, RelationalTypeMapping_RelationalTypeMappingParameters, RelationalTypeMappingInfo, RelationalTypeMappingSource, RelationalTypeMappingSourceDependencies, ShortTypeMapping, StoreTypePostfix, StringTypeMapping, TimeOnlyTypeMapping, TimeSpanTypeMapping, TypeMappingSourceDependencies } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage/internal/index.js";
|
|
29
|
+
import type { DbContext, DbLoggerCategory_Database_Transaction } from "@tsonic/efcore/Microsoft.EntityFrameworkCore/internal/index.js";
|
|
32
30
|
|
|
33
31
|
export interface ISqlServerConnection$instance extends IRelationalConnection, IRelationalTransactionManager, IDbContextTransactionManager, IResettableService, IDisposable, IAsyncDisposable {
|
|
34
32
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_ISqlServerConnection: never;
|
|
@@ -68,7 +66,7 @@ export interface SqlServerByteArrayTypeMapping$instance extends ByteArrayTypeMap
|
|
|
68
66
|
|
|
69
67
|
|
|
70
68
|
export const SqlServerByteArrayTypeMapping: {
|
|
71
|
-
new(storeType: string, size: Nullable_1<System_Internal.Int32>, fixedLength: boolean, comparer: ValueComparer, sqlDbType: Nullable_1<SqlDbType>, storeTypePostfix: Nullable_1<StoreTypePostfix>): SqlServerByteArrayTypeMapping;
|
|
69
|
+
new(storeType: string | null, size: Nullable_1<System_Internal.Int32>, fixedLength: boolean, comparer: ValueComparer | null, sqlDbType: Nullable_1<SqlDbType>, storeTypePostfix: Nullable_1<StoreTypePostfix>): SqlServerByteArrayTypeMapping;
|
|
72
70
|
readonly Default: SqlServerByteArrayTypeMapping;
|
|
73
71
|
};
|
|
74
72
|
|
|
@@ -103,8 +101,8 @@ export interface SqlServerConnection$instance extends RelationalConnection, ISql
|
|
|
103
101
|
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
104
102
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
105
103
|
|
|
106
|
-
get ConnectionString(): string |
|
|
107
|
-
set ConnectionString(value: string |
|
|
104
|
+
get ConnectionString(): string | null;
|
|
105
|
+
set ConnectionString(value: string | null);
|
|
108
106
|
readonly IsMultipleActiveResultSetsEnabled: boolean;
|
|
109
107
|
readonly SupportsAmbientTransactions: boolean;
|
|
110
108
|
CreateDbConnection(): DbConnection;
|
|
@@ -263,8 +261,8 @@ export interface SqlServerExecutionStrategy$instance {
|
|
|
263
261
|
|
|
264
262
|
readonly Dependencies: ExecutionStrategyDependencies;
|
|
265
263
|
readonly RetriesOnFailure: boolean;
|
|
266
|
-
Execute<TState, TResult>(state: TState, operation: Func_3<DbContext, TState, TResult>, verifySucceeded: Func_3<DbContext, TState, ExecutionResult_1<TResult>>): TResult;
|
|
267
|
-
ExecuteAsync<TState, TResult>(state: TState, operation: Func_4<DbContext, TState, CancellationToken, Task_1<TResult>>, verifySucceeded: Func_4<DbContext, TState, CancellationToken, Task_1<ExecutionResult_1<TResult
|
|
264
|
+
Execute<TState extends unknown, TResult extends unknown>(state: TState, operation: Func_3<DbContext, TState, TResult>, verifySucceeded: Func_3<DbContext, TState, ExecutionResult_1<TResult>> | null): TResult;
|
|
265
|
+
ExecuteAsync<TState extends unknown, TResult extends unknown>(state: TState, operation: Func_4<DbContext, TState, CancellationToken, Task_1<TResult>>, verifySucceeded: Func_4<DbContext, TState, CancellationToken, Task_1<ExecutionResult_1<TResult>>> | null, cancellationToken: CancellationToken): Task_1<TResult>;
|
|
268
266
|
}
|
|
269
267
|
|
|
270
268
|
|
|
@@ -317,7 +315,7 @@ export interface SqlServerLongTypeMapping$instance extends LongTypeMapping {
|
|
|
317
315
|
|
|
318
316
|
|
|
319
317
|
export const SqlServerLongTypeMapping: {
|
|
320
|
-
new(storeType: string, converter: ValueConverter, comparer: ValueComparer, providerValueComparer: ValueComparer, dbType: Nullable_1<DbType>): SqlServerLongTypeMapping;
|
|
318
|
+
new(storeType: string, converter: ValueConverter | null, comparer: ValueComparer | null, providerValueComparer: ValueComparer | null, dbType: Nullable_1<DbType>): SqlServerLongTypeMapping;
|
|
321
319
|
readonly Default: SqlServerLongTypeMapping;
|
|
322
320
|
};
|
|
323
321
|
|
|
@@ -390,7 +388,7 @@ export interface SqlServerStringTypeMapping$instance extends StringTypeMapping {
|
|
|
390
388
|
|
|
391
389
|
|
|
392
390
|
export const SqlServerStringTypeMapping: {
|
|
393
|
-
new(storeType: string, unicode: boolean, size: Nullable_1<System_Internal.Int32>, fixedLength: boolean, sqlDbType: Nullable_1<SqlDbType>, storeTypePostfix: Nullable_1<StoreTypePostfix>, useKeyComparison: boolean): SqlServerStringTypeMapping;
|
|
391
|
+
new(storeType: string | null, unicode: boolean, size: Nullable_1<System_Internal.Int32>, fixedLength: boolean, sqlDbType: Nullable_1<SqlDbType>, storeTypePostfix: Nullable_1<StoreTypePostfix>, useKeyComparison: boolean): SqlServerStringTypeMapping;
|
|
394
392
|
readonly Default: SqlServerStringTypeMapping;
|
|
395
393
|
readonly JsonTypeDefault: SqlServerStringTypeMapping;
|
|
396
394
|
readonly UnicodeDefault: SqlServerStringTypeMapping;
|
|
@@ -472,7 +470,7 @@ export interface SqlServerTransaction$instance extends RelationalTransaction {
|
|
|
472
470
|
|
|
473
471
|
|
|
474
472
|
export const SqlServerTransaction: {
|
|
475
|
-
new(connection: IRelationalConnection, transaction: DbTransaction, transactionId: Guid, logger: IDiagnosticsLogger_1<
|
|
473
|
+
new(connection: IRelationalConnection, transaction: DbTransaction, transactionId: Guid, logger: IDiagnosticsLogger_1<DbLoggerCategory_Database_Transaction>, transactionOwned: boolean, sqlGenerationHelper: ISqlGenerationHelper): SqlServerTransaction;
|
|
476
474
|
};
|
|
477
475
|
|
|
478
476
|
|
|
@@ -484,7 +482,7 @@ export interface SqlServerTransactionFactory$instance {
|
|
|
484
482
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_IRelationalTransactionFactory: never;
|
|
485
483
|
|
|
486
484
|
readonly Dependencies: RelationalTransactionFactoryDependencies;
|
|
487
|
-
Create(connection: IRelationalConnection, transaction: DbTransaction, transactionId: Guid, logger: IDiagnosticsLogger_1<
|
|
485
|
+
Create(connection: IRelationalConnection, transaction: DbTransaction, transactionId: Guid, logger: IDiagnosticsLogger_1<DbLoggerCategory_Database_Transaction>, transactionOwned: boolean): RelationalTransaction;
|
|
488
486
|
}
|
|
489
487
|
|
|
490
488
|
|
|
@@ -501,9 +499,9 @@ export interface SqlServerTypeMappingSource$instance extends RelationalTypeMappi
|
|
|
501
499
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_IRelationalTypeMappingSource: never;
|
|
502
500
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_ITypeMappingSource: never;
|
|
503
501
|
|
|
504
|
-
FindCollectionMapping(info: RelationalTypeMappingInfo, modelType: Type, providerType: Type, elementMapping: CoreTypeMapping): RelationalTypeMapping |
|
|
505
|
-
FindMapping(mappingInfo: RelationalTypeMappingInfo): RelationalTypeMapping |
|
|
506
|
-
ParseStoreTypeName(storeTypeName: string, unicode: Nullable_1<System_Internal.Boolean>, size: Nullable_1<System_Internal.Int32>, precision: Nullable_1<System_Internal.Int32>, scale: Nullable_1<System_Internal.Int32>): string |
|
|
502
|
+
FindCollectionMapping(info: RelationalTypeMappingInfo, modelType: Type, providerType: Type | null, elementMapping: CoreTypeMapping | null): RelationalTypeMapping | null;
|
|
503
|
+
FindMapping(mappingInfo: RelationalTypeMappingInfo): RelationalTypeMapping | null;
|
|
504
|
+
ParseStoreTypeName(storeTypeName: string | null, unicode: Nullable_1<System_Internal.Boolean>, size: Nullable_1<System_Internal.Int32>, precision: Nullable_1<System_Internal.Int32>, scale: Nullable_1<System_Internal.Int32>): string | null;
|
|
507
505
|
}
|
|
508
506
|
|
|
509
507
|
|
|
@@ -526,7 +524,7 @@ export interface SqlServerUdtTypeMapping$instance extends RelationalTypeMapping
|
|
|
526
524
|
|
|
527
525
|
|
|
528
526
|
export const SqlServerUdtTypeMapping: {
|
|
529
|
-
new(clrType: Type, storeType: string, literalGenerator: Func_2<unknown, Expression>, storeTypePostfix: StoreTypePostfix, udtTypeName: string, converter: ValueConverter, comparer: ValueComparer, keyComparer: ValueComparer, dbType: Nullable_1<DbType>, unicode: boolean, size: Nullable_1<System_Internal.Int32>, fixedLength: boolean, precision: Nullable_1<System_Internal.Int32>, scale: Nullable_1<System_Internal.Int32>): SqlServerUdtTypeMapping;
|
|
527
|
+
new(clrType: Type, storeType: string, literalGenerator: Func_2<unknown, Expression>, storeTypePostfix: StoreTypePostfix, udtTypeName: string | null, converter: ValueConverter | null, comparer: ValueComparer | null, keyComparer: ValueComparer | null, dbType: Nullable_1<DbType>, unicode: boolean, size: Nullable_1<System_Internal.Int32>, fixedLength: boolean, precision: Nullable_1<System_Internal.Int32>, scale: Nullable_1<System_Internal.Int32>): SqlServerUdtTypeMapping;
|
|
530
528
|
};
|
|
531
529
|
|
|
532
530
|
|
|
@@ -549,7 +547,7 @@ export const SqlServerVectorTypeMapping: {
|
|
|
549
547
|
export type SqlServerVectorTypeMapping = SqlServerVectorTypeMapping$instance;
|
|
550
548
|
|
|
551
549
|
export abstract class SqlServerTransientExceptionDetector$instance {
|
|
552
|
-
static ShouldRetryOn(ex: Exception): boolean;
|
|
550
|
+
static ShouldRetryOn(ex: Exception | null): boolean;
|
|
553
551
|
}
|
|
554
552
|
|
|
555
553
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
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';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { ISqlServerSingletonOptions } from './Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.js';
|
|
10
14
|
import type { DbConnection, DbParameter, DbTransaction } from '@tsonic/dotnet/System.Data.Common.js';
|
|
@@ -19,8 +23,8 @@ import type { Task } from '@tsonic/dotnet/System.Threading.Tasks.js';
|
|
|
19
23
|
import type { ValueComparer } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.ChangeTracking.js';
|
|
20
24
|
import type { IDiagnosticsLogger } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js';
|
|
21
25
|
import type { IInfrastructure, IResettableService } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js';
|
|
22
|
-
import type { DbContext,
|
|
23
|
-
import type { BoolTypeMapping, ByteArrayTypeMapping, ByteTypeMapping, CoreTypeMapping, DateOnlyTypeMapping, DateTimeOffsetTypeMapping, DateTimeTypeMapping, DecimalTypeMapping, DoubleTypeMapping, ExecutionResult, ExecutionStrategyDependencies, FloatTypeMapping, IDatabaseCreator, IDbContextTransaction, IDbContextTransactionManager, IExceptionDetector, IExecutionStrategy, IExecutionStrategyFactory, IRawSqlCommandBuilder, IRelationalConnection, IRelationalDatabaseCreator, IRelationalTransactionFactory, IRelationalTransactionManager, IRelationalTypeMappingSource, ISqlGenerationHelper, ITransactionEnlistmentManager, ITypeMappingSource, JsonTypeMapping, LongTypeMapping, RelationalConnection, RelationalConnectionDependencies, RelationalDatabaseCreator, RelationalDatabaseCreatorDependencies, RelationalExecutionStrategyFactory, RelationalSqlGenerationHelper, RelationalSqlGenerationHelperDependencies, RelationalTransaction, RelationalTransactionFactoryDependencies, RelationalTypeMapping, RelationalTypeMappingInfo, RelationalTypeMappingSource, RelationalTypeMappingSourceDependencies, ShortTypeMapping, StoreTypePostfix, StringTypeMapping, TimeOnlyTypeMapping, TimeSpanTypeMapping, TypeMappingSourceDependencies } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js';
|
|
26
|
+
import type { DbContext, DbLoggerCategory_Database_Transaction } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.js';
|
|
27
|
+
import type { BoolTypeMapping, ByteArrayTypeMapping, ByteTypeMapping, CoreTypeMapping, DateOnlyTypeMapping, DateTimeOffsetTypeMapping, DateTimeTypeMapping, DecimalTypeMapping, DoubleTypeMapping, ExecutionResult, ExecutionStrategyDependencies, FloatTypeMapping, IDatabaseCreator, IDbContextTransaction, IDbContextTransactionManager, IExceptionDetector, IExecutionStrategy, IExecutionStrategyFactory, IRawSqlCommandBuilder, IRelationalConnection, IRelationalDatabaseCreator, IRelationalTransactionFactory, IRelationalTransactionManager, IRelationalTypeMappingSource, ISqlGenerationHelper, ITransactionEnlistmentManager, ITypeMappingSource, JsonTypeMapping, LongTypeMapping, RelationalConnection, RelationalConnectionDependencies, RelationalDatabaseCreator, RelationalDatabaseCreatorDependencies, RelationalExecutionStrategyFactory, RelationalSqlGenerationHelper, RelationalSqlGenerationHelperDependencies, RelationalTransaction, RelationalTransactionFactoryDependencies, RelationalTypeMapping, RelationalTypeMapping_RelationalTypeMappingParameters, RelationalTypeMappingInfo, RelationalTypeMappingSource, RelationalTypeMappingSourceDependencies, ShortTypeMapping, StoreTypePostfix, StringTypeMapping, TimeOnlyTypeMapping, TimeSpanTypeMapping, TypeMappingSourceDependencies } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js';
|
|
24
28
|
import type { ValueConverter } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.ValueConversion.js';
|
|
25
29
|
|
|
26
30
|
// Public API exports (curated - no internal $instance/$views leakage)
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.EntityFrameworkCore.SqlServer.Update.Internal
|
|
3
3
|
// Assembly: Microsoft.EntityFrameworkCore.SqlServer
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
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';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import type { IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
@@ -115,17 +113,17 @@ export interface SqlServerUpdateSqlGenerator$instance extends UpdateAndSelectSql
|
|
|
115
113
|
readonly MergeIntoMinimumThreshold: int;
|
|
116
114
|
AppendBatchHeader(commandStringBuilder: StringBuilder): void;
|
|
117
115
|
AppendBulkInsertOperation(commandStringBuilder: StringBuilder, modificationCommands: IReadOnlyList_1<IReadOnlyModificationCommand>, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
|
|
118
|
-
AppendDeleteCommand(commandStringBuilder: StringBuilder, name: string, schema: string, readOperations: IReadOnlyList_1<IColumnModification>, conditionOperations: IReadOnlyList_1<IColumnModification>, appendReturningOneClause?: boolean): void;
|
|
116
|
+
AppendDeleteCommand(commandStringBuilder: StringBuilder, name: string, schema: string | null, readOperations: IReadOnlyList_1<IColumnModification>, conditionOperations: IReadOnlyList_1<IColumnModification>, appendReturningOneClause?: boolean): void;
|
|
119
117
|
AppendDeleteOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
|
|
120
118
|
AppendIdentityWhereCondition(commandStringBuilder: StringBuilder, columnModification: IColumnModification): void;
|
|
121
|
-
AppendInsertCommand(commandStringBuilder: StringBuilder, name: string, schema: string, writeOperations: IReadOnlyList_1<IColumnModification>, readOperations: IReadOnlyList_1<IColumnModification>): void;
|
|
119
|
+
AppendInsertCommand(commandStringBuilder: StringBuilder, name: string, schema: string | null, writeOperations: IReadOnlyList_1<IColumnModification>, readOperations: IReadOnlyList_1<IColumnModification>): void;
|
|
122
120
|
AppendInsertOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
|
|
123
|
-
AppendReturningClause(commandStringBuilder: StringBuilder, operations: IReadOnlyList_1<IColumnModification>, additionalValues?: string): void;
|
|
121
|
+
AppendReturningClause(commandStringBuilder: StringBuilder, operations: IReadOnlyList_1<IColumnModification>, additionalValues?: string | null): void;
|
|
124
122
|
AppendRowsAffectedWhereCondition(commandStringBuilder: StringBuilder, expectedRowsAffected: int): void;
|
|
125
|
-
AppendSelectAffectedCountCommand(commandStringBuilder: StringBuilder, name: string, schema: string, commandPosition: int): ResultSetMapping;
|
|
123
|
+
AppendSelectAffectedCountCommand(commandStringBuilder: StringBuilder, name: string, schema: string | null, commandPosition: int): ResultSetMapping;
|
|
126
124
|
AppendStoredProcedureCall(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
|
|
127
|
-
AppendUpdateColumnValue(updateSqlGeneratorHelper: ISqlGenerationHelper, columnModification: IColumnModification, stringBuilder: StringBuilder, name: string, schema: string): void;
|
|
128
|
-
AppendUpdateCommand(commandStringBuilder: StringBuilder, name: string, schema: string, writeOperations: IReadOnlyList_1<IColumnModification>, readOperations: IReadOnlyList_1<IColumnModification>, conditionOperations: IReadOnlyList_1<IColumnModification>, appendReturningOneClause?: boolean): void;
|
|
125
|
+
AppendUpdateColumnValue(updateSqlGeneratorHelper: ISqlGenerationHelper, columnModification: IColumnModification, stringBuilder: StringBuilder, name: string, schema: string | null): void;
|
|
126
|
+
AppendUpdateCommand(commandStringBuilder: StringBuilder, name: string, schema: string | null, writeOperations: IReadOnlyList_1<IColumnModification>, readOperations: IReadOnlyList_1<IColumnModification>, conditionOperations: IReadOnlyList_1<IColumnModification>, appendReturningOneClause?: boolean): void;
|
|
129
127
|
AppendUpdateOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
|
|
130
128
|
PrependEnsureAutocommit(commandStringBuilder: StringBuilder): void;
|
|
131
129
|
}
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
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';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
10
14
|
import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Void } from '@tsonic/dotnet/System.js';
|
package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts
CHANGED
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal
|
|
3
3
|
// Assembly: Microsoft.EntityFrameworkCore.SqlServer
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
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';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import type { ISqlServerConnection } from "../../Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.js";
|
|
@@ -24,7 +22,7 @@ import type { HiLoValueGenerator_1, HiLoValueGeneratorState, IValueGeneratorCach
|
|
|
24
22
|
export interface ISqlServerSequenceValueGeneratorFactory$instance {
|
|
25
23
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_SqlServer_ValueGeneration_Internal_ISqlServerSequenceValueGeneratorFactory: never;
|
|
26
24
|
|
|
27
|
-
TryCreate(property: IProperty, clrType: Type, generatorState: SqlServerSequenceValueGeneratorState, connection: ISqlServerConnection, rawSqlCommandBuilder: IRawSqlCommandBuilder, commandLogger: IRelationalCommandDiagnosticsLogger): ValueGenerator |
|
|
25
|
+
TryCreate(property: IProperty, clrType: Type, generatorState: SqlServerSequenceValueGeneratorState, connection: ISqlServerConnection, rawSqlCommandBuilder: IRawSqlCommandBuilder, commandLogger: IRelationalCommandDiagnosticsLogger): ValueGenerator | null;
|
|
28
26
|
}
|
|
29
27
|
|
|
30
28
|
|
|
@@ -41,7 +39,7 @@ export interface ISqlServerValueGeneratorCache$instance extends Microsoft_Entity
|
|
|
41
39
|
|
|
42
40
|
export type ISqlServerValueGeneratorCache = ISqlServerValueGeneratorCache$instance;
|
|
43
41
|
|
|
44
|
-
export interface SqlServerSequenceHiLoValueGenerator_1$instance<TValue> extends HiLoValueGenerator_1<TValue> {
|
|
42
|
+
export interface SqlServerSequenceHiLoValueGenerator_1$instance<TValue extends unknown> extends HiLoValueGenerator_1<TValue> {
|
|
45
43
|
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_ValueGeneration_Internal_SqlServerSequenceHiLoValueGenerator_1: never;
|
|
46
44
|
|
|
47
45
|
readonly GeneratesTemporaryValues: boolean;
|
|
@@ -51,18 +49,18 @@ export interface SqlServerSequenceHiLoValueGenerator_1$instance<TValue> extends
|
|
|
51
49
|
|
|
52
50
|
|
|
53
51
|
export const SqlServerSequenceHiLoValueGenerator_1: {
|
|
54
|
-
new<TValue>(rawSqlCommandBuilder: IRawSqlCommandBuilder, sqlGenerator: ISqlServerUpdateSqlGenerator, generatorState: SqlServerSequenceValueGeneratorState, connection: ISqlServerConnection, commandLogger: IRelationalCommandDiagnosticsLogger): SqlServerSequenceHiLoValueGenerator_1<TValue>;
|
|
52
|
+
new<TValue extends unknown>(rawSqlCommandBuilder: IRawSqlCommandBuilder, sqlGenerator: ISqlServerUpdateSqlGenerator, generatorState: SqlServerSequenceValueGeneratorState, connection: ISqlServerConnection, commandLogger: IRelationalCommandDiagnosticsLogger): SqlServerSequenceHiLoValueGenerator_1<TValue>;
|
|
55
53
|
};
|
|
56
54
|
|
|
57
55
|
|
|
58
|
-
export type SqlServerSequenceHiLoValueGenerator_1<TValue> = SqlServerSequenceHiLoValueGenerator_1$instance<TValue>;
|
|
56
|
+
export type SqlServerSequenceHiLoValueGenerator_1<TValue extends unknown> = SqlServerSequenceHiLoValueGenerator_1$instance<TValue>;
|
|
59
57
|
|
|
60
58
|
export interface SqlServerSequenceValueGeneratorFactory$instance extends ISqlServerSequenceValueGeneratorFactory$instance {
|
|
61
59
|
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_ValueGeneration_Internal_SqlServerSequenceValueGeneratorFactory: never;
|
|
62
60
|
|
|
63
61
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_SqlServer_ValueGeneration_Internal_ISqlServerSequenceValueGeneratorFactory: never;
|
|
64
62
|
|
|
65
|
-
TryCreate(property: IProperty, type: Type, generatorState: SqlServerSequenceValueGeneratorState, connection: ISqlServerConnection, rawSqlCommandBuilder: IRawSqlCommandBuilder, commandLogger: IRelationalCommandDiagnosticsLogger): ValueGenerator |
|
|
63
|
+
TryCreate(property: IProperty, type: Type, generatorState: SqlServerSequenceValueGeneratorState, connection: ISqlServerConnection, rawSqlCommandBuilder: IRawSqlCommandBuilder, commandLogger: IRelationalCommandDiagnosticsLogger): ValueGenerator | null;
|
|
66
64
|
}
|
|
67
65
|
|
|
68
66
|
|
|
@@ -122,9 +120,9 @@ export interface SqlServerValueGeneratorSelector$instance extends RelationalValu
|
|
|
122
120
|
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_ValueGeneration_IValueGeneratorSelector: never;
|
|
123
121
|
|
|
124
122
|
readonly Cache: ISqlServerValueGeneratorCache;
|
|
125
|
-
FindForType(property: IProperty, typeBase: ITypeBase, clrType: Type): ValueGenerator |
|
|
126
|
-
Select(property: IProperty, typeBase: ITypeBase): ValueGenerator |
|
|
127
|
-
TrySelect(property: IProperty, typeBase: ITypeBase, valueGenerator: ValueGenerator): boolean;
|
|
123
|
+
FindForType(property: IProperty, typeBase: ITypeBase, clrType: Type): ValueGenerator | null;
|
|
124
|
+
Select(property: IProperty, typeBase: ITypeBase): ValueGenerator | null;
|
|
125
|
+
TrySelect(property: IProperty, typeBase: ITypeBase, valueGenerator: ValueGenerator | null): boolean;
|
|
128
126
|
}
|
|
129
127
|
|
|
130
128
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
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';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { ISqlServerConnection } from './Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.js';
|
|
10
14
|
import type { ISqlServerUpdateSqlGenerator } from './Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.js';
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.EntityFrameworkCore/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
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';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { SqlVector_1 } from './Microsoft.Data.SqlTypes/internal/index.js';
|
|
10
14
|
import type { AzureSqlDbContextOptionsBuilder, AzureSynapseDbContextOptionsBuilder, SqlEngineDbContextOptionsBuilder, SqlServerDbContextOptionsBuilder } from './Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js';
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.Extensions.DependencyInjection
|
|
3
3
|
// Assembly: Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.SqlServer, Microsoft.Extensions.Caching.Memory, Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.Logging, Microsoft.Extensions.Options
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
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';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { AzureSqlDbContextOptionsBuilder, AzureSynapseDbContextOptionsBuilder, SqlServerDbContextOptionsBuilder } from "../../Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js";
|
|
@@ -13,12 +14,12 @@ import type { DbContext, DbContextOptionsBuilder } from "@tsonic/efcore/Microsof
|
|
|
13
14
|
import type { IServiceCollection } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection/internal/index.js";
|
|
14
15
|
|
|
15
16
|
export abstract class SqlServerServiceCollectionExtensions$instance {
|
|
16
|
-
static AddAzureSql<TContext extends DbContext>(serviceCollection: IServiceCollection, connectionString: string, azureSqlOptionsAction?: Action_1<AzureSqlDbContextOptionsBuilder
|
|
17
|
-
static AddAzureSynapse<TContext extends DbContext>(serviceCollection: IServiceCollection, connectionString: string, azureSynapseOptionsAction?: Action_1<AzureSynapseDbContextOptionsBuilder
|
|
17
|
+
static AddAzureSql<TContext extends unknown & DbContext>(serviceCollection: IServiceCollection, connectionString: string | null, azureSqlOptionsAction?: Action_1<AzureSqlDbContextOptionsBuilder> | null, optionsAction?: Action_1<DbContextOptionsBuilder> | null): IServiceCollection;
|
|
18
|
+
static AddAzureSynapse<TContext extends unknown & DbContext>(serviceCollection: IServiceCollection, connectionString: string | null, azureSynapseOptionsAction?: Action_1<AzureSynapseDbContextOptionsBuilder> | null, optionsAction?: Action_1<DbContextOptionsBuilder> | null): IServiceCollection;
|
|
18
19
|
static AddEntityFrameworkAzureSql(serviceCollection: IServiceCollection): IServiceCollection;
|
|
19
20
|
static AddEntityFrameworkAzureSynapse(serviceCollection: IServiceCollection): IServiceCollection;
|
|
20
21
|
static AddEntityFrameworkSqlServer(serviceCollection: IServiceCollection): IServiceCollection;
|
|
21
|
-
static AddSqlServer<TContext extends DbContext>(serviceCollection: IServiceCollection, connectionString: string, sqlServerOptionsAction?: Action_1<SqlServerDbContextOptionsBuilder
|
|
22
|
+
static AddSqlServer<TContext extends unknown & DbContext>(serviceCollection: IServiceCollection, connectionString: string | null, sqlServerOptionsAction?: Action_1<SqlServerDbContextOptionsBuilder> | null, optionsAction?: Action_1<DbContextOptionsBuilder> | null): IServiceCollection;
|
|
22
23
|
}
|
|
23
24
|
|
|
24
25
|
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.DependencyInjection/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
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';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { AzureSqlDbContextOptionsBuilder, AzureSynapseDbContextOptionsBuilder, SqlServerDbContextOptionsBuilder } from './Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js';
|
|
10
14
|
import type { Action, Object as ClrObject, String as ClrString } from '@tsonic/dotnet/System.js';
|
|
@@ -228,106 +228,6 @@
|
|
|
228
228
|
"events": [],
|
|
229
229
|
"constructors": []
|
|
230
230
|
},
|
|
231
|
-
{
|
|
232
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems",
|
|
233
|
-
"clrName": "Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems",
|
|
234
|
-
"assemblyName": "Microsoft.Identity.Client",
|
|
235
|
-
"metadataToken": 0,
|
|
236
|
-
"kind": "Enum",
|
|
237
|
-
"accessibility": "Public",
|
|
238
|
-
"isAbstract": false,
|
|
239
|
-
"isSealed": true,
|
|
240
|
-
"isStatic": false,
|
|
241
|
-
"arity": 0,
|
|
242
|
-
"baseType": {
|
|
243
|
-
"stableId": "System.Private.CoreLib:System.Enum",
|
|
244
|
-
"clrName": "System.Enum"
|
|
245
|
-
},
|
|
246
|
-
"interfaces": [
|
|
247
|
-
{
|
|
248
|
-
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
249
|
-
"clrName": "System.IComparable"
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
253
|
-
"clrName": "System.ISpanFormattable"
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
257
|
-
"clrName": "System.IFormattable"
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
261
|
-
"clrName": "System.IConvertible"
|
|
262
|
-
}
|
|
263
|
-
],
|
|
264
|
-
"methods": [],
|
|
265
|
-
"properties": [],
|
|
266
|
-
"fields": [
|
|
267
|
-
{
|
|
268
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems::value__System.Int32",
|
|
269
|
-
"clrName": "value__",
|
|
270
|
-
"metadataToken": 67111072,
|
|
271
|
-
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
272
|
-
"isStatic": false,
|
|
273
|
-
"isReadOnly": false,
|
|
274
|
-
"isLiteral": false,
|
|
275
|
-
"visibility": "Public",
|
|
276
|
-
"declaringClrType": "Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems",
|
|
277
|
-
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems::NoneMicrosoft.Identity.Client.BrokerOptions\u002BOperatingSystems",
|
|
281
|
-
"clrName": "None",
|
|
282
|
-
"metadataToken": 67111073,
|
|
283
|
-
"normalizedSignature": "None|Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems|static=true|const=true",
|
|
284
|
-
"isStatic": true,
|
|
285
|
-
"isReadOnly": false,
|
|
286
|
-
"isLiteral": true,
|
|
287
|
-
"visibility": "Public",
|
|
288
|
-
"declaringClrType": "Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems",
|
|
289
|
-
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
290
|
-
},
|
|
291
|
-
{
|
|
292
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems::WindowsMicrosoft.Identity.Client.BrokerOptions\u002BOperatingSystems",
|
|
293
|
-
"clrName": "Windows",
|
|
294
|
-
"metadataToken": 67111074,
|
|
295
|
-
"normalizedSignature": "Windows|Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems|static=true|const=true",
|
|
296
|
-
"isStatic": true,
|
|
297
|
-
"isReadOnly": false,
|
|
298
|
-
"isLiteral": true,
|
|
299
|
-
"visibility": "Public",
|
|
300
|
-
"declaringClrType": "Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems",
|
|
301
|
-
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems::LinuxMicrosoft.Identity.Client.BrokerOptions\u002BOperatingSystems",
|
|
305
|
-
"clrName": "Linux",
|
|
306
|
-
"metadataToken": 67111075,
|
|
307
|
-
"normalizedSignature": "Linux|Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems|static=true|const=true",
|
|
308
|
-
"isStatic": true,
|
|
309
|
-
"isReadOnly": false,
|
|
310
|
-
"isLiteral": true,
|
|
311
|
-
"visibility": "Public",
|
|
312
|
-
"declaringClrType": "Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems",
|
|
313
|
-
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems::OSXMicrosoft.Identity.Client.BrokerOptions\u002BOperatingSystems",
|
|
317
|
-
"clrName": "OSX",
|
|
318
|
-
"metadataToken": 67111076,
|
|
319
|
-
"normalizedSignature": "OSX|Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems|static=true|const=true",
|
|
320
|
-
"isStatic": true,
|
|
321
|
-
"isReadOnly": false,
|
|
322
|
-
"isLiteral": true,
|
|
323
|
-
"visibility": "Public",
|
|
324
|
-
"declaringClrType": "Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems",
|
|
325
|
-
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
326
|
-
}
|
|
327
|
-
],
|
|
328
|
-
"events": [],
|
|
329
|
-
"constructors": []
|
|
330
|
-
},
|
|
331
231
|
{
|
|
332
232
|
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.CacheRefreshReason",
|
|
333
233
|
"clrName": "Microsoft.Identity.Client.CacheRefreshReason",
|
|
@@ -7477,6 +7377,106 @@
|
|
|
7477
7377
|
}
|
|
7478
7378
|
]
|
|
7479
7379
|
},
|
|
7380
|
+
{
|
|
7381
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems",
|
|
7382
|
+
"clrName": "Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems",
|
|
7383
|
+
"assemblyName": "Microsoft.Identity.Client",
|
|
7384
|
+
"metadataToken": 0,
|
|
7385
|
+
"kind": "Enum",
|
|
7386
|
+
"accessibility": "Public",
|
|
7387
|
+
"isAbstract": false,
|
|
7388
|
+
"isSealed": true,
|
|
7389
|
+
"isStatic": false,
|
|
7390
|
+
"arity": 0,
|
|
7391
|
+
"baseType": {
|
|
7392
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
7393
|
+
"clrName": "System.Enum"
|
|
7394
|
+
},
|
|
7395
|
+
"interfaces": [
|
|
7396
|
+
{
|
|
7397
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
7398
|
+
"clrName": "System.IComparable"
|
|
7399
|
+
},
|
|
7400
|
+
{
|
|
7401
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
7402
|
+
"clrName": "System.ISpanFormattable"
|
|
7403
|
+
},
|
|
7404
|
+
{
|
|
7405
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
7406
|
+
"clrName": "System.IFormattable"
|
|
7407
|
+
},
|
|
7408
|
+
{
|
|
7409
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
7410
|
+
"clrName": "System.IConvertible"
|
|
7411
|
+
}
|
|
7412
|
+
],
|
|
7413
|
+
"methods": [],
|
|
7414
|
+
"properties": [],
|
|
7415
|
+
"fields": [
|
|
7416
|
+
{
|
|
7417
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems::value__System.Int32",
|
|
7418
|
+
"clrName": "value__",
|
|
7419
|
+
"metadataToken": 67111072,
|
|
7420
|
+
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
7421
|
+
"isStatic": false,
|
|
7422
|
+
"isReadOnly": false,
|
|
7423
|
+
"isLiteral": false,
|
|
7424
|
+
"visibility": "Public",
|
|
7425
|
+
"declaringClrType": "Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems",
|
|
7426
|
+
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
7427
|
+
},
|
|
7428
|
+
{
|
|
7429
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems::NoneMicrosoft.Identity.Client.BrokerOptions\u002BOperatingSystems",
|
|
7430
|
+
"clrName": "None",
|
|
7431
|
+
"metadataToken": 67111073,
|
|
7432
|
+
"normalizedSignature": "None|Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems|static=true|const=true",
|
|
7433
|
+
"isStatic": true,
|
|
7434
|
+
"isReadOnly": false,
|
|
7435
|
+
"isLiteral": true,
|
|
7436
|
+
"visibility": "Public",
|
|
7437
|
+
"declaringClrType": "Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems",
|
|
7438
|
+
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
7439
|
+
},
|
|
7440
|
+
{
|
|
7441
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems::WindowsMicrosoft.Identity.Client.BrokerOptions\u002BOperatingSystems",
|
|
7442
|
+
"clrName": "Windows",
|
|
7443
|
+
"metadataToken": 67111074,
|
|
7444
|
+
"normalizedSignature": "Windows|Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems|static=true|const=true",
|
|
7445
|
+
"isStatic": true,
|
|
7446
|
+
"isReadOnly": false,
|
|
7447
|
+
"isLiteral": true,
|
|
7448
|
+
"visibility": "Public",
|
|
7449
|
+
"declaringClrType": "Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems",
|
|
7450
|
+
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
7451
|
+
},
|
|
7452
|
+
{
|
|
7453
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems::LinuxMicrosoft.Identity.Client.BrokerOptions\u002BOperatingSystems",
|
|
7454
|
+
"clrName": "Linux",
|
|
7455
|
+
"metadataToken": 67111075,
|
|
7456
|
+
"normalizedSignature": "Linux|Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems|static=true|const=true",
|
|
7457
|
+
"isStatic": true,
|
|
7458
|
+
"isReadOnly": false,
|
|
7459
|
+
"isLiteral": true,
|
|
7460
|
+
"visibility": "Public",
|
|
7461
|
+
"declaringClrType": "Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems",
|
|
7462
|
+
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
7463
|
+
},
|
|
7464
|
+
{
|
|
7465
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems::OSXMicrosoft.Identity.Client.BrokerOptions\u002BOperatingSystems",
|
|
7466
|
+
"clrName": "OSX",
|
|
7467
|
+
"metadataToken": 67111076,
|
|
7468
|
+
"normalizedSignature": "OSX|Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems|static=true|const=true",
|
|
7469
|
+
"isStatic": true,
|
|
7470
|
+
"isReadOnly": false,
|
|
7471
|
+
"isLiteral": true,
|
|
7472
|
+
"visibility": "Public",
|
|
7473
|
+
"declaringClrType": "Microsoft.Identity.Client.BrokerOptions\u002BOperatingSystems",
|
|
7474
|
+
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
7475
|
+
}
|
|
7476
|
+
],
|
|
7477
|
+
"events": [],
|
|
7478
|
+
"constructors": []
|
|
7479
|
+
},
|
|
7480
7480
|
{
|
|
7481
7481
|
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.CacheOptions",
|
|
7482
7482
|
"clrName": "Microsoft.Identity.Client.CacheOptions",
|