@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
|
@@ -0,0 +1,712 @@
|
|
|
1
|
+
{
|
|
2
|
+
"format": 1,
|
|
3
|
+
"restore": {
|
|
4
|
+
"/home/runner/work/Bridge/Bridge/tests/Bridge.Tests/Bridge.Tests.fsproj": {}
|
|
5
|
+
},
|
|
6
|
+
"projects": {
|
|
7
|
+
"/home/runner/work/Bridge/Bridge/src/Bridge/Bridge.fsproj": {
|
|
8
|
+
"version": "1.0.0",
|
|
9
|
+
"restore": {
|
|
10
|
+
"projectUniqueName": "/home/runner/work/Bridge/Bridge/src/Bridge/Bridge.fsproj",
|
|
11
|
+
"projectName": "Fossa.Bridge",
|
|
12
|
+
"projectPath": "/home/runner/work/Bridge/Bridge/src/Bridge/Bridge.fsproj",
|
|
13
|
+
"packagesPath": "/home/runner/.nuget/packages/",
|
|
14
|
+
"outputPath": "/home/runner/work/Bridge/Bridge/src/Bridge/obj/",
|
|
15
|
+
"projectStyle": "PackageReference",
|
|
16
|
+
"configFilePaths": [
|
|
17
|
+
"/home/runner/.nuget/NuGet/NuGet.Config"
|
|
18
|
+
],
|
|
19
|
+
"originalTargetFrameworks": [
|
|
20
|
+
"net10.0"
|
|
21
|
+
],
|
|
22
|
+
"sources": {
|
|
23
|
+
"/usr/share/dotnet/sdk/10.0.102/FSharp/library-packs": {},
|
|
24
|
+
"https://api.nuget.org/v3/index.json": {}
|
|
25
|
+
},
|
|
26
|
+
"frameworks": {
|
|
27
|
+
"net10.0": {
|
|
28
|
+
"targetAlias": "net10.0",
|
|
29
|
+
"projectReferences": {}
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"warningProperties": {
|
|
33
|
+
"allWarningsAsErrors": true
|
|
34
|
+
},
|
|
35
|
+
"restoreAuditProperties": {
|
|
36
|
+
"enableAudit": "true",
|
|
37
|
+
"auditLevel": "low",
|
|
38
|
+
"auditMode": "all"
|
|
39
|
+
},
|
|
40
|
+
"SdkAnalysisLevel": "10.0.100"
|
|
41
|
+
},
|
|
42
|
+
"frameworks": {
|
|
43
|
+
"net10.0": {
|
|
44
|
+
"targetAlias": "net10.0",
|
|
45
|
+
"dependencies": {
|
|
46
|
+
"FSharp.Core": {
|
|
47
|
+
"include": "Runtime, Compile, Build, Native, Analyzers, BuildTransitive",
|
|
48
|
+
"target": "Package",
|
|
49
|
+
"version": "[10.0.102, )",
|
|
50
|
+
"generatePathProperty": true
|
|
51
|
+
},
|
|
52
|
+
"Fable.Core": {
|
|
53
|
+
"target": "Package",
|
|
54
|
+
"version": "[4.5.0, )",
|
|
55
|
+
"generatePathProperty": true
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"imports": [
|
|
59
|
+
"net461",
|
|
60
|
+
"net462",
|
|
61
|
+
"net47",
|
|
62
|
+
"net471",
|
|
63
|
+
"net472",
|
|
64
|
+
"net48",
|
|
65
|
+
"net481"
|
|
66
|
+
],
|
|
67
|
+
"assetTargetFallback": true,
|
|
68
|
+
"warn": true,
|
|
69
|
+
"frameworkReferences": {
|
|
70
|
+
"Microsoft.NETCore.App": {
|
|
71
|
+
"privateAssets": "all"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.102/PortableRuntimeIdentifierGraph.json",
|
|
75
|
+
"packagesToPrune": {
|
|
76
|
+
"Microsoft.CSharp": "(,4.7.32767]",
|
|
77
|
+
"Microsoft.VisualBasic": "(,10.4.32767]",
|
|
78
|
+
"Microsoft.Win32.Primitives": "(,4.3.32767]",
|
|
79
|
+
"Microsoft.Win32.Registry": "(,5.0.32767]",
|
|
80
|
+
"runtime.any.System.Collections": "(,4.3.32767]",
|
|
81
|
+
"runtime.any.System.Diagnostics.Tools": "(,4.3.32767]",
|
|
82
|
+
"runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]",
|
|
83
|
+
"runtime.any.System.Globalization": "(,4.3.32767]",
|
|
84
|
+
"runtime.any.System.Globalization.Calendars": "(,4.3.32767]",
|
|
85
|
+
"runtime.any.System.IO": "(,4.3.32767]",
|
|
86
|
+
"runtime.any.System.Reflection": "(,4.3.32767]",
|
|
87
|
+
"runtime.any.System.Reflection.Extensions": "(,4.3.32767]",
|
|
88
|
+
"runtime.any.System.Reflection.Primitives": "(,4.3.32767]",
|
|
89
|
+
"runtime.any.System.Resources.ResourceManager": "(,4.3.32767]",
|
|
90
|
+
"runtime.any.System.Runtime": "(,4.3.32767]",
|
|
91
|
+
"runtime.any.System.Runtime.Handles": "(,4.3.32767]",
|
|
92
|
+
"runtime.any.System.Runtime.InteropServices": "(,4.3.32767]",
|
|
93
|
+
"runtime.any.System.Text.Encoding": "(,4.3.32767]",
|
|
94
|
+
"runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]",
|
|
95
|
+
"runtime.any.System.Threading.Tasks": "(,4.3.32767]",
|
|
96
|
+
"runtime.any.System.Threading.Timer": "(,4.3.32767]",
|
|
97
|
+
"runtime.aot.System.Collections": "(,4.3.32767]",
|
|
98
|
+
"runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]",
|
|
99
|
+
"runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]",
|
|
100
|
+
"runtime.aot.System.Globalization": "(,4.3.32767]",
|
|
101
|
+
"runtime.aot.System.Globalization.Calendars": "(,4.3.32767]",
|
|
102
|
+
"runtime.aot.System.IO": "(,4.3.32767]",
|
|
103
|
+
"runtime.aot.System.Reflection": "(,4.3.32767]",
|
|
104
|
+
"runtime.aot.System.Reflection.Extensions": "(,4.3.32767]",
|
|
105
|
+
"runtime.aot.System.Reflection.Primitives": "(,4.3.32767]",
|
|
106
|
+
"runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]",
|
|
107
|
+
"runtime.aot.System.Runtime": "(,4.3.32767]",
|
|
108
|
+
"runtime.aot.System.Runtime.Handles": "(,4.3.32767]",
|
|
109
|
+
"runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]",
|
|
110
|
+
"runtime.aot.System.Text.Encoding": "(,4.3.32767]",
|
|
111
|
+
"runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]",
|
|
112
|
+
"runtime.aot.System.Threading.Tasks": "(,4.3.32767]",
|
|
113
|
+
"runtime.aot.System.Threading.Timer": "(,4.3.32767]",
|
|
114
|
+
"runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]",
|
|
115
|
+
"runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
116
|
+
"runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
117
|
+
"runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
118
|
+
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
119
|
+
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
120
|
+
"runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]",
|
|
121
|
+
"runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
122
|
+
"runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
123
|
+
"runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
124
|
+
"runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]",
|
|
125
|
+
"runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
126
|
+
"runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
127
|
+
"runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
128
|
+
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
129
|
+
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
130
|
+
"runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]",
|
|
131
|
+
"runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
132
|
+
"runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
133
|
+
"runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
134
|
+
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
135
|
+
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
136
|
+
"runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]",
|
|
137
|
+
"runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
138
|
+
"runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
139
|
+
"runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
140
|
+
"runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]",
|
|
141
|
+
"runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
142
|
+
"runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
143
|
+
"runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
144
|
+
"runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]",
|
|
145
|
+
"runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
146
|
+
"runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
147
|
+
"runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
148
|
+
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
149
|
+
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
150
|
+
"runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]",
|
|
151
|
+
"runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
152
|
+
"runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
153
|
+
"runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
154
|
+
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
155
|
+
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
156
|
+
"runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]",
|
|
157
|
+
"runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
158
|
+
"runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
159
|
+
"runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
160
|
+
"runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]",
|
|
161
|
+
"runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
162
|
+
"runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
163
|
+
"runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
164
|
+
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
165
|
+
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]",
|
|
166
|
+
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
167
|
+
"runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]",
|
|
168
|
+
"runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
169
|
+
"runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
170
|
+
"runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
171
|
+
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
172
|
+
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
173
|
+
"runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]",
|
|
174
|
+
"runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
175
|
+
"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
176
|
+
"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
177
|
+
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
178
|
+
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
179
|
+
"runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]",
|
|
180
|
+
"runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
181
|
+
"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
182
|
+
"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
183
|
+
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
184
|
+
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
185
|
+
"runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]",
|
|
186
|
+
"runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
187
|
+
"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
188
|
+
"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
189
|
+
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
190
|
+
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
191
|
+
"runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]",
|
|
192
|
+
"runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
193
|
+
"runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
194
|
+
"runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
195
|
+
"runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]",
|
|
196
|
+
"runtime.unix.System.Console": "(,4.3.32767]",
|
|
197
|
+
"runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]",
|
|
198
|
+
"runtime.unix.System.IO.FileSystem": "(,4.3.32767]",
|
|
199
|
+
"runtime.unix.System.Net.Primitives": "(,4.3.32767]",
|
|
200
|
+
"runtime.unix.System.Net.Sockets": "(,4.3.32767]",
|
|
201
|
+
"runtime.unix.System.Private.Uri": "(,4.3.32767]",
|
|
202
|
+
"runtime.unix.System.Runtime.Extensions": "(,4.3.32767]",
|
|
203
|
+
"runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]",
|
|
204
|
+
"runtime.win.System.Console": "(,4.3.32767]",
|
|
205
|
+
"runtime.win.System.Diagnostics.Debug": "(,4.3.32767]",
|
|
206
|
+
"runtime.win.System.IO.FileSystem": "(,4.3.32767]",
|
|
207
|
+
"runtime.win.System.Net.Primitives": "(,4.3.32767]",
|
|
208
|
+
"runtime.win.System.Net.Sockets": "(,4.3.32767]",
|
|
209
|
+
"runtime.win.System.Runtime.Extensions": "(,4.3.32767]",
|
|
210
|
+
"runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
|
|
211
|
+
"runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
212
|
+
"runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
|
|
213
|
+
"runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
|
|
214
|
+
"runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
215
|
+
"runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
216
|
+
"runtime.win7.System.Private.Uri": "(,4.3.32767]",
|
|
217
|
+
"runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
218
|
+
"System.AppContext": "(,4.3.32767]",
|
|
219
|
+
"System.Buffers": "(,5.0.32767]",
|
|
220
|
+
"System.Collections": "(,4.3.32767]",
|
|
221
|
+
"System.Collections.Concurrent": "(,4.3.32767]",
|
|
222
|
+
"System.Collections.Immutable": "(,10.0.32767]",
|
|
223
|
+
"System.Collections.NonGeneric": "(,4.3.32767]",
|
|
224
|
+
"System.Collections.Specialized": "(,4.3.32767]",
|
|
225
|
+
"System.ComponentModel": "(,4.3.32767]",
|
|
226
|
+
"System.ComponentModel.Annotations": "(,4.3.32767]",
|
|
227
|
+
"System.ComponentModel.EventBasedAsync": "(,4.3.32767]",
|
|
228
|
+
"System.ComponentModel.Primitives": "(,4.3.32767]",
|
|
229
|
+
"System.ComponentModel.TypeConverter": "(,4.3.32767]",
|
|
230
|
+
"System.Console": "(,4.3.32767]",
|
|
231
|
+
"System.Data.Common": "(,4.3.32767]",
|
|
232
|
+
"System.Data.DataSetExtensions": "(,4.4.32767]",
|
|
233
|
+
"System.Diagnostics.Contracts": "(,4.3.32767]",
|
|
234
|
+
"System.Diagnostics.Debug": "(,4.3.32767]",
|
|
235
|
+
"System.Diagnostics.DiagnosticSource": "(,10.0.32767]",
|
|
236
|
+
"System.Diagnostics.FileVersionInfo": "(,4.3.32767]",
|
|
237
|
+
"System.Diagnostics.Process": "(,4.3.32767]",
|
|
238
|
+
"System.Diagnostics.StackTrace": "(,4.3.32767]",
|
|
239
|
+
"System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]",
|
|
240
|
+
"System.Diagnostics.Tools": "(,4.3.32767]",
|
|
241
|
+
"System.Diagnostics.TraceSource": "(,4.3.32767]",
|
|
242
|
+
"System.Diagnostics.Tracing": "(,4.3.32767]",
|
|
243
|
+
"System.Drawing.Primitives": "(,4.3.32767]",
|
|
244
|
+
"System.Dynamic.Runtime": "(,4.3.32767]",
|
|
245
|
+
"System.Formats.Asn1": "(,10.0.32767]",
|
|
246
|
+
"System.Formats.Tar": "(,10.0.32767]",
|
|
247
|
+
"System.Globalization": "(,4.3.32767]",
|
|
248
|
+
"System.Globalization.Calendars": "(,4.3.32767]",
|
|
249
|
+
"System.Globalization.Extensions": "(,4.3.32767]",
|
|
250
|
+
"System.IO": "(,4.3.32767]",
|
|
251
|
+
"System.IO.Compression": "(,4.3.32767]",
|
|
252
|
+
"System.IO.Compression.ZipFile": "(,4.3.32767]",
|
|
253
|
+
"System.IO.FileSystem": "(,4.3.32767]",
|
|
254
|
+
"System.IO.FileSystem.AccessControl": "(,4.4.32767]",
|
|
255
|
+
"System.IO.FileSystem.DriveInfo": "(,4.3.32767]",
|
|
256
|
+
"System.IO.FileSystem.Primitives": "(,4.3.32767]",
|
|
257
|
+
"System.IO.FileSystem.Watcher": "(,4.3.32767]",
|
|
258
|
+
"System.IO.IsolatedStorage": "(,4.3.32767]",
|
|
259
|
+
"System.IO.MemoryMappedFiles": "(,4.3.32767]",
|
|
260
|
+
"System.IO.Pipelines": "(,10.0.32767]",
|
|
261
|
+
"System.IO.Pipes": "(,4.3.32767]",
|
|
262
|
+
"System.IO.Pipes.AccessControl": "(,5.0.32767]",
|
|
263
|
+
"System.IO.UnmanagedMemoryStream": "(,4.3.32767]",
|
|
264
|
+
"System.Linq": "(,4.3.32767]",
|
|
265
|
+
"System.Linq.AsyncEnumerable": "(,10.0.32767]",
|
|
266
|
+
"System.Linq.Expressions": "(,4.3.32767]",
|
|
267
|
+
"System.Linq.Parallel": "(,4.3.32767]",
|
|
268
|
+
"System.Linq.Queryable": "(,4.3.32767]",
|
|
269
|
+
"System.Memory": "(,5.0.32767]",
|
|
270
|
+
"System.Net.Http": "(,4.3.32767]",
|
|
271
|
+
"System.Net.Http.Json": "(,10.0.32767]",
|
|
272
|
+
"System.Net.NameResolution": "(,4.3.32767]",
|
|
273
|
+
"System.Net.NetworkInformation": "(,4.3.32767]",
|
|
274
|
+
"System.Net.Ping": "(,4.3.32767]",
|
|
275
|
+
"System.Net.Primitives": "(,4.3.32767]",
|
|
276
|
+
"System.Net.Requests": "(,4.3.32767]",
|
|
277
|
+
"System.Net.Security": "(,4.3.32767]",
|
|
278
|
+
"System.Net.ServerSentEvents": "(,10.0.32767]",
|
|
279
|
+
"System.Net.Sockets": "(,4.3.32767]",
|
|
280
|
+
"System.Net.WebHeaderCollection": "(,4.3.32767]",
|
|
281
|
+
"System.Net.WebSockets": "(,4.3.32767]",
|
|
282
|
+
"System.Net.WebSockets.Client": "(,4.3.32767]",
|
|
283
|
+
"System.Numerics.Vectors": "(,5.0.32767]",
|
|
284
|
+
"System.ObjectModel": "(,4.3.32767]",
|
|
285
|
+
"System.Private.DataContractSerialization": "(,4.3.32767]",
|
|
286
|
+
"System.Private.Uri": "(,4.3.32767]",
|
|
287
|
+
"System.Reflection": "(,4.3.32767]",
|
|
288
|
+
"System.Reflection.DispatchProxy": "(,6.0.32767]",
|
|
289
|
+
"System.Reflection.Emit": "(,4.7.32767]",
|
|
290
|
+
"System.Reflection.Emit.ILGeneration": "(,4.7.32767]",
|
|
291
|
+
"System.Reflection.Emit.Lightweight": "(,4.7.32767]",
|
|
292
|
+
"System.Reflection.Extensions": "(,4.3.32767]",
|
|
293
|
+
"System.Reflection.Metadata": "(,10.0.32767]",
|
|
294
|
+
"System.Reflection.Primitives": "(,4.3.32767]",
|
|
295
|
+
"System.Reflection.TypeExtensions": "(,4.3.32767]",
|
|
296
|
+
"System.Resources.Reader": "(,4.3.32767]",
|
|
297
|
+
"System.Resources.ResourceManager": "(,4.3.32767]",
|
|
298
|
+
"System.Resources.Writer": "(,4.3.32767]",
|
|
299
|
+
"System.Runtime": "(,4.3.32767]",
|
|
300
|
+
"System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]",
|
|
301
|
+
"System.Runtime.CompilerServices.VisualC": "(,4.3.32767]",
|
|
302
|
+
"System.Runtime.Extensions": "(,4.3.32767]",
|
|
303
|
+
"System.Runtime.Handles": "(,4.3.32767]",
|
|
304
|
+
"System.Runtime.InteropServices": "(,4.3.32767]",
|
|
305
|
+
"System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]",
|
|
306
|
+
"System.Runtime.Loader": "(,4.3.32767]",
|
|
307
|
+
"System.Runtime.Numerics": "(,4.3.32767]",
|
|
308
|
+
"System.Runtime.Serialization.Formatters": "(,4.3.32767]",
|
|
309
|
+
"System.Runtime.Serialization.Json": "(,4.3.32767]",
|
|
310
|
+
"System.Runtime.Serialization.Primitives": "(,4.3.32767]",
|
|
311
|
+
"System.Runtime.Serialization.Xml": "(,4.3.32767]",
|
|
312
|
+
"System.Security.AccessControl": "(,6.0.32767]",
|
|
313
|
+
"System.Security.Claims": "(,4.3.32767]",
|
|
314
|
+
"System.Security.Cryptography.Algorithms": "(,4.3.32767]",
|
|
315
|
+
"System.Security.Cryptography.Cng": "(,5.0.32767]",
|
|
316
|
+
"System.Security.Cryptography.Csp": "(,4.3.32767]",
|
|
317
|
+
"System.Security.Cryptography.Encoding": "(,4.3.32767]",
|
|
318
|
+
"System.Security.Cryptography.OpenSsl": "(,5.0.32767]",
|
|
319
|
+
"System.Security.Cryptography.Primitives": "(,4.3.32767]",
|
|
320
|
+
"System.Security.Cryptography.X509Certificates": "(,4.3.32767]",
|
|
321
|
+
"System.Security.Principal": "(,4.3.32767]",
|
|
322
|
+
"System.Security.Principal.Windows": "(,5.0.32767]",
|
|
323
|
+
"System.Security.SecureString": "(,4.3.32767]",
|
|
324
|
+
"System.Text.Encoding": "(,4.3.32767]",
|
|
325
|
+
"System.Text.Encoding.CodePages": "(,10.0.32767]",
|
|
326
|
+
"System.Text.Encoding.Extensions": "(,4.3.32767]",
|
|
327
|
+
"System.Text.Encodings.Web": "(,10.0.32767]",
|
|
328
|
+
"System.Text.Json": "(,10.0.32767]",
|
|
329
|
+
"System.Text.RegularExpressions": "(,4.3.32767]",
|
|
330
|
+
"System.Threading": "(,4.3.32767]",
|
|
331
|
+
"System.Threading.AccessControl": "(,10.0.32767]",
|
|
332
|
+
"System.Threading.Channels": "(,10.0.32767]",
|
|
333
|
+
"System.Threading.Overlapped": "(,4.3.32767]",
|
|
334
|
+
"System.Threading.Tasks": "(,4.3.32767]",
|
|
335
|
+
"System.Threading.Tasks.Dataflow": "(,10.0.32767]",
|
|
336
|
+
"System.Threading.Tasks.Extensions": "(,5.0.32767]",
|
|
337
|
+
"System.Threading.Tasks.Parallel": "(,4.3.32767]",
|
|
338
|
+
"System.Threading.Thread": "(,4.3.32767]",
|
|
339
|
+
"System.Threading.ThreadPool": "(,4.3.32767]",
|
|
340
|
+
"System.Threading.Timer": "(,4.3.32767]",
|
|
341
|
+
"System.ValueTuple": "(,4.5.32767]",
|
|
342
|
+
"System.Xml.ReaderWriter": "(,4.3.32767]",
|
|
343
|
+
"System.Xml.XDocument": "(,4.3.32767]",
|
|
344
|
+
"System.Xml.XmlDocument": "(,4.3.32767]",
|
|
345
|
+
"System.Xml.XmlSerializer": "(,4.3.32767]",
|
|
346
|
+
"System.Xml.XPath": "(,4.3.32767]",
|
|
347
|
+
"System.Xml.XPath.XDocument": "(,5.0.32767]"
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
"/home/runner/work/Bridge/Bridge/tests/Bridge.Tests/Bridge.Tests.fsproj": {
|
|
353
|
+
"version": "1.0.0",
|
|
354
|
+
"restore": {
|
|
355
|
+
"projectUniqueName": "/home/runner/work/Bridge/Bridge/tests/Bridge.Tests/Bridge.Tests.fsproj",
|
|
356
|
+
"projectName": "Fossa.Bridge.Tests",
|
|
357
|
+
"projectPath": "/home/runner/work/Bridge/Bridge/tests/Bridge.Tests/Bridge.Tests.fsproj",
|
|
358
|
+
"packagesPath": "/home/runner/.nuget/packages/",
|
|
359
|
+
"outputPath": "/home/runner/work/Bridge/Bridge/tests/Bridge.Tests/obj/",
|
|
360
|
+
"projectStyle": "PackageReference",
|
|
361
|
+
"configFilePaths": [
|
|
362
|
+
"/home/runner/.nuget/NuGet/NuGet.Config"
|
|
363
|
+
],
|
|
364
|
+
"originalTargetFrameworks": [
|
|
365
|
+
"net10.0"
|
|
366
|
+
],
|
|
367
|
+
"sources": {
|
|
368
|
+
"/usr/share/dotnet/sdk/10.0.102/FSharp/library-packs": {},
|
|
369
|
+
"https://api.nuget.org/v3/index.json": {}
|
|
370
|
+
},
|
|
371
|
+
"frameworks": {
|
|
372
|
+
"net10.0": {
|
|
373
|
+
"targetAlias": "net10.0",
|
|
374
|
+
"projectReferences": {
|
|
375
|
+
"/home/runner/work/Bridge/Bridge/src/Bridge/Bridge.fsproj": {
|
|
376
|
+
"projectPath": "/home/runner/work/Bridge/Bridge/src/Bridge/Bridge.fsproj"
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
"warningProperties": {
|
|
382
|
+
"allWarningsAsErrors": true
|
|
383
|
+
},
|
|
384
|
+
"restoreAuditProperties": {
|
|
385
|
+
"enableAudit": "true",
|
|
386
|
+
"auditLevel": "low",
|
|
387
|
+
"auditMode": "all"
|
|
388
|
+
},
|
|
389
|
+
"SdkAnalysisLevel": "10.0.100"
|
|
390
|
+
},
|
|
391
|
+
"frameworks": {
|
|
392
|
+
"net10.0": {
|
|
393
|
+
"targetAlias": "net10.0",
|
|
394
|
+
"dependencies": {
|
|
395
|
+
"Expecto": {
|
|
396
|
+
"target": "Package",
|
|
397
|
+
"version": "[10.2.3, )",
|
|
398
|
+
"generatePathProperty": true
|
|
399
|
+
},
|
|
400
|
+
"FSharp.Core": {
|
|
401
|
+
"include": "Runtime, Compile, Build, Native, Analyzers, BuildTransitive",
|
|
402
|
+
"target": "Package",
|
|
403
|
+
"version": "[10.0.102, )",
|
|
404
|
+
"generatePathProperty": true
|
|
405
|
+
},
|
|
406
|
+
"Microsoft.NET.Test.Sdk": {
|
|
407
|
+
"target": "Package",
|
|
408
|
+
"version": "[18.3.0, )",
|
|
409
|
+
"generatePathProperty": true
|
|
410
|
+
},
|
|
411
|
+
"YoloDev.Expecto.TestSdk": {
|
|
412
|
+
"target": "Package",
|
|
413
|
+
"version": "[0.15.5, )",
|
|
414
|
+
"generatePathProperty": true
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
"imports": [
|
|
418
|
+
"net461",
|
|
419
|
+
"net462",
|
|
420
|
+
"net47",
|
|
421
|
+
"net471",
|
|
422
|
+
"net472",
|
|
423
|
+
"net48",
|
|
424
|
+
"net481"
|
|
425
|
+
],
|
|
426
|
+
"assetTargetFallback": true,
|
|
427
|
+
"warn": true,
|
|
428
|
+
"frameworkReferences": {
|
|
429
|
+
"Microsoft.NETCore.App": {
|
|
430
|
+
"privateAssets": "all"
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.102/PortableRuntimeIdentifierGraph.json",
|
|
434
|
+
"packagesToPrune": {
|
|
435
|
+
"Microsoft.CSharp": "(,4.7.32767]",
|
|
436
|
+
"Microsoft.VisualBasic": "(,10.4.32767]",
|
|
437
|
+
"Microsoft.Win32.Primitives": "(,4.3.32767]",
|
|
438
|
+
"Microsoft.Win32.Registry": "(,5.0.32767]",
|
|
439
|
+
"runtime.any.System.Collections": "(,4.3.32767]",
|
|
440
|
+
"runtime.any.System.Diagnostics.Tools": "(,4.3.32767]",
|
|
441
|
+
"runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]",
|
|
442
|
+
"runtime.any.System.Globalization": "(,4.3.32767]",
|
|
443
|
+
"runtime.any.System.Globalization.Calendars": "(,4.3.32767]",
|
|
444
|
+
"runtime.any.System.IO": "(,4.3.32767]",
|
|
445
|
+
"runtime.any.System.Reflection": "(,4.3.32767]",
|
|
446
|
+
"runtime.any.System.Reflection.Extensions": "(,4.3.32767]",
|
|
447
|
+
"runtime.any.System.Reflection.Primitives": "(,4.3.32767]",
|
|
448
|
+
"runtime.any.System.Resources.ResourceManager": "(,4.3.32767]",
|
|
449
|
+
"runtime.any.System.Runtime": "(,4.3.32767]",
|
|
450
|
+
"runtime.any.System.Runtime.Handles": "(,4.3.32767]",
|
|
451
|
+
"runtime.any.System.Runtime.InteropServices": "(,4.3.32767]",
|
|
452
|
+
"runtime.any.System.Text.Encoding": "(,4.3.32767]",
|
|
453
|
+
"runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]",
|
|
454
|
+
"runtime.any.System.Threading.Tasks": "(,4.3.32767]",
|
|
455
|
+
"runtime.any.System.Threading.Timer": "(,4.3.32767]",
|
|
456
|
+
"runtime.aot.System.Collections": "(,4.3.32767]",
|
|
457
|
+
"runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]",
|
|
458
|
+
"runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]",
|
|
459
|
+
"runtime.aot.System.Globalization": "(,4.3.32767]",
|
|
460
|
+
"runtime.aot.System.Globalization.Calendars": "(,4.3.32767]",
|
|
461
|
+
"runtime.aot.System.IO": "(,4.3.32767]",
|
|
462
|
+
"runtime.aot.System.Reflection": "(,4.3.32767]",
|
|
463
|
+
"runtime.aot.System.Reflection.Extensions": "(,4.3.32767]",
|
|
464
|
+
"runtime.aot.System.Reflection.Primitives": "(,4.3.32767]",
|
|
465
|
+
"runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]",
|
|
466
|
+
"runtime.aot.System.Runtime": "(,4.3.32767]",
|
|
467
|
+
"runtime.aot.System.Runtime.Handles": "(,4.3.32767]",
|
|
468
|
+
"runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]",
|
|
469
|
+
"runtime.aot.System.Text.Encoding": "(,4.3.32767]",
|
|
470
|
+
"runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]",
|
|
471
|
+
"runtime.aot.System.Threading.Tasks": "(,4.3.32767]",
|
|
472
|
+
"runtime.aot.System.Threading.Timer": "(,4.3.32767]",
|
|
473
|
+
"runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]",
|
|
474
|
+
"runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
475
|
+
"runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
476
|
+
"runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
477
|
+
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
478
|
+
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
479
|
+
"runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]",
|
|
480
|
+
"runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
481
|
+
"runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
482
|
+
"runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
483
|
+
"runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]",
|
|
484
|
+
"runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
485
|
+
"runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
486
|
+
"runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
487
|
+
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
488
|
+
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
489
|
+
"runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]",
|
|
490
|
+
"runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
491
|
+
"runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
492
|
+
"runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
493
|
+
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
494
|
+
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
495
|
+
"runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]",
|
|
496
|
+
"runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
497
|
+
"runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
498
|
+
"runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
499
|
+
"runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]",
|
|
500
|
+
"runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
501
|
+
"runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
502
|
+
"runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
503
|
+
"runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]",
|
|
504
|
+
"runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
505
|
+
"runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
506
|
+
"runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
507
|
+
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
508
|
+
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
509
|
+
"runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]",
|
|
510
|
+
"runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
511
|
+
"runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
512
|
+
"runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
513
|
+
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
514
|
+
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
515
|
+
"runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]",
|
|
516
|
+
"runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
517
|
+
"runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
518
|
+
"runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
519
|
+
"runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]",
|
|
520
|
+
"runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
521
|
+
"runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
522
|
+
"runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
523
|
+
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
524
|
+
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]",
|
|
525
|
+
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
526
|
+
"runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]",
|
|
527
|
+
"runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
528
|
+
"runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
529
|
+
"runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
530
|
+
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
531
|
+
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
532
|
+
"runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]",
|
|
533
|
+
"runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
534
|
+
"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
535
|
+
"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
536
|
+
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
537
|
+
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
538
|
+
"runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]",
|
|
539
|
+
"runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
540
|
+
"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
541
|
+
"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
542
|
+
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
543
|
+
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
544
|
+
"runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]",
|
|
545
|
+
"runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
546
|
+
"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
547
|
+
"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
548
|
+
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
549
|
+
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
550
|
+
"runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]",
|
|
551
|
+
"runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
552
|
+
"runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
553
|
+
"runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
554
|
+
"runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]",
|
|
555
|
+
"runtime.unix.System.Console": "(,4.3.32767]",
|
|
556
|
+
"runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]",
|
|
557
|
+
"runtime.unix.System.IO.FileSystem": "(,4.3.32767]",
|
|
558
|
+
"runtime.unix.System.Net.Primitives": "(,4.3.32767]",
|
|
559
|
+
"runtime.unix.System.Net.Sockets": "(,4.3.32767]",
|
|
560
|
+
"runtime.unix.System.Private.Uri": "(,4.3.32767]",
|
|
561
|
+
"runtime.unix.System.Runtime.Extensions": "(,4.3.32767]",
|
|
562
|
+
"runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]",
|
|
563
|
+
"runtime.win.System.Console": "(,4.3.32767]",
|
|
564
|
+
"runtime.win.System.Diagnostics.Debug": "(,4.3.32767]",
|
|
565
|
+
"runtime.win.System.IO.FileSystem": "(,4.3.32767]",
|
|
566
|
+
"runtime.win.System.Net.Primitives": "(,4.3.32767]",
|
|
567
|
+
"runtime.win.System.Net.Sockets": "(,4.3.32767]",
|
|
568
|
+
"runtime.win.System.Runtime.Extensions": "(,4.3.32767]",
|
|
569
|
+
"runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
|
|
570
|
+
"runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
571
|
+
"runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
|
|
572
|
+
"runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
|
|
573
|
+
"runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
574
|
+
"runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
575
|
+
"runtime.win7.System.Private.Uri": "(,4.3.32767]",
|
|
576
|
+
"runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
577
|
+
"System.AppContext": "(,4.3.32767]",
|
|
578
|
+
"System.Buffers": "(,5.0.32767]",
|
|
579
|
+
"System.Collections": "(,4.3.32767]",
|
|
580
|
+
"System.Collections.Concurrent": "(,4.3.32767]",
|
|
581
|
+
"System.Collections.Immutable": "(,10.0.32767]",
|
|
582
|
+
"System.Collections.NonGeneric": "(,4.3.32767]",
|
|
583
|
+
"System.Collections.Specialized": "(,4.3.32767]",
|
|
584
|
+
"System.ComponentModel": "(,4.3.32767]",
|
|
585
|
+
"System.ComponentModel.Annotations": "(,4.3.32767]",
|
|
586
|
+
"System.ComponentModel.EventBasedAsync": "(,4.3.32767]",
|
|
587
|
+
"System.ComponentModel.Primitives": "(,4.3.32767]",
|
|
588
|
+
"System.ComponentModel.TypeConverter": "(,4.3.32767]",
|
|
589
|
+
"System.Console": "(,4.3.32767]",
|
|
590
|
+
"System.Data.Common": "(,4.3.32767]",
|
|
591
|
+
"System.Data.DataSetExtensions": "(,4.4.32767]",
|
|
592
|
+
"System.Diagnostics.Contracts": "(,4.3.32767]",
|
|
593
|
+
"System.Diagnostics.Debug": "(,4.3.32767]",
|
|
594
|
+
"System.Diagnostics.DiagnosticSource": "(,10.0.32767]",
|
|
595
|
+
"System.Diagnostics.FileVersionInfo": "(,4.3.32767]",
|
|
596
|
+
"System.Diagnostics.Process": "(,4.3.32767]",
|
|
597
|
+
"System.Diagnostics.StackTrace": "(,4.3.32767]",
|
|
598
|
+
"System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]",
|
|
599
|
+
"System.Diagnostics.Tools": "(,4.3.32767]",
|
|
600
|
+
"System.Diagnostics.TraceSource": "(,4.3.32767]",
|
|
601
|
+
"System.Diagnostics.Tracing": "(,4.3.32767]",
|
|
602
|
+
"System.Drawing.Primitives": "(,4.3.32767]",
|
|
603
|
+
"System.Dynamic.Runtime": "(,4.3.32767]",
|
|
604
|
+
"System.Formats.Asn1": "(,10.0.32767]",
|
|
605
|
+
"System.Formats.Tar": "(,10.0.32767]",
|
|
606
|
+
"System.Globalization": "(,4.3.32767]",
|
|
607
|
+
"System.Globalization.Calendars": "(,4.3.32767]",
|
|
608
|
+
"System.Globalization.Extensions": "(,4.3.32767]",
|
|
609
|
+
"System.IO": "(,4.3.32767]",
|
|
610
|
+
"System.IO.Compression": "(,4.3.32767]",
|
|
611
|
+
"System.IO.Compression.ZipFile": "(,4.3.32767]",
|
|
612
|
+
"System.IO.FileSystem": "(,4.3.32767]",
|
|
613
|
+
"System.IO.FileSystem.AccessControl": "(,4.4.32767]",
|
|
614
|
+
"System.IO.FileSystem.DriveInfo": "(,4.3.32767]",
|
|
615
|
+
"System.IO.FileSystem.Primitives": "(,4.3.32767]",
|
|
616
|
+
"System.IO.FileSystem.Watcher": "(,4.3.32767]",
|
|
617
|
+
"System.IO.IsolatedStorage": "(,4.3.32767]",
|
|
618
|
+
"System.IO.MemoryMappedFiles": "(,4.3.32767]",
|
|
619
|
+
"System.IO.Pipelines": "(,10.0.32767]",
|
|
620
|
+
"System.IO.Pipes": "(,4.3.32767]",
|
|
621
|
+
"System.IO.Pipes.AccessControl": "(,5.0.32767]",
|
|
622
|
+
"System.IO.UnmanagedMemoryStream": "(,4.3.32767]",
|
|
623
|
+
"System.Linq": "(,4.3.32767]",
|
|
624
|
+
"System.Linq.AsyncEnumerable": "(,10.0.32767]",
|
|
625
|
+
"System.Linq.Expressions": "(,4.3.32767]",
|
|
626
|
+
"System.Linq.Parallel": "(,4.3.32767]",
|
|
627
|
+
"System.Linq.Queryable": "(,4.3.32767]",
|
|
628
|
+
"System.Memory": "(,5.0.32767]",
|
|
629
|
+
"System.Net.Http": "(,4.3.32767]",
|
|
630
|
+
"System.Net.Http.Json": "(,10.0.32767]",
|
|
631
|
+
"System.Net.NameResolution": "(,4.3.32767]",
|
|
632
|
+
"System.Net.NetworkInformation": "(,4.3.32767]",
|
|
633
|
+
"System.Net.Ping": "(,4.3.32767]",
|
|
634
|
+
"System.Net.Primitives": "(,4.3.32767]",
|
|
635
|
+
"System.Net.Requests": "(,4.3.32767]",
|
|
636
|
+
"System.Net.Security": "(,4.3.32767]",
|
|
637
|
+
"System.Net.ServerSentEvents": "(,10.0.32767]",
|
|
638
|
+
"System.Net.Sockets": "(,4.3.32767]",
|
|
639
|
+
"System.Net.WebHeaderCollection": "(,4.3.32767]",
|
|
640
|
+
"System.Net.WebSockets": "(,4.3.32767]",
|
|
641
|
+
"System.Net.WebSockets.Client": "(,4.3.32767]",
|
|
642
|
+
"System.Numerics.Vectors": "(,5.0.32767]",
|
|
643
|
+
"System.ObjectModel": "(,4.3.32767]",
|
|
644
|
+
"System.Private.DataContractSerialization": "(,4.3.32767]",
|
|
645
|
+
"System.Private.Uri": "(,4.3.32767]",
|
|
646
|
+
"System.Reflection": "(,4.3.32767]",
|
|
647
|
+
"System.Reflection.DispatchProxy": "(,6.0.32767]",
|
|
648
|
+
"System.Reflection.Emit": "(,4.7.32767]",
|
|
649
|
+
"System.Reflection.Emit.ILGeneration": "(,4.7.32767]",
|
|
650
|
+
"System.Reflection.Emit.Lightweight": "(,4.7.32767]",
|
|
651
|
+
"System.Reflection.Extensions": "(,4.3.32767]",
|
|
652
|
+
"System.Reflection.Metadata": "(,10.0.32767]",
|
|
653
|
+
"System.Reflection.Primitives": "(,4.3.32767]",
|
|
654
|
+
"System.Reflection.TypeExtensions": "(,4.3.32767]",
|
|
655
|
+
"System.Resources.Reader": "(,4.3.32767]",
|
|
656
|
+
"System.Resources.ResourceManager": "(,4.3.32767]",
|
|
657
|
+
"System.Resources.Writer": "(,4.3.32767]",
|
|
658
|
+
"System.Runtime": "(,4.3.32767]",
|
|
659
|
+
"System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]",
|
|
660
|
+
"System.Runtime.CompilerServices.VisualC": "(,4.3.32767]",
|
|
661
|
+
"System.Runtime.Extensions": "(,4.3.32767]",
|
|
662
|
+
"System.Runtime.Handles": "(,4.3.32767]",
|
|
663
|
+
"System.Runtime.InteropServices": "(,4.3.32767]",
|
|
664
|
+
"System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]",
|
|
665
|
+
"System.Runtime.Loader": "(,4.3.32767]",
|
|
666
|
+
"System.Runtime.Numerics": "(,4.3.32767]",
|
|
667
|
+
"System.Runtime.Serialization.Formatters": "(,4.3.32767]",
|
|
668
|
+
"System.Runtime.Serialization.Json": "(,4.3.32767]",
|
|
669
|
+
"System.Runtime.Serialization.Primitives": "(,4.3.32767]",
|
|
670
|
+
"System.Runtime.Serialization.Xml": "(,4.3.32767]",
|
|
671
|
+
"System.Security.AccessControl": "(,6.0.32767]",
|
|
672
|
+
"System.Security.Claims": "(,4.3.32767]",
|
|
673
|
+
"System.Security.Cryptography.Algorithms": "(,4.3.32767]",
|
|
674
|
+
"System.Security.Cryptography.Cng": "(,5.0.32767]",
|
|
675
|
+
"System.Security.Cryptography.Csp": "(,4.3.32767]",
|
|
676
|
+
"System.Security.Cryptography.Encoding": "(,4.3.32767]",
|
|
677
|
+
"System.Security.Cryptography.OpenSsl": "(,5.0.32767]",
|
|
678
|
+
"System.Security.Cryptography.Primitives": "(,4.3.32767]",
|
|
679
|
+
"System.Security.Cryptography.X509Certificates": "(,4.3.32767]",
|
|
680
|
+
"System.Security.Principal": "(,4.3.32767]",
|
|
681
|
+
"System.Security.Principal.Windows": "(,5.0.32767]",
|
|
682
|
+
"System.Security.SecureString": "(,4.3.32767]",
|
|
683
|
+
"System.Text.Encoding": "(,4.3.32767]",
|
|
684
|
+
"System.Text.Encoding.CodePages": "(,10.0.32767]",
|
|
685
|
+
"System.Text.Encoding.Extensions": "(,4.3.32767]",
|
|
686
|
+
"System.Text.Encodings.Web": "(,10.0.32767]",
|
|
687
|
+
"System.Text.Json": "(,10.0.32767]",
|
|
688
|
+
"System.Text.RegularExpressions": "(,4.3.32767]",
|
|
689
|
+
"System.Threading": "(,4.3.32767]",
|
|
690
|
+
"System.Threading.AccessControl": "(,10.0.32767]",
|
|
691
|
+
"System.Threading.Channels": "(,10.0.32767]",
|
|
692
|
+
"System.Threading.Overlapped": "(,4.3.32767]",
|
|
693
|
+
"System.Threading.Tasks": "(,4.3.32767]",
|
|
694
|
+
"System.Threading.Tasks.Dataflow": "(,10.0.32767]",
|
|
695
|
+
"System.Threading.Tasks.Extensions": "(,5.0.32767]",
|
|
696
|
+
"System.Threading.Tasks.Parallel": "(,4.3.32767]",
|
|
697
|
+
"System.Threading.Thread": "(,4.3.32767]",
|
|
698
|
+
"System.Threading.ThreadPool": "(,4.3.32767]",
|
|
699
|
+
"System.Threading.Timer": "(,4.3.32767]",
|
|
700
|
+
"System.ValueTuple": "(,4.5.32767]",
|
|
701
|
+
"System.Xml.ReaderWriter": "(,4.3.32767]",
|
|
702
|
+
"System.Xml.XDocument": "(,4.3.32767]",
|
|
703
|
+
"System.Xml.XmlDocument": "(,4.3.32767]",
|
|
704
|
+
"System.Xml.XmlSerializer": "(,4.3.32767]",
|
|
705
|
+
"System.Xml.XPath": "(,4.3.32767]",
|
|
706
|
+
"System.Xml.XPath.XDocument": "(,5.0.32767]"
|
|
707
|
+
}
|
|
708
|
+
}
|
|
709
|
+
}
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
}
|