@tsonic/efcore-sqlite 0.1.0
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/LICENSE +21 -0
- package/Microsoft.Data.Sqlite/bindings.json +6892 -0
- package/Microsoft.Data.Sqlite/internal/index.d.ts +430 -0
- package/Microsoft.Data.Sqlite/internal/metadata.json +4417 -0
- package/Microsoft.Data.Sqlite.d.ts +34 -0
- package/Microsoft.Data.Sqlite.js +9 -0
- package/Microsoft.DotNet.PlatformAbstractions/bindings.json +167 -0
- package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +29 -0
- package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +121 -0
- package/Microsoft.DotNet.PlatformAbstractions.d.ts +13 -0
- package/Microsoft.DotNet.PlatformAbstractions.js +9 -0
- package/Microsoft.EntityFrameworkCore/bindings.json +1892 -0
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +156 -0
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +1368 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +528 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +55 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +267 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +102 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +36 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +82 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +83 -0
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +54 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +304 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +203 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +21 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata.d.ts +12 -0
- package/Microsoft.EntityFrameworkCore.Metadata.js +9 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +105 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +35 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +81 -0
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.Migrations.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +236 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +57 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +157 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.d.ts +20 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +587 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +68 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +293 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.d.ts +15 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +202 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +44 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +133 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.d.ts +18 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +1253 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +83 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +855 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal.d.ts +18 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +294 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +43 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +161 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.d.ts +16 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +325 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +48 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +214 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +2892 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +512 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +1844 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.d.ts +59 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +151 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +44 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +102 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.d.ts +20 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +1096 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +210 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +707 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.d.ts +34 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +605 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +93 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +438 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.d.ts +19 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +413 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +80 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +280 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.d.ts +18 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.d.ts +29 -0
- package/Microsoft.EntityFrameworkCore.js +9 -0
- package/Microsoft.Extensions.DependencyInjection/bindings.json +68 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +22 -0
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +63 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
- package/Microsoft.Extensions.DependencyInjection.js +9 -0
- package/Microsoft.Extensions.DependencyModel/bindings.json +2871 -0
- package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +287 -0
- package/Microsoft.Extensions.DependencyModel/internal/metadata.json +1654 -0
- package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +526 -0
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +112 -0
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +329 -0
- package/Microsoft.Extensions.DependencyModel.Resolution.d.ts +19 -0
- package/Microsoft.Extensions.DependencyModel.Resolution.js +9 -0
- package/Microsoft.Extensions.DependencyModel.d.ts +35 -0
- package/Microsoft.Extensions.DependencyModel.js +9 -0
- package/README.md +5 -0
- package/SQLitePCL/bindings.json +19341 -0
- package/SQLitePCL/internal/index.d.ts +994 -0
- package/SQLitePCL/internal/metadata.json +11902 -0
- package/SQLitePCL.d.ts +64 -0
- package/SQLitePCL.js +9 -0
- package/System.Collections.Generic/bindings.json +164 -0
- package/System.Collections.Generic/internal/index.d.ts +25 -0
- package/System.Collections.Generic/internal/metadata.json +123 -0
- package/System.Collections.Generic.d.ts +14 -0
- package/System.Collections.Generic.js +9 -0
- package/__build/ref/Program.cs +5 -0
- package/__build/ref/ref.csproj +14 -0
- package/__build/scripts/generate.sh +116 -0
- package/__internal/extensions/index.d.ts +44 -0
- package/families.json +1 -0
- package/package.json +28 -0
- package/tsconfig.json +20 -0
|
@@ -0,0 +1,329 @@
|
|
|
1
|
+
{
|
|
2
|
+
"namespace": "Microsoft.Extensions.DependencyModel.Resolution",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.Extensions.DependencyModel"
|
|
5
|
+
],
|
|
6
|
+
"types": [
|
|
7
|
+
{
|
|
8
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
9
|
+
"clrName": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
10
|
+
"tsEmitName": "ICompilationAssemblyResolver",
|
|
11
|
+
"kind": "Interface",
|
|
12
|
+
"accessibility": "Public",
|
|
13
|
+
"isAbstract": true,
|
|
14
|
+
"isSealed": false,
|
|
15
|
+
"isStatic": false,
|
|
16
|
+
"arity": 0,
|
|
17
|
+
"methods": [
|
|
18
|
+
{
|
|
19
|
+
"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",
|
|
20
|
+
"clrName": "TryResolveAssemblyPaths",
|
|
21
|
+
"tsEmitName": "tryResolveAssemblyPaths",
|
|
22
|
+
"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",
|
|
23
|
+
"provenance": "Original",
|
|
24
|
+
"emitScope": "ClassSurface",
|
|
25
|
+
"isStatic": false,
|
|
26
|
+
"isAbstract": true,
|
|
27
|
+
"isVirtual": true,
|
|
28
|
+
"isOverride": false,
|
|
29
|
+
"isSealed": false,
|
|
30
|
+
"arity": 0,
|
|
31
|
+
"parameterCount": 2,
|
|
32
|
+
"isExtensionMethod": false
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"properties": [],
|
|
36
|
+
"fields": [],
|
|
37
|
+
"events": [],
|
|
38
|
+
"constructors": []
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver",
|
|
42
|
+
"clrName": "Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver",
|
|
43
|
+
"tsEmitName": "AppBaseCompilationAssemblyResolver",
|
|
44
|
+
"kind": "Class",
|
|
45
|
+
"accessibility": "Public",
|
|
46
|
+
"isAbstract": false,
|
|
47
|
+
"isSealed": false,
|
|
48
|
+
"isStatic": false,
|
|
49
|
+
"arity": 0,
|
|
50
|
+
"methods": [
|
|
51
|
+
{
|
|
52
|
+
"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",
|
|
53
|
+
"clrName": "TryResolveAssemblyPaths",
|
|
54
|
+
"tsEmitName": "tryResolveAssemblyPaths",
|
|
55
|
+
"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",
|
|
56
|
+
"provenance": "Original",
|
|
57
|
+
"emitScope": "ClassSurface",
|
|
58
|
+
"isStatic": false,
|
|
59
|
+
"isAbstract": false,
|
|
60
|
+
"isVirtual": true,
|
|
61
|
+
"isOverride": false,
|
|
62
|
+
"isSealed": true,
|
|
63
|
+
"arity": 0,
|
|
64
|
+
"parameterCount": 2,
|
|
65
|
+
"isExtensionMethod": false
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"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",
|
|
69
|
+
"clrName": "TryResolveAssemblyPaths",
|
|
70
|
+
"tsEmitName": "tryResolveAssemblyPaths$view",
|
|
71
|
+
"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",
|
|
72
|
+
"provenance": "ExplicitView",
|
|
73
|
+
"emitScope": "ViewOnly",
|
|
74
|
+
"isStatic": false,
|
|
75
|
+
"isAbstract": false,
|
|
76
|
+
"isVirtual": true,
|
|
77
|
+
"isOverride": false,
|
|
78
|
+
"isSealed": false,
|
|
79
|
+
"arity": 0,
|
|
80
|
+
"parameterCount": 2,
|
|
81
|
+
"sourceInterface": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
82
|
+
"isExtensionMethod": false
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"properties": [],
|
|
86
|
+
"fields": [],
|
|
87
|
+
"events": [],
|
|
88
|
+
"constructors": [
|
|
89
|
+
{
|
|
90
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
91
|
+
"isStatic": false,
|
|
92
|
+
"parameterCount": 0
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
96
|
+
"isStatic": false,
|
|
97
|
+
"parameterCount": 1
|
|
98
|
+
}
|
|
99
|
+
]
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver",
|
|
103
|
+
"clrName": "Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver",
|
|
104
|
+
"tsEmitName": "CompositeCompilationAssemblyResolver",
|
|
105
|
+
"kind": "Class",
|
|
106
|
+
"accessibility": "Public",
|
|
107
|
+
"isAbstract": false,
|
|
108
|
+
"isSealed": false,
|
|
109
|
+
"isStatic": false,
|
|
110
|
+
"arity": 0,
|
|
111
|
+
"methods": [
|
|
112
|
+
{
|
|
113
|
+
"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",
|
|
114
|
+
"clrName": "TryResolveAssemblyPaths",
|
|
115
|
+
"tsEmitName": "tryResolveAssemblyPaths",
|
|
116
|
+
"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",
|
|
117
|
+
"provenance": "Original",
|
|
118
|
+
"emitScope": "ClassSurface",
|
|
119
|
+
"isStatic": false,
|
|
120
|
+
"isAbstract": false,
|
|
121
|
+
"isVirtual": true,
|
|
122
|
+
"isOverride": false,
|
|
123
|
+
"isSealed": true,
|
|
124
|
+
"arity": 0,
|
|
125
|
+
"parameterCount": 2,
|
|
126
|
+
"isExtensionMethod": false
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"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",
|
|
130
|
+
"clrName": "TryResolveAssemblyPaths",
|
|
131
|
+
"tsEmitName": "tryResolveAssemblyPaths$view",
|
|
132
|
+
"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",
|
|
133
|
+
"provenance": "ExplicitView",
|
|
134
|
+
"emitScope": "ViewOnly",
|
|
135
|
+
"isStatic": false,
|
|
136
|
+
"isAbstract": false,
|
|
137
|
+
"isVirtual": true,
|
|
138
|
+
"isOverride": false,
|
|
139
|
+
"isSealed": false,
|
|
140
|
+
"arity": 0,
|
|
141
|
+
"parameterCount": 2,
|
|
142
|
+
"sourceInterface": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
143
|
+
"isExtensionMethod": false
|
|
144
|
+
}
|
|
145
|
+
],
|
|
146
|
+
"properties": [],
|
|
147
|
+
"fields": [],
|
|
148
|
+
"events": [],
|
|
149
|
+
"constructors": [
|
|
150
|
+
{
|
|
151
|
+
"normalizedSignature": "constructor|(Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver[]):void|static=false",
|
|
152
|
+
"isStatic": false,
|
|
153
|
+
"parameterCount": 1
|
|
154
|
+
}
|
|
155
|
+
]
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver",
|
|
159
|
+
"clrName": "Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver",
|
|
160
|
+
"tsEmitName": "DotNetReferenceAssembliesPathResolver",
|
|
161
|
+
"kind": "Class",
|
|
162
|
+
"accessibility": "Public",
|
|
163
|
+
"isAbstract": false,
|
|
164
|
+
"isSealed": false,
|
|
165
|
+
"isStatic": false,
|
|
166
|
+
"arity": 0,
|
|
167
|
+
"methods": [
|
|
168
|
+
{
|
|
169
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver::Resolve():System.String",
|
|
170
|
+
"clrName": "Resolve",
|
|
171
|
+
"tsEmitName": "resolve",
|
|
172
|
+
"normalizedSignature": "Resolve|():System.String|static=true",
|
|
173
|
+
"provenance": "Original",
|
|
174
|
+
"emitScope": "ClassSurface",
|
|
175
|
+
"isStatic": true,
|
|
176
|
+
"isAbstract": false,
|
|
177
|
+
"isVirtual": false,
|
|
178
|
+
"isOverride": false,
|
|
179
|
+
"isSealed": false,
|
|
180
|
+
"arity": 0,
|
|
181
|
+
"parameterCount": 0,
|
|
182
|
+
"isExtensionMethod": false
|
|
183
|
+
}
|
|
184
|
+
],
|
|
185
|
+
"properties": [],
|
|
186
|
+
"fields": [
|
|
187
|
+
{
|
|
188
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver::DotNetReferenceAssembliesPathEnvSystem.String",
|
|
189
|
+
"clrName": "DotNetReferenceAssembliesPathEnv",
|
|
190
|
+
"tsEmitName": "dotNetReferenceAssembliesPathEnv",
|
|
191
|
+
"normalizedSignature": "DotNetReferenceAssembliesPathEnv|System.String|static=true|const=false",
|
|
192
|
+
"isStatic": true,
|
|
193
|
+
"isReadOnly": true,
|
|
194
|
+
"isLiteral": false
|
|
195
|
+
}
|
|
196
|
+
],
|
|
197
|
+
"events": [],
|
|
198
|
+
"constructors": [
|
|
199
|
+
{
|
|
200
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
201
|
+
"isStatic": false,
|
|
202
|
+
"parameterCount": 0
|
|
203
|
+
}
|
|
204
|
+
]
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver",
|
|
208
|
+
"clrName": "Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver",
|
|
209
|
+
"tsEmitName": "PackageCompilationAssemblyResolver",
|
|
210
|
+
"kind": "Class",
|
|
211
|
+
"accessibility": "Public",
|
|
212
|
+
"isAbstract": false,
|
|
213
|
+
"isSealed": false,
|
|
214
|
+
"isStatic": false,
|
|
215
|
+
"arity": 0,
|
|
216
|
+
"methods": [
|
|
217
|
+
{
|
|
218
|
+
"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",
|
|
219
|
+
"clrName": "TryResolveAssemblyPaths",
|
|
220
|
+
"tsEmitName": "tryResolveAssemblyPaths",
|
|
221
|
+
"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",
|
|
222
|
+
"provenance": "Original",
|
|
223
|
+
"emitScope": "ClassSurface",
|
|
224
|
+
"isStatic": false,
|
|
225
|
+
"isAbstract": false,
|
|
226
|
+
"isVirtual": true,
|
|
227
|
+
"isOverride": false,
|
|
228
|
+
"isSealed": true,
|
|
229
|
+
"arity": 0,
|
|
230
|
+
"parameterCount": 2,
|
|
231
|
+
"isExtensionMethod": false
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"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",
|
|
235
|
+
"clrName": "TryResolveAssemblyPaths",
|
|
236
|
+
"tsEmitName": "tryResolveAssemblyPaths$view",
|
|
237
|
+
"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",
|
|
238
|
+
"provenance": "ExplicitView",
|
|
239
|
+
"emitScope": "ViewOnly",
|
|
240
|
+
"isStatic": false,
|
|
241
|
+
"isAbstract": false,
|
|
242
|
+
"isVirtual": true,
|
|
243
|
+
"isOverride": false,
|
|
244
|
+
"isSealed": false,
|
|
245
|
+
"arity": 0,
|
|
246
|
+
"parameterCount": 2,
|
|
247
|
+
"sourceInterface": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
248
|
+
"isExtensionMethod": false
|
|
249
|
+
}
|
|
250
|
+
],
|
|
251
|
+
"properties": [],
|
|
252
|
+
"fields": [],
|
|
253
|
+
"events": [],
|
|
254
|
+
"constructors": [
|
|
255
|
+
{
|
|
256
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
257
|
+
"isStatic": false,
|
|
258
|
+
"parameterCount": 0
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
262
|
+
"isStatic": false,
|
|
263
|
+
"parameterCount": 1
|
|
264
|
+
}
|
|
265
|
+
]
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"stableId": "Microsoft.Extensions.DependencyModel:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver",
|
|
269
|
+
"clrName": "Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver",
|
|
270
|
+
"tsEmitName": "ReferenceAssemblyPathResolver",
|
|
271
|
+
"kind": "Class",
|
|
272
|
+
"accessibility": "Public",
|
|
273
|
+
"isAbstract": false,
|
|
274
|
+
"isSealed": false,
|
|
275
|
+
"isStatic": false,
|
|
276
|
+
"arity": 0,
|
|
277
|
+
"methods": [
|
|
278
|
+
{
|
|
279
|
+
"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",
|
|
280
|
+
"clrName": "TryResolveAssemblyPaths",
|
|
281
|
+
"tsEmitName": "tryResolveAssemblyPaths",
|
|
282
|
+
"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",
|
|
283
|
+
"provenance": "Original",
|
|
284
|
+
"emitScope": "ClassSurface",
|
|
285
|
+
"isStatic": false,
|
|
286
|
+
"isAbstract": false,
|
|
287
|
+
"isVirtual": true,
|
|
288
|
+
"isOverride": false,
|
|
289
|
+
"isSealed": true,
|
|
290
|
+
"arity": 0,
|
|
291
|
+
"parameterCount": 2,
|
|
292
|
+
"isExtensionMethod": false
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"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",
|
|
296
|
+
"clrName": "TryResolveAssemblyPaths",
|
|
297
|
+
"tsEmitName": "tryResolveAssemblyPaths$view",
|
|
298
|
+
"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",
|
|
299
|
+
"provenance": "ExplicitView",
|
|
300
|
+
"emitScope": "ViewOnly",
|
|
301
|
+
"isStatic": false,
|
|
302
|
+
"isAbstract": false,
|
|
303
|
+
"isVirtual": true,
|
|
304
|
+
"isOverride": false,
|
|
305
|
+
"isSealed": false,
|
|
306
|
+
"arity": 0,
|
|
307
|
+
"parameterCount": 2,
|
|
308
|
+
"sourceInterface": "Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver",
|
|
309
|
+
"isExtensionMethod": false
|
|
310
|
+
}
|
|
311
|
+
],
|
|
312
|
+
"properties": [],
|
|
313
|
+
"fields": [],
|
|
314
|
+
"events": [],
|
|
315
|
+
"constructors": [
|
|
316
|
+
{
|
|
317
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
318
|
+
"isStatic": false,
|
|
319
|
+
"parameterCount": 0
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"normalizedSignature": "constructor|(System.String,System.String[]):void|static=false",
|
|
323
|
+
"isStatic": false,
|
|
324
|
+
"parameterCount": 2
|
|
325
|
+
}
|
|
326
|
+
]
|
|
327
|
+
}
|
|
328
|
+
]
|
|
329
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.Extensions.DependencyModel.Resolution
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './Microsoft.Extensions.DependencyModel.Resolution/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { CompilationLibrary } from './Microsoft.Extensions.DependencyModel/internal/index.js';
|
|
10
|
+
import type { List } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
11
|
+
import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString } from '@tsonic/dotnet/System.js';
|
|
12
|
+
|
|
13
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
14
|
+
export { AppBaseCompilationAssemblyResolver as AppBaseCompilationAssemblyResolver } from './Microsoft.Extensions.DependencyModel.Resolution/internal/index.js';
|
|
15
|
+
export { CompositeCompilationAssemblyResolver as CompositeCompilationAssemblyResolver } from './Microsoft.Extensions.DependencyModel.Resolution/internal/index.js';
|
|
16
|
+
export { DotNetReferenceAssembliesPathResolver as DotNetReferenceAssembliesPathResolver } from './Microsoft.Extensions.DependencyModel.Resolution/internal/index.js';
|
|
17
|
+
export type ICompilationAssemblyResolver = Internal.ICompilationAssemblyResolver;
|
|
18
|
+
export { PackageCompilationAssemblyResolver as PackageCompilationAssemblyResolver } from './Microsoft.Extensions.DependencyModel.Resolution/internal/index.js';
|
|
19
|
+
export { ReferenceAssemblyPathResolver as ReferenceAssemblyPathResolver } from './Microsoft.Extensions.DependencyModel.Resolution/internal/index.js';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.Extensions.DependencyModel.Resolution
|
|
3
|
+
// Module Stub - Do Not Execute
|
|
4
|
+
|
|
5
|
+
throw new Error(
|
|
6
|
+
'Cannot import CLR namespace Microsoft.Extensions.DependencyModel.Resolution in JavaScript runtime. ' +
|
|
7
|
+
'This module provides TypeScript type definitions only. ' +
|
|
8
|
+
'Actual implementation requires .NET runtime via Tsonic compiler.'
|
|
9
|
+
);
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.Extensions.DependencyModel
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './Microsoft.Extensions.DependencyModel/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { ICompilationAssemblyResolver } from './Microsoft.Extensions.DependencyModel.Resolution/internal/index.js';
|
|
10
|
+
import type { IEnumerable, IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
11
|
+
import type { Stream } from '@tsonic/dotnet/System.IO.js';
|
|
12
|
+
import type { Boolean as ClrBoolean, IDisposable, IEquatable, Int32, Nullable, Object as ClrObject, String as ClrString, ValueType, Void } from '@tsonic/dotnet/System.js';
|
|
13
|
+
import type { Assembly, AssemblyName } from '@tsonic/dotnet/System.Reflection.js';
|
|
14
|
+
|
|
15
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
16
|
+
export { CompilationLibrary as CompilationLibrary } from './Microsoft.Extensions.DependencyModel/internal/index.js';
|
|
17
|
+
export { CompilationOptions as CompilationOptions } from './Microsoft.Extensions.DependencyModel/internal/index.js';
|
|
18
|
+
export { Dependency as Dependency } from './Microsoft.Extensions.DependencyModel/internal/index.js';
|
|
19
|
+
export { DependencyContext as DependencyContext } from './Microsoft.Extensions.DependencyModel/internal/index.js';
|
|
20
|
+
export { DependencyContextExtensions$instance as DependencyContextExtensions } from './Microsoft.Extensions.DependencyModel/internal/index.js';
|
|
21
|
+
export { DependencyContextJsonReader as DependencyContextJsonReader } from './Microsoft.Extensions.DependencyModel/internal/index.js';
|
|
22
|
+
export { DependencyContextLoader as DependencyContextLoader } from './Microsoft.Extensions.DependencyModel/internal/index.js';
|
|
23
|
+
export { DependencyContextWriter as DependencyContextWriter } from './Microsoft.Extensions.DependencyModel/internal/index.js';
|
|
24
|
+
export type IDependencyContextReader = Internal.IDependencyContextReader;
|
|
25
|
+
export { Library as Library } from './Microsoft.Extensions.DependencyModel/internal/index.js';
|
|
26
|
+
export { ResourceAssembly as ResourceAssembly } from './Microsoft.Extensions.DependencyModel/internal/index.js';
|
|
27
|
+
export { RuntimeAssembly as RuntimeAssembly } from './Microsoft.Extensions.DependencyModel/internal/index.js';
|
|
28
|
+
export { RuntimeAssetGroup as RuntimeAssetGroup } from './Microsoft.Extensions.DependencyModel/internal/index.js';
|
|
29
|
+
export { RuntimeFallbacks as RuntimeFallbacks } from './Microsoft.Extensions.DependencyModel/internal/index.js';
|
|
30
|
+
export { RuntimeFile as RuntimeFile } from './Microsoft.Extensions.DependencyModel/internal/index.js';
|
|
31
|
+
export { RuntimeLibrary as RuntimeLibrary } from './Microsoft.Extensions.DependencyModel/internal/index.js';
|
|
32
|
+
export { TargetInfo as TargetInfo } from './Microsoft.Extensions.DependencyModel/internal/index.js';
|
|
33
|
+
// Extension methods (C# using semantics)
|
|
34
|
+
export type { ExtensionMethods_Microsoft_Extensions_DependencyModel as ExtensionMethods } from './__internal/extensions/index.js';
|
|
35
|
+
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.Extensions.DependencyModel
|
|
3
|
+
// Module Stub - Do Not Execute
|
|
4
|
+
|
|
5
|
+
throw new Error(
|
|
6
|
+
'Cannot import CLR namespace Microsoft.Extensions.DependencyModel in JavaScript runtime. ' +
|
|
7
|
+
'This module provides TypeScript type definitions only. ' +
|
|
8
|
+
'Actual implementation requires .NET runtime via Tsonic compiler.'
|
|
9
|
+
);
|