@fossa-app/bridge 0.1.5 → 0.1.6
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/.build.ps1 +8 -7
- package/.gitattributes +43 -0
- package/Bridge.slnx +8 -0
- package/Directory.Build.props +25 -0
- package/Images/Icon.png +0 -0
- package/dotnet-tools.json +1 -1
- package/gig.ps1 +2 -1
- package/package.json +1 -1
- package/src/{Fossa.Bridge/Fossa.Bridge.fsproj → Bridge/Bridge.fsproj} +1 -2
- package/src/{Fossa.Bridge → Bridge}/Models/ApiModels.fs +1 -1
- package/src/{Fossa.Bridge → Bridge}/Services/Clients/BranchClient.fs +1 -1
- package/src/{Fossa.Bridge → Bridge}/Services/Clients/DepartmentClient.fs +1 -1
- package/src/{Fossa.Bridge → Bridge}/Services/Clients/EmployeeClient.fs +1 -1
- package/src/Bridge/Services/Clients/IdentityClient.fs +11 -0
- package/src/{Fossa.Bridge/bin/Release/net8.0 → Bridge/bin/Release/net10.0}/Fossa.Bridge.deps.json +4 -4
- package/src/Bridge/obj/Bridge.fsproj.nuget.dgspec.json +357 -0
- package/src/Bridge/obj/Release/Fossa.Bridge.0.1.6.nuspec +31 -0
- package/src/{Fossa.Bridge/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.fs → Bridge/obj/Release/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.fs} +1 -1
- package/src/{Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.AssemblyInfo.fs → Bridge/obj/Release/net10.0/Bridge.AssemblyInfo.fs} +6 -4
- package/src/Bridge/obj/Release/net10.0/Bridge.fsproj.FileListAbsolute.txt +14 -0
- package/src/Bridge/obj/Release/net10.0/Bridge.sourcelink.json +1 -0
- package/src/Bridge/obj/project.assets.json +501 -0
- package/src/Directory.Build.props +23 -0
- package/tests/{Fossa.Bridge.Tests/Fossa.Bridge.Tests.fsproj → Bridge.Tests/Bridge.Tests.fsproj} +2 -2
- package/tests/Bridge.Tests/bin/Release/net10.0/.msCoverageSourceRootsMapping_Fossa.Bridge.Tests +0 -0
- package/tests/Bridge.Tests/bin/Release/net10.0/Fossa.Bridge.Tests +0 -0
- package/tests/{Fossa.Bridge.Tests/bin/Release/net8.0 → Bridge.Tests/bin/Release/net10.0}/Fossa.Bridge.Tests.deps.json +87 -74
- package/tests/{Fossa.Bridge.Tests/bin/Release/net8.0 → Bridge.Tests/bin/Release/net10.0}/Fossa.Bridge.Tests.runtimeconfig.json +2 -2
- package/tests/Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.dgspec.json +712 -0
- package/tests/{Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.g.props → Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.g.props} +2 -2
- package/tests/{Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.g.targets → Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.g.targets} +1 -1
- package/tests/{Fossa.Bridge.Tests/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.fs → Bridge.Tests/obj/Release/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.fs} +1 -1
- package/tests/{Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Bridge.Tests.AssemblyInfo.fs → Bridge.Tests/obj/Release/net10.0/Bridge.Tests.AssemblyInfo.fs} +4 -2
- package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.Tests.fsproj.FileListAbsolute.txt +190 -0
- package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.Tests.sourcelink.json +1 -0
- package/tests/Bridge.Tests/obj/Release/net10.0/apphost +0 -0
- package/tests/{Fossa.Bridge.Tests → Bridge.Tests}/obj/project.assets.json +374 -253
- package/tsconfig.json +3 -1
- package/Fossa.Bridge.slnx +0 -8
- package/src/Fossa.Bridge/Services/Clients/IdentityClient.fs +0 -9
- package/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.fable-temp.deps.json +0 -41
- package/src/Fossa.Bridge/obj/Fossa.Bridge.fable-temp.csproj.nuget.dgspec.json +0 -83
- package/src/Fossa.Bridge/obj/Fossa.Bridge.fable-temp.csproj.nuget.g.props +0 -25
- package/src/Fossa.Bridge/obj/Fossa.Bridge.fsproj.nuget.dgspec.json +0 -86
- package/src/Fossa.Bridge/obj/Fossa.Bridge.fsproj.nuget.g.targets +0 -2
- package/src/Fossa.Bridge/obj/Release/Fossa.Bridge.0.1.5.nuspec +0 -20
- package/src/Fossa.Bridge/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +0 -4
- package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.AssemblyInfo.cs +0 -23
- package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.GeneratedMSBuildEditorConfig.editorconfig +0 -17
- package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.csproj.FileListAbsolute.txt +0 -4
- package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fsproj.FileListAbsolute.txt +0 -14
- package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.sourcelink.json +0 -1
- package/src/Fossa.Bridge/obj/project.assets.json +0 -230
- package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/.msCoverageSourceRootsMapping_Fossa.Bridge.Tests +0 -0
- package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/Fossa.Bridge.Tests +0 -0
- package/tests/Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.dgspec.json +0 -182
- package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Bridge.Tests.fsproj.FileListAbsolute.txt +0 -190
- package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Bridge.Tests.sourcelink.json +0 -1
- package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/apphost +0 -0
- /package/src/{Fossa.Bridge → Bridge}/Services/Clients/CompanyClient.fs +0 -0
- /package/src/{Fossa.Bridge → Bridge}/Services/Clients/CompanyLicenseClient.fs +0 -0
- /package/src/{Fossa.Bridge → Bridge}/Services/Clients/CompanySettingsClient.fs +0 -0
- /package/src/{Fossa.Bridge → Bridge}/Services/Clients/SystemLicenseClient.fs +0 -0
- /package/src/{Fossa.Bridge → Bridge}/Services/Endpoints.fs +0 -0
- /package/src/{Fossa.Bridge → Bridge}/Services/IHttpTransport.fs +0 -0
- /package/src/{Fossa.Bridge → Bridge}/Services/UrlHelpers.fs +0 -0
- /package/src/{Fossa.Bridge/bin/Release/net8.0 → Bridge/bin/Release/net10.0}/Fossa.Bridge.xml +0 -0
- /package/src/{Fossa.Bridge/obj/Fossa.Bridge.fsproj.nuget.g.props → Bridge/obj/Bridge.fsproj.nuget.g.props} +0 -0
- /package/src/{Fossa.Bridge/obj/Fossa.Bridge.fable-temp.csproj.nuget.g.targets → Bridge/obj/Bridge.fsproj.nuget.g.targets} +0 -0
- /package/src/{Fossa.Bridge/obj/Release/net8.0 → Bridge/obj/Release/net10.0}/Fossa.Bridge.xml +0 -0
- /package/src/{Fossa.Bridge/obj/Release/net8.0 → Bridge/obj/Release/net10.0}/ILLink.Substitutions.xml +0 -0
- /package/tests/{Fossa.Bridge.Tests → Bridge.Tests}/Main.fs +0 -0
- /package/tests/{Fossa.Bridge.Tests → Bridge.Tests}/UrlHelpersTests.fs +0 -0
- /package/tests/{Fossa.Bridge.Tests/bin/Release/net8.0 → Bridge.Tests/bin/Release/net10.0}/Fossa.Bridge.xml +0 -0
- /package/tests/{Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Br.E9949494.Up2Date → Bridge.Tests/obj/Release/net10.0/Bridge.T.A317E392.Up2Date} +0 -0
- /package/tests/{Fossa.Bridge.Tests/obj/Release/net8.0 → Bridge.Tests/obj/Release/net10.0}/ILLink.Substitutions.xml +0 -0
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"runtimeTarget": {
|
|
3
|
-
"name": ".NETCoreApp,Version=
|
|
3
|
+
"name": ".NETCoreApp,Version=v10.0",
|
|
4
4
|
"signature": ""
|
|
5
5
|
},
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
|
-
".NETCoreApp,Version=
|
|
8
|
+
".NETCoreApp,Version=v10.0": {
|
|
9
9
|
"Fossa.Bridge.Tests/1.0.0": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Expecto": "10.2.3",
|
|
12
12
|
"FSharp.Core": "10.0.102",
|
|
13
13
|
"Fossa.Bridge": "1.0.0",
|
|
14
14
|
"Microsoft.NET.Test.Sdk": "18.3.0",
|
|
15
|
-
"YoloDev.Expecto.TestSdk": "0.15.5"
|
|
15
|
+
"YoloDev.Expecto.TestSdk": "0.15.5",
|
|
16
|
+
"Fossa.Bridge.Reference": "1.0.0.0"
|
|
16
17
|
},
|
|
17
18
|
"runtime": {
|
|
18
19
|
"Fossa.Bridge.Tests.dll": {}
|
|
@@ -115,49 +116,49 @@
|
|
|
115
116
|
"Microsoft.Testing.Platform": "1.9.0"
|
|
116
117
|
},
|
|
117
118
|
"runtime": {
|
|
118
|
-
"lib/
|
|
119
|
+
"lib/net9.0/Microsoft.Testing.Extensions.Telemetry.dll": {
|
|
119
120
|
"assemblyVersion": "1.9.0.0",
|
|
120
121
|
"fileVersion": "1.900.25.50105"
|
|
121
122
|
}
|
|
122
123
|
},
|
|
123
124
|
"resources": {
|
|
124
|
-
"lib/
|
|
125
|
+
"lib/net9.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
|
|
125
126
|
"locale": "cs"
|
|
126
127
|
},
|
|
127
|
-
"lib/
|
|
128
|
+
"lib/net9.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
|
|
128
129
|
"locale": "de"
|
|
129
130
|
},
|
|
130
|
-
"lib/
|
|
131
|
+
"lib/net9.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
|
|
131
132
|
"locale": "es"
|
|
132
133
|
},
|
|
133
|
-
"lib/
|
|
134
|
+
"lib/net9.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
|
|
134
135
|
"locale": "fr"
|
|
135
136
|
},
|
|
136
|
-
"lib/
|
|
137
|
+
"lib/net9.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
|
|
137
138
|
"locale": "it"
|
|
138
139
|
},
|
|
139
|
-
"lib/
|
|
140
|
+
"lib/net9.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
|
|
140
141
|
"locale": "ja"
|
|
141
142
|
},
|
|
142
|
-
"lib/
|
|
143
|
+
"lib/net9.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
|
|
143
144
|
"locale": "ko"
|
|
144
145
|
},
|
|
145
|
-
"lib/
|
|
146
|
+
"lib/net9.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
|
|
146
147
|
"locale": "pl"
|
|
147
148
|
},
|
|
148
|
-
"lib/
|
|
149
|
+
"lib/net9.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
|
|
149
150
|
"locale": "pt-BR"
|
|
150
151
|
},
|
|
151
|
-
"lib/
|
|
152
|
+
"lib/net9.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
|
|
152
153
|
"locale": "ru"
|
|
153
154
|
},
|
|
154
|
-
"lib/
|
|
155
|
+
"lib/net9.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
|
|
155
156
|
"locale": "tr"
|
|
156
157
|
},
|
|
157
|
-
"lib/
|
|
158
|
+
"lib/net9.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
|
|
158
159
|
"locale": "zh-Hans"
|
|
159
160
|
},
|
|
160
|
-
"lib/
|
|
161
|
+
"lib/net9.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
|
|
161
162
|
"locale": "zh-Hant"
|
|
162
163
|
}
|
|
163
164
|
}
|
|
@@ -167,7 +168,7 @@
|
|
|
167
168
|
"Microsoft.Testing.Platform": "1.9.0"
|
|
168
169
|
},
|
|
169
170
|
"runtime": {
|
|
170
|
-
"lib/
|
|
171
|
+
"lib/net9.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll": {
|
|
171
172
|
"assemblyVersion": "1.9.0.0",
|
|
172
173
|
"fileVersion": "1.900.25.50105"
|
|
173
174
|
}
|
|
@@ -182,98 +183,98 @@
|
|
|
182
183
|
"Microsoft.Testing.Platform": "1.9.0"
|
|
183
184
|
},
|
|
184
185
|
"runtime": {
|
|
185
|
-
"lib/
|
|
186
|
+
"lib/net9.0/Microsoft.Testing.Extensions.VSTestBridge.dll": {
|
|
186
187
|
"assemblyVersion": "1.9.0.0",
|
|
187
188
|
"fileVersion": "1.900.25.50105"
|
|
188
189
|
}
|
|
189
190
|
},
|
|
190
191
|
"resources": {
|
|
191
|
-
"lib/
|
|
192
|
+
"lib/net9.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
|
|
192
193
|
"locale": "cs"
|
|
193
194
|
},
|
|
194
|
-
"lib/
|
|
195
|
+
"lib/net9.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
|
|
195
196
|
"locale": "de"
|
|
196
197
|
},
|
|
197
|
-
"lib/
|
|
198
|
+
"lib/net9.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
|
|
198
199
|
"locale": "es"
|
|
199
200
|
},
|
|
200
|
-
"lib/
|
|
201
|
+
"lib/net9.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
|
|
201
202
|
"locale": "fr"
|
|
202
203
|
},
|
|
203
|
-
"lib/
|
|
204
|
+
"lib/net9.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
|
|
204
205
|
"locale": "it"
|
|
205
206
|
},
|
|
206
|
-
"lib/
|
|
207
|
+
"lib/net9.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
|
|
207
208
|
"locale": "ja"
|
|
208
209
|
},
|
|
209
|
-
"lib/
|
|
210
|
+
"lib/net9.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
|
|
210
211
|
"locale": "ko"
|
|
211
212
|
},
|
|
212
|
-
"lib/
|
|
213
|
+
"lib/net9.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
|
|
213
214
|
"locale": "pl"
|
|
214
215
|
},
|
|
215
|
-
"lib/
|
|
216
|
+
"lib/net9.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
|
|
216
217
|
"locale": "pt-BR"
|
|
217
218
|
},
|
|
218
|
-
"lib/
|
|
219
|
+
"lib/net9.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
|
|
219
220
|
"locale": "ru"
|
|
220
221
|
},
|
|
221
|
-
"lib/
|
|
222
|
+
"lib/net9.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
|
|
222
223
|
"locale": "tr"
|
|
223
224
|
},
|
|
224
|
-
"lib/
|
|
225
|
+
"lib/net9.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
|
|
225
226
|
"locale": "zh-Hans"
|
|
226
227
|
},
|
|
227
|
-
"lib/
|
|
228
|
+
"lib/net9.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
|
|
228
229
|
"locale": "zh-Hant"
|
|
229
230
|
}
|
|
230
231
|
}
|
|
231
232
|
},
|
|
232
233
|
"Microsoft.Testing.Platform/1.9.0": {
|
|
233
234
|
"runtime": {
|
|
234
|
-
"lib/
|
|
235
|
+
"lib/net9.0/Microsoft.Testing.Platform.dll": {
|
|
235
236
|
"assemblyVersion": "1.9.0.0",
|
|
236
237
|
"fileVersion": "1.900.25.50105"
|
|
237
238
|
}
|
|
238
239
|
},
|
|
239
240
|
"resources": {
|
|
240
|
-
"lib/
|
|
241
|
+
"lib/net9.0/cs/Microsoft.Testing.Platform.resources.dll": {
|
|
241
242
|
"locale": "cs"
|
|
242
243
|
},
|
|
243
|
-
"lib/
|
|
244
|
+
"lib/net9.0/de/Microsoft.Testing.Platform.resources.dll": {
|
|
244
245
|
"locale": "de"
|
|
245
246
|
},
|
|
246
|
-
"lib/
|
|
247
|
+
"lib/net9.0/es/Microsoft.Testing.Platform.resources.dll": {
|
|
247
248
|
"locale": "es"
|
|
248
249
|
},
|
|
249
|
-
"lib/
|
|
250
|
+
"lib/net9.0/fr/Microsoft.Testing.Platform.resources.dll": {
|
|
250
251
|
"locale": "fr"
|
|
251
252
|
},
|
|
252
|
-
"lib/
|
|
253
|
+
"lib/net9.0/it/Microsoft.Testing.Platform.resources.dll": {
|
|
253
254
|
"locale": "it"
|
|
254
255
|
},
|
|
255
|
-
"lib/
|
|
256
|
+
"lib/net9.0/ja/Microsoft.Testing.Platform.resources.dll": {
|
|
256
257
|
"locale": "ja"
|
|
257
258
|
},
|
|
258
|
-
"lib/
|
|
259
|
+
"lib/net9.0/ko/Microsoft.Testing.Platform.resources.dll": {
|
|
259
260
|
"locale": "ko"
|
|
260
261
|
},
|
|
261
|
-
"lib/
|
|
262
|
+
"lib/net9.0/pl/Microsoft.Testing.Platform.resources.dll": {
|
|
262
263
|
"locale": "pl"
|
|
263
264
|
},
|
|
264
|
-
"lib/
|
|
265
|
+
"lib/net9.0/pt-BR/Microsoft.Testing.Platform.resources.dll": {
|
|
265
266
|
"locale": "pt-BR"
|
|
266
267
|
},
|
|
267
|
-
"lib/
|
|
268
|
+
"lib/net9.0/ru/Microsoft.Testing.Platform.resources.dll": {
|
|
268
269
|
"locale": "ru"
|
|
269
270
|
},
|
|
270
|
-
"lib/
|
|
271
|
+
"lib/net9.0/tr/Microsoft.Testing.Platform.resources.dll": {
|
|
271
272
|
"locale": "tr"
|
|
272
273
|
},
|
|
273
|
-
"lib/
|
|
274
|
+
"lib/net9.0/zh-Hans/Microsoft.Testing.Platform.resources.dll": {
|
|
274
275
|
"locale": "zh-Hans"
|
|
275
276
|
},
|
|
276
|
-
"lib/
|
|
277
|
+
"lib/net9.0/zh-Hant/Microsoft.Testing.Platform.resources.dll": {
|
|
277
278
|
"locale": "zh-Hant"
|
|
278
279
|
}
|
|
279
280
|
}
|
|
@@ -283,98 +284,98 @@
|
|
|
283
284
|
"Microsoft.Testing.Platform": "1.9.0"
|
|
284
285
|
},
|
|
285
286
|
"runtime": {
|
|
286
|
-
"lib/
|
|
287
|
+
"lib/net9.0/Microsoft.Testing.Extensions.MSBuild.dll": {
|
|
287
288
|
"assemblyVersion": "1.9.0.0",
|
|
288
289
|
"fileVersion": "1.900.25.50105"
|
|
289
290
|
}
|
|
290
291
|
},
|
|
291
292
|
"resources": {
|
|
292
|
-
"lib/
|
|
293
|
+
"lib/net9.0/cs/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
|
|
293
294
|
"locale": "cs"
|
|
294
295
|
},
|
|
295
|
-
"lib/
|
|
296
|
+
"lib/net9.0/de/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
|
|
296
297
|
"locale": "de"
|
|
297
298
|
},
|
|
298
|
-
"lib/
|
|
299
|
+
"lib/net9.0/es/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
|
|
299
300
|
"locale": "es"
|
|
300
301
|
},
|
|
301
|
-
"lib/
|
|
302
|
+
"lib/net9.0/fr/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
|
|
302
303
|
"locale": "fr"
|
|
303
304
|
},
|
|
304
|
-
"lib/
|
|
305
|
+
"lib/net9.0/it/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
|
|
305
306
|
"locale": "it"
|
|
306
307
|
},
|
|
307
|
-
"lib/
|
|
308
|
+
"lib/net9.0/ja/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
|
|
308
309
|
"locale": "ja"
|
|
309
310
|
},
|
|
310
|
-
"lib/
|
|
311
|
+
"lib/net9.0/ko/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
|
|
311
312
|
"locale": "ko"
|
|
312
313
|
},
|
|
313
|
-
"lib/
|
|
314
|
+
"lib/net9.0/pl/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
|
|
314
315
|
"locale": "pl"
|
|
315
316
|
},
|
|
316
|
-
"lib/
|
|
317
|
+
"lib/net9.0/pt-BR/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
|
|
317
318
|
"locale": "pt-BR"
|
|
318
319
|
},
|
|
319
|
-
"lib/
|
|
320
|
+
"lib/net9.0/ru/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
|
|
320
321
|
"locale": "ru"
|
|
321
322
|
},
|
|
322
|
-
"lib/
|
|
323
|
+
"lib/net9.0/tr/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
|
|
323
324
|
"locale": "tr"
|
|
324
325
|
},
|
|
325
|
-
"lib/
|
|
326
|
+
"lib/net9.0/zh-Hans/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
|
|
326
327
|
"locale": "zh-Hans"
|
|
327
328
|
},
|
|
328
|
-
"lib/
|
|
329
|
+
"lib/net9.0/zh-Hant/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
|
|
329
330
|
"locale": "zh-Hant"
|
|
330
331
|
}
|
|
331
332
|
}
|
|
332
333
|
},
|
|
333
334
|
"Microsoft.TestPlatform.AdapterUtilities/17.13.0": {
|
|
334
335
|
"runtime": {
|
|
335
|
-
"lib/
|
|
336
|
+
"lib/net9.0/Microsoft.TestPlatform.AdapterUtilities.dll": {
|
|
336
337
|
"assemblyVersion": "15.0.0.0",
|
|
337
338
|
"fileVersion": "17.1300.25.10604"
|
|
338
339
|
}
|
|
339
340
|
},
|
|
340
341
|
"resources": {
|
|
341
|
-
"lib/
|
|
342
|
+
"lib/net9.0/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
|
|
342
343
|
"locale": "cs"
|
|
343
344
|
},
|
|
344
|
-
"lib/
|
|
345
|
+
"lib/net9.0/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
|
|
345
346
|
"locale": "de"
|
|
346
347
|
},
|
|
347
|
-
"lib/
|
|
348
|
+
"lib/net9.0/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
|
|
348
349
|
"locale": "es"
|
|
349
350
|
},
|
|
350
|
-
"lib/
|
|
351
|
+
"lib/net9.0/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
|
|
351
352
|
"locale": "fr"
|
|
352
353
|
},
|
|
353
|
-
"lib/
|
|
354
|
+
"lib/net9.0/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
|
|
354
355
|
"locale": "it"
|
|
355
356
|
},
|
|
356
|
-
"lib/
|
|
357
|
+
"lib/net9.0/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
|
|
357
358
|
"locale": "ja"
|
|
358
359
|
},
|
|
359
|
-
"lib/
|
|
360
|
+
"lib/net9.0/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
|
|
360
361
|
"locale": "ko"
|
|
361
362
|
},
|
|
362
|
-
"lib/
|
|
363
|
+
"lib/net9.0/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
|
|
363
364
|
"locale": "pl"
|
|
364
365
|
},
|
|
365
|
-
"lib/
|
|
366
|
+
"lib/net9.0/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
|
|
366
367
|
"locale": "pt-BR"
|
|
367
368
|
},
|
|
368
|
-
"lib/
|
|
369
|
+
"lib/net9.0/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
|
|
369
370
|
"locale": "ru"
|
|
370
371
|
},
|
|
371
|
-
"lib/
|
|
372
|
+
"lib/net9.0/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
|
|
372
373
|
"locale": "tr"
|
|
373
374
|
},
|
|
374
|
-
"lib/
|
|
375
|
+
"lib/net9.0/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
|
|
375
376
|
"locale": "zh-Hans"
|
|
376
377
|
},
|
|
377
|
-
"lib/
|
|
378
|
+
"lib/net9.0/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
|
|
378
379
|
"locale": "zh-Hant"
|
|
379
380
|
}
|
|
380
381
|
}
|
|
@@ -663,6 +664,13 @@
|
|
|
663
664
|
"FSharp.Core": "10.0.102",
|
|
664
665
|
"Fable.Core": "4.5.0"
|
|
665
666
|
},
|
|
667
|
+
"runtime": {
|
|
668
|
+
"Fossa.Bridge.dll": {
|
|
669
|
+
"fileVersion": "0.0.0.0"
|
|
670
|
+
}
|
|
671
|
+
}
|
|
672
|
+
},
|
|
673
|
+
"Fossa.Bridge.Reference/1.0.0.0": {
|
|
666
674
|
"runtime": {
|
|
667
675
|
"Fossa.Bridge.dll": {
|
|
668
676
|
"assemblyVersion": "1.0.0.0",
|
|
@@ -801,6 +809,11 @@
|
|
|
801
809
|
"type": "project",
|
|
802
810
|
"serviceable": false,
|
|
803
811
|
"sha512": ""
|
|
812
|
+
},
|
|
813
|
+
"Fossa.Bridge.Reference/1.0.0.0": {
|
|
814
|
+
"type": "reference",
|
|
815
|
+
"serviceable": false,
|
|
816
|
+
"sha512": ""
|
|
804
817
|
}
|
|
805
818
|
}
|
|
806
819
|
}
|