@tsonic/efcore-npgsql 10.0.1 → 10.0.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 +737 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +20 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +5 -0
- package/Microsoft.Extensions.DependencyInjection/bindings.json +6 -0
- package/Npgsql/bindings.json +3099 -41
- package/Npgsql/internal/index.d.ts +142 -22
- package/Npgsql.BackendMessages/bindings.json +7 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +39 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +7 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +179 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +17 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +22 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +8 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +59 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +8 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +275 -16
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +35 -11
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +120 -31
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +6 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +150 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +480 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +50 -10
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +85 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +763 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +47 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +94 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +10 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +42 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +31 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +410 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +53 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +1093 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +103 -15
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +2356 -296
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +157 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +6 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +25 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +508 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +44 -11
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +23 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +4017 -129
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +435 -53
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +16 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +257 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +29 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +5 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +20 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +137 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +16 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +3 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +1 -1
- package/Npgsql.Internal/bindings.json +884 -15
- package/Npgsql.Internal/internal/index.d.ts +43 -9
- package/Npgsql.Internal.Postgres/bindings.json +81 -0
- package/Npgsql.Internal.d.ts +1 -1
- package/Npgsql.NameTranslation/bindings.json +30 -0
- package/Npgsql.PostgresTypes/bindings.json +144 -12
- package/Npgsql.PostgresTypes/internal/index.d.ts +12 -9
- package/Npgsql.Replication/bindings.json +166 -11
- package/Npgsql.Replication/internal/index.d.ts +6 -5
- package/Npgsql.Replication.Internal/bindings.json +26 -1
- package/Npgsql.Replication.Internal/internal/index.d.ts +1 -0
- package/Npgsql.Replication.PgOutput/bindings.json +160 -6
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +4 -3
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +513 -83
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +43 -40
- package/Npgsql.Replication.TestDecoding/bindings.json +40 -2
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +1 -1
- package/Npgsql.Schema/bindings.json +87 -54
- package/Npgsql.Schema/internal/index.d.ts +33 -27
- package/Npgsql.TypeMapping/bindings.json +17 -0
- package/Npgsql.Util/bindings.json +4 -0
- package/Npgsql.d.ts +1 -1
- package/NpgsqlTypes/bindings.json +871 -4
- package/NpgsqlTypes/internal/index.d.ts +3 -1
- package/package.json +1 -1
|
@@ -5,15 +5,19 @@
|
|
|
5
5
|
// Primitive type aliases from @tsonic/core
|
|
6
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';
|
|
7
7
|
|
|
8
|
+
// Import support types from @tsonic/core
|
|
9
|
+
import type { ptr } from "@tsonic/core/types.js";
|
|
10
|
+
|
|
8
11
|
// Import types from other namespaces
|
|
9
12
|
import type { INpgsqlSingletonOptions, NpgsqlOptionsExtension } from "../../Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.js";
|
|
10
13
|
import type { INpgsqlDataSourceConfigurationPlugin } from "../../Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.js";
|
|
11
14
|
import type { NpgsqlEStringTypeMapping } from "../../Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.js";
|
|
12
|
-
import type { NpgsqlConnection } from "../../Npgsql/internal/index.js";
|
|
15
|
+
import type { NpgsqlConnection, NpgsqlDataSource } from "../../Npgsql/internal/index.js";
|
|
16
|
+
import type { ConcurrentDictionary } from "@tsonic/dotnet/System.Collections.Concurrent.js";
|
|
13
17
|
import type { IEnumerable } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
14
|
-
import type { DbDataSource } from "@tsonic/dotnet/System.Data.Common.js";
|
|
18
|
+
import type { DbConnection, DbDataSource } from "@tsonic/dotnet/System.Data.Common.js";
|
|
15
19
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
16
|
-
import type { Boolean as ClrBoolean, Exception, Func, IAsyncDisposable, IDisposable, IServiceProvider, Object as ClrObject, String as ClrString, TimeSpan, Type, Void } from "@tsonic/dotnet/System.js";
|
|
20
|
+
import type { Boolean as ClrBoolean, Exception, Func, IAsyncDisposable, IDisposable, Int32, IServiceProvider, Nullable, Object as ClrObject, String as ClrString, TimeSpan, Type, Void } from "@tsonic/dotnet/System.js";
|
|
17
21
|
import type { StringBuilder } from "@tsonic/dotnet/System.Text.js";
|
|
18
22
|
import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
|
|
19
23
|
import type { Task, ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
|
|
@@ -23,7 +27,7 @@ import type { IDbContextOptions, IResettableService } from "@tsonic/efcore/Micro
|
|
|
23
27
|
import type { DbContext } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.js";
|
|
24
28
|
import type { IModel, IProperty } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js";
|
|
25
29
|
import * as Microsoft_EntityFrameworkCore_Storage_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js";
|
|
26
|
-
import type { CoreTypeMapping, ExecutionResult, ExecutionStrategyDependencies, IDatabaseCreator, IDbContextTransactionManager, IExecutionStrategy, IExecutionStrategyFactory, IRawSqlCommandBuilder, IRelationalConnection, IRelationalDatabaseCreator, IRelationalTransactionManager, IRelationalTypeMappingSource, ISqlGenerationHelper, ITransactionEnlistmentManager, ITypeMappingSource, RelationalConnection, RelationalConnectionDependencies, RelationalDatabaseCreator, RelationalDatabaseCreatorDependencies, RelationalExecutionStrategyFactory, RelationalSqlGenerationHelper, RelationalSqlGenerationHelperDependencies, RelationalTypeMapping, RelationalTypeMappingSource, RelationalTypeMappingSourceDependencies, TypeMappingSourceDependencies } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js";
|
|
30
|
+
import type { CoreTypeMapping, ExecutionResult, ExecutionStrategyDependencies, IDatabaseCreator, IDbContextTransactionManager, IExecutionStrategy, IExecutionStrategyFactory, IRawSqlCommandBuilder, IRelationalConnection, IRelationalDatabaseCreator, IRelationalTransactionManager, IRelationalTypeMappingSource, ISqlGenerationHelper, ITransactionEnlistmentManager, ITypeMappingSource, RelationalConnection, RelationalConnectionDependencies, RelationalDatabaseCreator, RelationalDatabaseCreatorDependencies, RelationalExecutionStrategyFactory, RelationalSqlGenerationHelper, RelationalSqlGenerationHelperDependencies, RelationalTypeMapping, RelationalTypeMappingInfo, RelationalTypeMappingSource, RelationalTypeMappingSourceDependencies, TypeMappingSourceDependencies } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js";
|
|
27
31
|
|
|
28
32
|
export interface INpgsqlRelationalConnection$instance extends IRelationalConnection, IRelationalTransactionManager, IDbContextTransactionManager, IResettableService, IDisposable, IAsyncDisposable {
|
|
29
33
|
readonly DataSource: DbDataSource | undefined;
|
|
@@ -57,7 +61,12 @@ export const NpgsqlDatabaseCreator: {
|
|
|
57
61
|
|
|
58
62
|
export type NpgsqlDatabaseCreator = NpgsqlDatabaseCreator$instance;
|
|
59
63
|
|
|
60
|
-
export
|
|
64
|
+
export abstract class NpgsqlDataSourceManager$protected {
|
|
65
|
+
protected CreateDataSource(npgsqlOptionsExtension: NpgsqlOptionsExtension): NpgsqlDataSource;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
export interface NpgsqlDataSourceManager$instance extends NpgsqlDataSourceManager$protected {
|
|
61
70
|
Dispose(): void;
|
|
62
71
|
DisposeAsync(): ValueTask;
|
|
63
72
|
GetDataSource(npgsqlOptionsExtension: NpgsqlOptionsExtension, applicationServiceProvider: IServiceProvider): DbDataSource | undefined;
|
|
@@ -85,7 +94,12 @@ export const NpgsqlExecutionStrategy: {
|
|
|
85
94
|
|
|
86
95
|
export type NpgsqlExecutionStrategy = NpgsqlExecutionStrategy$instance;
|
|
87
96
|
|
|
88
|
-
export
|
|
97
|
+
export abstract class NpgsqlExecutionStrategyFactory$protected {
|
|
98
|
+
protected CreateDefaultStrategy(dependencies: ExecutionStrategyDependencies): IExecutionStrategy;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
export interface NpgsqlExecutionStrategyFactory$instance extends NpgsqlExecutionStrategyFactory$protected, RelationalExecutionStrategyFactory {
|
|
89
103
|
}
|
|
90
104
|
|
|
91
105
|
|
|
@@ -96,10 +110,17 @@ export const NpgsqlExecutionStrategyFactory: {
|
|
|
96
110
|
|
|
97
111
|
export type NpgsqlExecutionStrategyFactory = NpgsqlExecutionStrategyFactory$instance;
|
|
98
112
|
|
|
99
|
-
export
|
|
113
|
+
export abstract class NpgsqlRelationalConnection$protected {
|
|
114
|
+
protected readonly SupportsAmbientTransactions: boolean;
|
|
115
|
+
protected CreateDbConnection(): DbConnection;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
export interface NpgsqlRelationalConnection$instance extends NpgsqlRelationalConnection$protected, RelationalConnection {
|
|
100
120
|
ConnectionString: string;
|
|
101
121
|
readonly CurrentAmbientTransaction: Transaction | undefined;
|
|
102
|
-
|
|
122
|
+
get DataSource(): DbDataSource | undefined;
|
|
123
|
+
set DataSource(value: DbDataSource);
|
|
103
124
|
DbConnection: NpgsqlConnection;
|
|
104
125
|
get DbDataSource(): DbDataSource | undefined;
|
|
105
126
|
set DbDataSource(value: DbDataSource);
|
|
@@ -110,6 +131,7 @@ export interface NpgsqlRelationalConnection$instance extends RelationalConnectio
|
|
|
110
131
|
|
|
111
132
|
export const NpgsqlRelationalConnection: {
|
|
112
133
|
new(dependencies: RelationalConnectionDependencies, dataSourceManager: NpgsqlDataSourceManager, options: IDbContextOptions): NpgsqlRelationalConnection;
|
|
134
|
+
new(dependencies: RelationalConnectionDependencies, dataSource: DbDataSource): NpgsqlRelationalConnection;
|
|
113
135
|
};
|
|
114
136
|
|
|
115
137
|
|
|
@@ -117,8 +139,6 @@ export interface __NpgsqlRelationalConnection$views {
|
|
|
117
139
|
As_INpgsqlRelationalConnection(): INpgsqlRelationalConnection$instance;
|
|
118
140
|
}
|
|
119
141
|
|
|
120
|
-
export interface NpgsqlRelationalConnection$instance extends INpgsqlRelationalConnection$instance {}
|
|
121
|
-
|
|
122
142
|
export type NpgsqlRelationalConnection = NpgsqlRelationalConnection$instance & __NpgsqlRelationalConnection$views;
|
|
123
143
|
|
|
124
144
|
|
|
@@ -147,7 +167,20 @@ export const NpgsqlTransientExceptionDetector: {
|
|
|
147
167
|
|
|
148
168
|
export type NpgsqlTransientExceptionDetector = NpgsqlTransientExceptionDetector$instance;
|
|
149
169
|
|
|
150
|
-
export
|
|
170
|
+
export abstract class NpgsqlTypeMappingSource$protected {
|
|
171
|
+
protected readonly ClrTypeMappings: ConcurrentDictionary<Type, RelationalTypeMapping>;
|
|
172
|
+
protected readonly StoreTypeMappings: ConcurrentDictionary<System_Internal.String, RelationalTypeMapping[]>;
|
|
173
|
+
protected FindBaseMapping(mappingInfo: RelationalTypeMappingInfo): RelationalTypeMapping | undefined;
|
|
174
|
+
protected FindCollectionMapping(info: RelationalTypeMappingInfo, modelType: Type, providerType: Type, elementMapping: CoreTypeMapping): RelationalTypeMapping | undefined;
|
|
175
|
+
protected FindEnumMapping(mappingInfo: RelationalTypeMappingInfo): RelationalTypeMapping | undefined;
|
|
176
|
+
protected FindMapping(mappingInfo: RelationalTypeMappingInfo): RelationalTypeMapping | undefined;
|
|
177
|
+
protected FindRowValueMapping(mappingInfo: RelationalTypeMappingInfo): RelationalTypeMapping | undefined;
|
|
178
|
+
protected FindUserRangeMapping(mappingInfo: RelationalTypeMappingInfo): RelationalTypeMapping | undefined;
|
|
179
|
+
protected ParseStoreTypeName(storeTypeName: string, unicode: Nullable<System_Internal.Boolean>, size: Nullable<System_Internal.Int32>, precision: Nullable<System_Internal.Int32>, scale: Nullable<System_Internal.Int32>): string | undefined;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
export interface NpgsqlTypeMappingSource$instance extends NpgsqlTypeMappingSource$protected, RelationalTypeMappingSource {
|
|
151
184
|
readonly EStringTypeMapping: NpgsqlEStringTypeMapping;
|
|
152
185
|
FindCollectionMapping(storeType: string, modelClrType: Type, providerClrType: Type, elementMapping: CoreTypeMapping): RelationalTypeMapping | undefined;
|
|
153
186
|
FindContainerMapping(containerClrType: Type, containeeTypeMapping: RelationalTypeMapping, model: IModel): RelationalTypeMapping | undefined;
|
|
@@ -15,6 +15,13 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter\u00601",
|
|
20
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter\u00601",
|
|
21
|
+
"typeArguments": [
|
|
22
|
+
"BitArray"
|
|
23
|
+
]
|
|
24
|
+
},
|
|
18
25
|
"methods": [
|
|
19
26
|
{
|
|
20
27
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json.JsonBitArrayReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.Collections.BitArray",
|
|
@@ -31,6 +38,7 @@
|
|
|
31
38
|
"isVirtual": true,
|
|
32
39
|
"isOverride": true,
|
|
33
40
|
"isSealed": false,
|
|
41
|
+
"visibility": "Public",
|
|
34
42
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json.JsonBitArrayReaderWriter",
|
|
35
43
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
36
44
|
"isExtensionMethod": false,
|
|
@@ -56,6 +64,7 @@
|
|
|
56
64
|
"isVirtual": true,
|
|
57
65
|
"isOverride": true,
|
|
58
66
|
"isSealed": false,
|
|
67
|
+
"visibility": "Public",
|
|
59
68
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json.JsonBitArrayReaderWriter",
|
|
60
69
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
61
70
|
"isExtensionMethod": false
|
|
@@ -77,6 +86,7 @@
|
|
|
77
86
|
"isAbstract": false,
|
|
78
87
|
"isVirtual": false,
|
|
79
88
|
"isOverride": false,
|
|
89
|
+
"visibility": "Public",
|
|
80
90
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json.JsonBitArrayReaderWriter",
|
|
81
91
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
82
92
|
},
|
|
@@ -95,6 +105,7 @@
|
|
|
95
105
|
"isAbstract": false,
|
|
96
106
|
"isVirtual": true,
|
|
97
107
|
"isOverride": true,
|
|
108
|
+
"visibility": "Public",
|
|
98
109
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json.JsonBitArrayReaderWriter",
|
|
99
110
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
100
111
|
}
|
|
@@ -109,6 +120,7 @@
|
|
|
109
120
|
"normalizedSignature": "constructor|():void|static=false",
|
|
110
121
|
"isStatic": false,
|
|
111
122
|
"parameterCount": 0,
|
|
123
|
+
"visibility": "Public",
|
|
112
124
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json.JsonBitArrayReaderWriter",
|
|
113
125
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
114
126
|
}
|
|
@@ -125,6 +137,13 @@
|
|
|
125
137
|
"isSealed": true,
|
|
126
138
|
"isStatic": false,
|
|
127
139
|
"arity": 0,
|
|
140
|
+
"baseType": {
|
|
141
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter\u00601",
|
|
142
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter\u00601",
|
|
143
|
+
"typeArguments": [
|
|
144
|
+
"PhysicalAddress"
|
|
145
|
+
]
|
|
146
|
+
},
|
|
128
147
|
"methods": [
|
|
129
148
|
{
|
|
130
149
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json.JsonMacaddrReaderWriter::FromJsonTyped(Microsoft.EntityFrameworkCore.Storage.Json.Utf8JsonReaderManager\u0026,System.Object):System.Net.NetworkInformation.PhysicalAddress",
|
|
@@ -141,6 +160,7 @@
|
|
|
141
160
|
"isVirtual": true,
|
|
142
161
|
"isOverride": true,
|
|
143
162
|
"isSealed": false,
|
|
163
|
+
"visibility": "Public",
|
|
144
164
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json.JsonMacaddrReaderWriter",
|
|
145
165
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
146
166
|
"isExtensionMethod": false,
|
|
@@ -166,6 +186,7 @@
|
|
|
166
186
|
"isVirtual": true,
|
|
167
187
|
"isOverride": true,
|
|
168
188
|
"isSealed": false,
|
|
189
|
+
"visibility": "Public",
|
|
169
190
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json.JsonMacaddrReaderWriter",
|
|
170
191
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
171
192
|
"isExtensionMethod": false
|
|
@@ -187,6 +208,7 @@
|
|
|
187
208
|
"isAbstract": false,
|
|
188
209
|
"isVirtual": false,
|
|
189
210
|
"isOverride": false,
|
|
211
|
+
"visibility": "Public",
|
|
190
212
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json.JsonMacaddrReaderWriter",
|
|
191
213
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
192
214
|
},
|
|
@@ -205,6 +227,7 @@
|
|
|
205
227
|
"isAbstract": false,
|
|
206
228
|
"isVirtual": true,
|
|
207
229
|
"isOverride": true,
|
|
230
|
+
"visibility": "Public",
|
|
208
231
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json.JsonMacaddrReaderWriter",
|
|
209
232
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
210
233
|
}
|