@tsonic/efcore-sqlite 0.1.0 → 10.0.1
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.Data.Sqlite/bindings.json +1757 -3354
- package/Microsoft.Data.Sqlite/internal/index.d.ts +264 -264
- package/Microsoft.DotNet.PlatformAbstractions/bindings.json +45 -72
- package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +6 -6
- package/Microsoft.EntityFrameworkCore/bindings.json +497 -803
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +69 -69
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +53 -260
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +31 -38
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +15 -37
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +65 -121
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +29 -40
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +51 -97
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +55 -284
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +43 -85
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +319 -564
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +50 -50
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +37 -139
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +11 -11
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +73 -142
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +10 -10
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +578 -1209
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +62 -62
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +33 -61
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +223 -458
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +148 -250
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +20 -20
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +75 -152
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.DependencyModel/bindings.json +530 -1368
- package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +86 -86
- package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +109 -228
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +7 -7
- package/SQLitePCL/bindings.json +9554 -14759
- package/SQLitePCL/internal/index.d.ts +35 -35
- package/System.Collections.Generic/bindings.json +48 -70
- package/System.Collections.Generic/internal/index.d.ts +6 -6
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +12 -12
- package/package.json +5 -6
- package/Microsoft.Data.Sqlite/internal/metadata.json +0 -4417
- package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +0 -121
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -1368
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -267
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -82
- package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -54
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -203
- package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +0 -157
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +0 -293
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +0 -133
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +0 -855
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +0 -161
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +0 -214
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +0 -1844
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +0 -707
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +0 -438
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +0 -280
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Microsoft.Extensions.DependencyModel/internal/metadata.json +0 -1654
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +0 -329
- package/SQLitePCL/internal/metadata.json +0 -11902
- package/System.Collections.Generic/internal/metadata.json +0 -123
|
@@ -1,23 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.Extensions.DependencyModel.Resolution",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.Extensions.DependencyModel"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
6
9
|
"clrName": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
7
|
-
"tsEmitName": "ICompilationAssemblyResolver",
|
|
8
10
|
"assemblyName": "Microsoft.Extensions.DependencyModel",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Interface",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": true,
|
|
15
|
+
"isSealed": false,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
10
18
|
"methods": [
|
|
11
19
|
{
|
|
12
20
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver::TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
13
21
|
"clrName": "TryResolveAssemblyPaths",
|
|
14
|
-
"tsEmitName": "tryResolveAssemblyPaths",
|
|
15
22
|
"metadataToken": 100663572,
|
|
16
23
|
"canonicalSignature": "(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
17
24
|
"normalizedSignature": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
|
|
18
25
|
"emitScope": "ClassSurface",
|
|
26
|
+
"provenance": "Original",
|
|
19
27
|
"arity": 0,
|
|
20
28
|
"parameterCount": 2,
|
|
29
|
+
"isStatic": false,
|
|
30
|
+
"isAbstract": true,
|
|
31
|
+
"isVirtual": true,
|
|
32
|
+
"isOverride": false,
|
|
33
|
+
"isSealed": false,
|
|
21
34
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
22
35
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
23
36
|
"isExtensionMethod": false
|
|
@@ -26,37 +39,35 @@
|
|
|
26
39
|
"properties": [],
|
|
27
40
|
"fields": [],
|
|
28
41
|
"events": [],
|
|
29
|
-
"constructors": []
|
|
30
|
-
"exposedMethods": [
|
|
31
|
-
{
|
|
32
|
-
"tsName": "tryResolveAssemblyPaths",
|
|
33
|
-
"isStatic": false,
|
|
34
|
-
"tsSignatureId": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
|
|
35
|
-
"target": {
|
|
36
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
37
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
38
|
-
"metadataToken": 100663572
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
]
|
|
42
|
+
"constructors": []
|
|
42
43
|
},
|
|
43
44
|
{
|
|
44
45
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver",
|
|
45
46
|
"clrName": "Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver",
|
|
46
|
-
"tsEmitName": "AppBaseCompilationAssemblyResolver",
|
|
47
47
|
"assemblyName": "Microsoft.Extensions.DependencyModel",
|
|
48
48
|
"metadataToken": 0,
|
|
49
|
+
"kind": "Class",
|
|
50
|
+
"accessibility": "Public",
|
|
51
|
+
"isAbstract": false,
|
|
52
|
+
"isSealed": false,
|
|
53
|
+
"isStatic": false,
|
|
54
|
+
"arity": 0,
|
|
49
55
|
"methods": [
|
|
50
56
|
{
|
|
51
57
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver::TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
52
58
|
"clrName": "TryResolveAssemblyPaths",
|
|
53
|
-
"tsEmitName": "tryResolveAssemblyPaths",
|
|
54
59
|
"metadataToken": 100663564,
|
|
55
60
|
"canonicalSignature": "(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
56
61
|
"normalizedSignature": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
|
|
57
62
|
"emitScope": "ClassSurface",
|
|
63
|
+
"provenance": "Original",
|
|
58
64
|
"arity": 0,
|
|
59
65
|
"parameterCount": 2,
|
|
66
|
+
"isStatic": false,
|
|
67
|
+
"isAbstract": false,
|
|
68
|
+
"isVirtual": true,
|
|
69
|
+
"isOverride": false,
|
|
70
|
+
"isSealed": true,
|
|
60
71
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver",
|
|
61
72
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
62
73
|
"isExtensionMethod": false
|
|
@@ -64,16 +75,22 @@
|
|
|
64
75
|
{
|
|
65
76
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver::TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
66
77
|
"clrName": "TryResolveAssemblyPaths",
|
|
67
|
-
"tsEmitName": "tryResolveAssemblyPaths$view",
|
|
68
78
|
"metadataToken": 100663572,
|
|
69
79
|
"canonicalSignature": "(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
70
80
|
"normalizedSignature": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
|
|
71
81
|
"emitScope": "ViewOnly",
|
|
82
|
+
"provenance": "ExplicitView",
|
|
72
83
|
"arity": 0,
|
|
73
84
|
"parameterCount": 2,
|
|
85
|
+
"isStatic": false,
|
|
86
|
+
"isAbstract": false,
|
|
87
|
+
"isVirtual": true,
|
|
88
|
+
"isOverride": false,
|
|
89
|
+
"isSealed": false,
|
|
74
90
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
75
91
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
76
|
-
"isExtensionMethod": false
|
|
92
|
+
"isExtensionMethod": false,
|
|
93
|
+
"sourceInterface": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver"
|
|
77
94
|
}
|
|
78
95
|
],
|
|
79
96
|
"properties": [],
|
|
@@ -100,67 +117,35 @@
|
|
|
100
117
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver",
|
|
101
118
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
|
|
102
119
|
}
|
|
103
|
-
],
|
|
104
|
-
"exposedMethods": [
|
|
105
|
-
{
|
|
106
|
-
"tsName": "tryResolveAssemblyPaths",
|
|
107
|
-
"isStatic": false,
|
|
108
|
-
"tsSignatureId": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
|
|
109
|
-
"target": {
|
|
110
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver",
|
|
111
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
112
|
-
"metadataToken": 100663564
|
|
113
|
-
}
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
"tsName": "tryResolveAssemblyPaths$view",
|
|
117
|
-
"isStatic": false,
|
|
118
|
-
"tsSignatureId": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
|
|
119
|
-
"target": {
|
|
120
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
121
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
122
|
-
"metadataToken": 100663572
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
],
|
|
126
|
-
"exposedConstructors": [
|
|
127
|
-
{
|
|
128
|
-
"isStatic": false,
|
|
129
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
130
|
-
"target": {
|
|
131
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver",
|
|
132
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
133
|
-
"metadataToken": 100663560
|
|
134
|
-
}
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"isStatic": false,
|
|
138
|
-
"tsSignatureId": "constructor|(System.String):void|static=false",
|
|
139
|
-
"target": {
|
|
140
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver",
|
|
141
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
142
|
-
"metadataToken": 100663561
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
120
|
]
|
|
146
121
|
},
|
|
147
122
|
{
|
|
148
123
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver",
|
|
149
124
|
"clrName": "Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver",
|
|
150
|
-
"tsEmitName": "CompositeCompilationAssemblyResolver",
|
|
151
125
|
"assemblyName": "Microsoft.Extensions.DependencyModel",
|
|
152
126
|
"metadataToken": 0,
|
|
127
|
+
"kind": "Class",
|
|
128
|
+
"accessibility": "Public",
|
|
129
|
+
"isAbstract": false,
|
|
130
|
+
"isSealed": false,
|
|
131
|
+
"isStatic": false,
|
|
132
|
+
"arity": 0,
|
|
153
133
|
"methods": [
|
|
154
134
|
{
|
|
155
135
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver::TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
156
136
|
"clrName": "TryResolveAssemblyPaths",
|
|
157
|
-
"tsEmitName": "tryResolveAssemblyPaths",
|
|
158
137
|
"metadataToken": 100663566,
|
|
159
138
|
"canonicalSignature": "(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
160
139
|
"normalizedSignature": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
|
|
161
140
|
"emitScope": "ClassSurface",
|
|
141
|
+
"provenance": "Original",
|
|
162
142
|
"arity": 0,
|
|
163
143
|
"parameterCount": 2,
|
|
144
|
+
"isStatic": false,
|
|
145
|
+
"isAbstract": false,
|
|
146
|
+
"isVirtual": true,
|
|
147
|
+
"isOverride": false,
|
|
148
|
+
"isSealed": true,
|
|
164
149
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver",
|
|
165
150
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
166
151
|
"isExtensionMethod": false
|
|
@@ -168,16 +153,22 @@
|
|
|
168
153
|
{
|
|
169
154
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver::TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
170
155
|
"clrName": "TryResolveAssemblyPaths",
|
|
171
|
-
"tsEmitName": "tryResolveAssemblyPaths$view",
|
|
172
156
|
"metadataToken": 100663572,
|
|
173
157
|
"canonicalSignature": "(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
174
158
|
"normalizedSignature": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
|
|
175
159
|
"emitScope": "ViewOnly",
|
|
160
|
+
"provenance": "ExplicitView",
|
|
176
161
|
"arity": 0,
|
|
177
162
|
"parameterCount": 2,
|
|
163
|
+
"isStatic": false,
|
|
164
|
+
"isAbstract": false,
|
|
165
|
+
"isVirtual": true,
|
|
166
|
+
"isOverride": false,
|
|
167
|
+
"isSealed": false,
|
|
178
168
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
179
169
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
180
|
-
"isExtensionMethod": false
|
|
170
|
+
"isExtensionMethod": false,
|
|
171
|
+
"sourceInterface": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver"
|
|
181
172
|
}
|
|
182
173
|
],
|
|
183
174
|
"properties": [],
|
|
@@ -194,58 +185,35 @@
|
|
|
194
185
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver",
|
|
195
186
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
|
|
196
187
|
}
|
|
197
|
-
],
|
|
198
|
-
"exposedMethods": [
|
|
199
|
-
{
|
|
200
|
-
"tsName": "tryResolveAssemblyPaths",
|
|
201
|
-
"isStatic": false,
|
|
202
|
-
"tsSignatureId": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
|
|
203
|
-
"target": {
|
|
204
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver",
|
|
205
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
206
|
-
"metadataToken": 100663566
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"tsName": "tryResolveAssemblyPaths$view",
|
|
211
|
-
"isStatic": false,
|
|
212
|
-
"tsSignatureId": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
|
|
213
|
-
"target": {
|
|
214
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
215
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
216
|
-
"metadataToken": 100663572
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
],
|
|
220
|
-
"exposedConstructors": [
|
|
221
|
-
{
|
|
222
|
-
"isStatic": false,
|
|
223
|
-
"tsSignatureId": "constructor|(Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver[]):void|static=false",
|
|
224
|
-
"target": {
|
|
225
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver",
|
|
226
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
227
|
-
"metadataToken": 100663565
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
188
|
]
|
|
231
189
|
},
|
|
232
190
|
{
|
|
233
191
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver",
|
|
234
192
|
"clrName": "Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver",
|
|
235
|
-
"tsEmitName": "DotNetReferenceAssembliesPathResolver",
|
|
236
193
|
"assemblyName": "Microsoft.Extensions.DependencyModel",
|
|
237
194
|
"metadataToken": 0,
|
|
195
|
+
"kind": "Class",
|
|
196
|
+
"accessibility": "Public",
|
|
197
|
+
"isAbstract": false,
|
|
198
|
+
"isSealed": false,
|
|
199
|
+
"isStatic": false,
|
|
200
|
+
"arity": 0,
|
|
238
201
|
"methods": [
|
|
239
202
|
{
|
|
240
203
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver::Resolve():System.String",
|
|
241
204
|
"clrName": "Resolve",
|
|
242
|
-
"tsEmitName": "resolve",
|
|
243
205
|
"metadataToken": 100663568,
|
|
244
206
|
"canonicalSignature": "():System.String",
|
|
245
207
|
"normalizedSignature": "Resolve|():System.String|static=true",
|
|
246
208
|
"emitScope": "ClassSurface",
|
|
209
|
+
"provenance": "Original",
|
|
247
210
|
"arity": 0,
|
|
248
211
|
"parameterCount": 0,
|
|
212
|
+
"isStatic": true,
|
|
213
|
+
"isAbstract": false,
|
|
214
|
+
"isVirtual": false,
|
|
215
|
+
"isOverride": false,
|
|
216
|
+
"isSealed": false,
|
|
249
217
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver",
|
|
250
218
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
251
219
|
"isExtensionMethod": false
|
|
@@ -256,11 +224,11 @@
|
|
|
256
224
|
{
|
|
257
225
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver::DotNetReferenceAssembliesPathEnvSystem.String",
|
|
258
226
|
"clrName": "DotNetReferenceAssembliesPathEnv",
|
|
259
|
-
"tsEmitName": "dotNetReferenceAssembliesPathEnv",
|
|
260
227
|
"metadataToken": 67108989,
|
|
261
228
|
"normalizedSignature": "DotNetReferenceAssembliesPathEnv|System.String|static=true|const=false",
|
|
262
229
|
"isStatic": true,
|
|
263
230
|
"isReadOnly": true,
|
|
231
|
+
"isLiteral": false,
|
|
264
232
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver",
|
|
265
233
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
|
|
266
234
|
}
|
|
@@ -277,60 +245,35 @@
|
|
|
277
245
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver",
|
|
278
246
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
|
|
279
247
|
}
|
|
280
|
-
],
|
|
281
|
-
"exposedMethods": [
|
|
282
|
-
{
|
|
283
|
-
"tsName": "resolve",
|
|
284
|
-
"isStatic": true,
|
|
285
|
-
"tsSignatureId": "Resolve|():System.String|static=true",
|
|
286
|
-
"target": {
|
|
287
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver",
|
|
288
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
289
|
-
"metadataToken": 100663568
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
|
-
],
|
|
293
|
-
"exposedFields": [
|
|
294
|
-
{
|
|
295
|
-
"tsName": "dotNetReferenceAssembliesPathEnv",
|
|
296
|
-
"isStatic": true,
|
|
297
|
-
"tsSignatureId": "DotNetReferenceAssembliesPathEnv|System.String|static=true|const=false",
|
|
298
|
-
"target": {
|
|
299
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver",
|
|
300
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
301
|
-
"metadataToken": 67108989
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
],
|
|
305
|
-
"exposedConstructors": [
|
|
306
|
-
{
|
|
307
|
-
"isStatic": false,
|
|
308
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
309
|
-
"target": {
|
|
310
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver",
|
|
311
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
312
|
-
"metadataToken": 100663570
|
|
313
|
-
}
|
|
314
|
-
}
|
|
315
248
|
]
|
|
316
249
|
},
|
|
317
250
|
{
|
|
318
251
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver",
|
|
319
252
|
"clrName": "Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver",
|
|
320
|
-
"tsEmitName": "PackageCompilationAssemblyResolver",
|
|
321
253
|
"assemblyName": "Microsoft.Extensions.DependencyModel",
|
|
322
254
|
"metadataToken": 0,
|
|
255
|
+
"kind": "Class",
|
|
256
|
+
"accessibility": "Public",
|
|
257
|
+
"isAbstract": false,
|
|
258
|
+
"isSealed": false,
|
|
259
|
+
"isStatic": false,
|
|
260
|
+
"arity": 0,
|
|
323
261
|
"methods": [
|
|
324
262
|
{
|
|
325
263
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver::TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
326
264
|
"clrName": "TryResolveAssemblyPaths",
|
|
327
|
-
"tsEmitName": "tryResolveAssemblyPaths",
|
|
328
265
|
"metadataToken": 100663578,
|
|
329
266
|
"canonicalSignature": "(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
330
267
|
"normalizedSignature": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
|
|
331
268
|
"emitScope": "ClassSurface",
|
|
269
|
+
"provenance": "Original",
|
|
332
270
|
"arity": 0,
|
|
333
271
|
"parameterCount": 2,
|
|
272
|
+
"isStatic": false,
|
|
273
|
+
"isAbstract": false,
|
|
274
|
+
"isVirtual": true,
|
|
275
|
+
"isOverride": false,
|
|
276
|
+
"isSealed": true,
|
|
334
277
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver",
|
|
335
278
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
336
279
|
"isExtensionMethod": false
|
|
@@ -338,16 +281,22 @@
|
|
|
338
281
|
{
|
|
339
282
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver::TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
340
283
|
"clrName": "TryResolveAssemblyPaths",
|
|
341
|
-
"tsEmitName": "tryResolveAssemblyPaths$view",
|
|
342
284
|
"metadataToken": 100663572,
|
|
343
285
|
"canonicalSignature": "(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
344
286
|
"normalizedSignature": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
|
|
345
287
|
"emitScope": "ViewOnly",
|
|
288
|
+
"provenance": "ExplicitView",
|
|
346
289
|
"arity": 0,
|
|
347
290
|
"parameterCount": 2,
|
|
291
|
+
"isStatic": false,
|
|
292
|
+
"isAbstract": false,
|
|
293
|
+
"isVirtual": true,
|
|
294
|
+
"isOverride": false,
|
|
295
|
+
"isSealed": false,
|
|
348
296
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
349
297
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
350
|
-
"isExtensionMethod": false
|
|
298
|
+
"isExtensionMethod": false,
|
|
299
|
+
"sourceInterface": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver"
|
|
351
300
|
}
|
|
352
301
|
],
|
|
353
302
|
"properties": [],
|
|
@@ -374,67 +323,35 @@
|
|
|
374
323
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver",
|
|
375
324
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
|
|
376
325
|
}
|
|
377
|
-
],
|
|
378
|
-
"exposedMethods": [
|
|
379
|
-
{
|
|
380
|
-
"tsName": "tryResolveAssemblyPaths",
|
|
381
|
-
"isStatic": false,
|
|
382
|
-
"tsSignatureId": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
|
|
383
|
-
"target": {
|
|
384
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver",
|
|
385
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
386
|
-
"metadataToken": 100663578
|
|
387
|
-
}
|
|
388
|
-
},
|
|
389
|
-
{
|
|
390
|
-
"tsName": "tryResolveAssemblyPaths$view",
|
|
391
|
-
"isStatic": false,
|
|
392
|
-
"tsSignatureId": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
|
|
393
|
-
"target": {
|
|
394
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
395
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
396
|
-
"metadataToken": 100663572
|
|
397
|
-
}
|
|
398
|
-
}
|
|
399
|
-
],
|
|
400
|
-
"exposedConstructors": [
|
|
401
|
-
{
|
|
402
|
-
"isStatic": false,
|
|
403
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
404
|
-
"target": {
|
|
405
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver",
|
|
406
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
407
|
-
"metadataToken": 100663573
|
|
408
|
-
}
|
|
409
|
-
},
|
|
410
|
-
{
|
|
411
|
-
"isStatic": false,
|
|
412
|
-
"tsSignatureId": "constructor|(System.String):void|static=false",
|
|
413
|
-
"target": {
|
|
414
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver",
|
|
415
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
416
|
-
"metadataToken": 100663574
|
|
417
|
-
}
|
|
418
|
-
}
|
|
419
326
|
]
|
|
420
327
|
},
|
|
421
328
|
{
|
|
422
329
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver",
|
|
423
330
|
"clrName": "Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver",
|
|
424
|
-
"tsEmitName": "ReferenceAssemblyPathResolver",
|
|
425
331
|
"assemblyName": "Microsoft.Extensions.DependencyModel",
|
|
426
332
|
"metadataToken": 0,
|
|
333
|
+
"kind": "Class",
|
|
334
|
+
"accessibility": "Public",
|
|
335
|
+
"isAbstract": false,
|
|
336
|
+
"isSealed": false,
|
|
337
|
+
"isStatic": false,
|
|
338
|
+
"arity": 0,
|
|
427
339
|
"methods": [
|
|
428
340
|
{
|
|
429
341
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver::TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
430
342
|
"clrName": "TryResolveAssemblyPaths",
|
|
431
|
-
"tsEmitName": "tryResolveAssemblyPaths",
|
|
432
343
|
"metadataToken": 100663584,
|
|
433
344
|
"canonicalSignature": "(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
434
345
|
"normalizedSignature": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
|
|
435
346
|
"emitScope": "ClassSurface",
|
|
347
|
+
"provenance": "Original",
|
|
436
348
|
"arity": 0,
|
|
437
349
|
"parameterCount": 2,
|
|
350
|
+
"isStatic": false,
|
|
351
|
+
"isAbstract": false,
|
|
352
|
+
"isVirtual": true,
|
|
353
|
+
"isOverride": false,
|
|
354
|
+
"isSealed": true,
|
|
438
355
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver",
|
|
439
356
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
440
357
|
"isExtensionMethod": false
|
|
@@ -442,16 +359,22 @@
|
|
|
442
359
|
{
|
|
443
360
|
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver::TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
444
361
|
"clrName": "TryResolveAssemblyPaths",
|
|
445
|
-
"tsEmitName": "tryResolveAssemblyPaths$view",
|
|
446
362
|
"metadataToken": 100663572,
|
|
447
363
|
"canonicalSignature": "(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
448
364
|
"normalizedSignature": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
|
|
449
365
|
"emitScope": "ViewOnly",
|
|
366
|
+
"provenance": "ExplicitView",
|
|
450
367
|
"arity": 0,
|
|
451
368
|
"parameterCount": 2,
|
|
369
|
+
"isStatic": false,
|
|
370
|
+
"isAbstract": false,
|
|
371
|
+
"isVirtual": true,
|
|
372
|
+
"isOverride": false,
|
|
373
|
+
"isSealed": false,
|
|
452
374
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
453
375
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
454
|
-
"isExtensionMethod": false
|
|
376
|
+
"isExtensionMethod": false,
|
|
377
|
+
"sourceInterface": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver"
|
|
455
378
|
}
|
|
456
379
|
],
|
|
457
380
|
"properties": [],
|
|
@@ -478,48 +401,6 @@
|
|
|
478
401
|
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver",
|
|
479
402
|
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel"
|
|
480
403
|
}
|
|
481
|
-
],
|
|
482
|
-
"exposedMethods": [
|
|
483
|
-
{
|
|
484
|
-
"tsName": "tryResolveAssemblyPaths",
|
|
485
|
-
"isStatic": false,
|
|
486
|
-
"tsSignatureId": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
|
|
487
|
-
"target": {
|
|
488
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver",
|
|
489
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
490
|
-
"metadataToken": 100663584
|
|
491
|
-
}
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
"tsName": "tryResolveAssemblyPaths$view",
|
|
495
|
-
"isStatic": false,
|
|
496
|
-
"tsSignatureId": "TryResolveAssemblyPaths|(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
|
|
497
|
-
"target": {
|
|
498
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
499
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
500
|
-
"metadataToken": 100663572
|
|
501
|
-
}
|
|
502
|
-
}
|
|
503
|
-
],
|
|
504
|
-
"exposedConstructors": [
|
|
505
|
-
{
|
|
506
|
-
"isStatic": false,
|
|
507
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
508
|
-
"target": {
|
|
509
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver",
|
|
510
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
511
|
-
"metadataToken": 100663580
|
|
512
|
-
}
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
"isStatic": false,
|
|
516
|
-
"tsSignatureId": "constructor|(System.String,System.String[]):void|static=false",
|
|
517
|
-
"target": {
|
|
518
|
-
"declaringClrType": "Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver",
|
|
519
|
-
"declaringAssemblyName": "Microsoft.Extensions.DependencyModel",
|
|
520
|
-
"metadataToken": 100663581
|
|
521
|
-
}
|
|
522
|
-
}
|
|
523
404
|
]
|
|
524
405
|
}
|
|
525
406
|
]
|
|
@@ -12,14 +12,14 @@ import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
|
12
12
|
import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
|
|
13
13
|
|
|
14
14
|
export interface ICompilationAssemblyResolver$instance {
|
|
15
|
-
|
|
15
|
+
TryResolveAssemblyPaths(library: CompilationLibrary, assemblies: List<System_Internal.String>): boolean;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
export type ICompilationAssemblyResolver = ICompilationAssemblyResolver$instance;
|
|
20
20
|
|
|
21
21
|
export interface AppBaseCompilationAssemblyResolver$instance {
|
|
22
|
-
|
|
22
|
+
TryResolveAssemblyPaths(library: CompilationLibrary, assemblies: List<System_Internal.String>): boolean;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
|
|
@@ -39,7 +39,7 @@ export type AppBaseCompilationAssemblyResolver = AppBaseCompilationAssemblyResol
|
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
export interface CompositeCompilationAssemblyResolver$instance {
|
|
42
|
-
|
|
42
|
+
TryResolveAssemblyPaths(library: CompilationLibrary, assemblies: List<System_Internal.String>): boolean;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
|
|
@@ -63,15 +63,15 @@ export interface DotNetReferenceAssembliesPathResolver$instance {
|
|
|
63
63
|
|
|
64
64
|
export const DotNetReferenceAssembliesPathResolver: {
|
|
65
65
|
new(): DotNetReferenceAssembliesPathResolver;
|
|
66
|
-
readonly
|
|
67
|
-
|
|
66
|
+
readonly DotNetReferenceAssembliesPathEnv: string;
|
|
67
|
+
Resolve(): string | undefined;
|
|
68
68
|
};
|
|
69
69
|
|
|
70
70
|
|
|
71
71
|
export type DotNetReferenceAssembliesPathResolver = DotNetReferenceAssembliesPathResolver$instance;
|
|
72
72
|
|
|
73
73
|
export interface PackageCompilationAssemblyResolver$instance {
|
|
74
|
-
|
|
74
|
+
TryResolveAssemblyPaths(library: CompilationLibrary, assemblies: List<System_Internal.String>): boolean;
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
|
|
@@ -91,7 +91,7 @@ export type PackageCompilationAssemblyResolver = PackageCompilationAssemblyResol
|
|
|
91
91
|
|
|
92
92
|
|
|
93
93
|
export interface ReferenceAssemblyPathResolver$instance {
|
|
94
|
-
|
|
94
|
+
TryResolveAssemblyPaths(library: CompilationLibrary, assemblies: List<System_Internal.String>): boolean;
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
|