@fossa-app/bridge 0.1.0 → 0.1.4
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/.github/dependabot.yml +38 -38
- package/.github/release-drafter.yml +52 -52
- package/.github/workflows/cicd.yml +87 -106
- package/.github/workflows/lint.yml +34 -34
- package/.github/workflows/release-drafter.yml +27 -27
- package/Fossa.Bridge.slnx +7 -7
- package/LICENSE +21 -21
- package/README.md +42 -5
- package/build.ps1 +11 -11
- package/dotnet-tools.json +26 -26
- package/format.ps1 +11 -11
- package/gig.ps1 +15 -15
- package/global.json +6 -6
- package/lint.ps1 +20 -20
- package/pack.ps1 +11 -11
- package/package.json +21 -21
- package/publish.ps1 +11 -11
- package/restore.ps1 +11 -11
- package/src/Fossa.Bridge/Fossa.Bridge.fsproj +16 -16
- package/src/Fossa.Bridge/Models/ApiModels.fs +136 -136
- package/src/Fossa.Bridge/Services/UrlHelpers.fs +18 -18
- package/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.deps.json +97 -97
- package/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.fable-temp.deps.json +40 -40
- package/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.xml +6 -6
- package/src/Fossa.Bridge/obj/Fossa.Bridge.fable-temp.csproj.nuget.dgspec.json +82 -80
- package/src/Fossa.Bridge/obj/Fossa.Bridge.fable-temp.csproj.nuget.g.props +24 -25
- package/src/Fossa.Bridge/obj/Fossa.Bridge.fable-temp.csproj.nuget.g.targets +1 -1
- package/src/Fossa.Bridge/obj/Fossa.Bridge.fsproj.nuget.dgspec.json +85 -83
- package/src/Fossa.Bridge/obj/Fossa.Bridge.fsproj.nuget.g.props +28 -29
- package/src/Fossa.Bridge/obj/Fossa.Bridge.fsproj.nuget.g.targets +1 -1
- package/src/Fossa.Bridge/obj/Release/{Fossa.Bridge.0.1.0.nuspec → Fossa.Bridge.0.1.4.nuspec} +19 -19
- package/src/Fossa.Bridge/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +4 -4
- package/src/Fossa.Bridge/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.fs +3 -3
- package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.AssemblyInfo.fs +11 -11
- package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.AssemblyInfo.cs +23 -23
- package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.GeneratedMSBuildEditorConfig.editorconfig +17 -17
- package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.csproj.FileListAbsolute.txt +4 -4
- package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fsproj.FileListAbsolute.txt +14 -14
- package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.sourcelink.json +1 -1
- package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.xml +6 -6
- package/src/Fossa.Bridge/obj/Release/net8.0/ILLink.Substitutions.xml +15 -15
- package/src/Fossa.Bridge/obj/project.assets.json +229 -228
- package/test.ps1 +11 -11
- package/tests/Fossa.Bridge.Tests/Fossa.Bridge.Tests.fsproj +18 -18
- package/tests/Fossa.Bridge.Tests/Main.fs +7 -7
- package/tests/Fossa.Bridge.Tests/UrlHelpersTests.fs +33 -33
- 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/bin/Release/net8.0/Fossa.Bridge.Tests.deps.json +805 -805
- package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/Fossa.Bridge.Tests.runtimeconfig.json +13 -13
- package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/Fossa.Bridge.xml +6 -6
- package/tests/Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.dgspec.json +181 -173
- package/tests/Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.g.props +29 -30
- package/tests/Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.g.targets +10 -10
- package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.fs +3 -3
- package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Bridge.Tests.AssemblyInfo.fs +10 -10
- package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Bridge.Tests.fsproj.FileListAbsolute.txt +190 -191
- package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Bridge.Tests.sourcelink.json +1 -1
- package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/ILLink.Substitutions.xml +15 -15
- package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/apphost +0 -0
- package/tests/Fossa.Bridge.Tests/obj/project.assets.json +2022 -2017
- package/trigger.ps1 +32 -32
- package/tsconfig.json +15 -15
- package/version.ps1 +11 -11
|
@@ -1,229 +1,230 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"targets": {
|
|
4
|
-
"net8.0": {
|
|
5
|
-
"Fable.Core/4.5.0": {
|
|
6
|
-
"type": "package",
|
|
7
|
-
"compile": {
|
|
8
|
-
"lib/netstandard2.0/Fable.Core.dll": {
|
|
9
|
-
"related": ".xml"
|
|
10
|
-
}
|
|
11
|
-
},
|
|
12
|
-
"runtime": {
|
|
13
|
-
"lib/netstandard2.0/Fable.Core.dll": {
|
|
14
|
-
"related": ".xml"
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
"contentFiles": {
|
|
18
|
-
"contentFiles/any/netstandard2.0/CHANGELOG.md": {
|
|
19
|
-
"buildAction": "Content",
|
|
20
|
-
"codeLanguage": "any",
|
|
21
|
-
"copyToOutput": false
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"FSharp.Core/10.0.
|
|
26
|
-
"type": "package",
|
|
27
|
-
"compile": {
|
|
28
|
-
"lib/netstandard2.1/FSharp.Core.dll": {
|
|
29
|
-
"related": ".xml"
|
|
30
|
-
}
|
|
31
|
-
},
|
|
32
|
-
"runtime": {
|
|
33
|
-
"lib/netstandard2.1/FSharp.Core.dll": {
|
|
34
|
-
"related": ".xml"
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
"resource": {
|
|
38
|
-
"lib/netstandard2.1/cs/FSharp.Core.resources.dll": {
|
|
39
|
-
"locale": "cs"
|
|
40
|
-
},
|
|
41
|
-
"lib/netstandard2.1/de/FSharp.Core.resources.dll": {
|
|
42
|
-
"locale": "de"
|
|
43
|
-
},
|
|
44
|
-
"lib/netstandard2.1/es/FSharp.Core.resources.dll": {
|
|
45
|
-
"locale": "es"
|
|
46
|
-
},
|
|
47
|
-
"lib/netstandard2.1/fr/FSharp.Core.resources.dll": {
|
|
48
|
-
"locale": "fr"
|
|
49
|
-
},
|
|
50
|
-
"lib/netstandard2.1/it/FSharp.Core.resources.dll": {
|
|
51
|
-
"locale": "it"
|
|
52
|
-
},
|
|
53
|
-
"lib/netstandard2.1/ja/FSharp.Core.resources.dll": {
|
|
54
|
-
"locale": "ja"
|
|
55
|
-
},
|
|
56
|
-
"lib/netstandard2.1/ko/FSharp.Core.resources.dll": {
|
|
57
|
-
"locale": "ko"
|
|
58
|
-
},
|
|
59
|
-
"lib/netstandard2.1/pl/FSharp.Core.resources.dll": {
|
|
60
|
-
"locale": "pl"
|
|
61
|
-
},
|
|
62
|
-
"lib/netstandard2.1/pt-BR/FSharp.Core.resources.dll": {
|
|
63
|
-
"locale": "pt-BR"
|
|
64
|
-
},
|
|
65
|
-
"lib/netstandard2.1/ru/FSharp.Core.resources.dll": {
|
|
66
|
-
"locale": "ru"
|
|
67
|
-
},
|
|
68
|
-
"lib/netstandard2.1/tr/FSharp.Core.resources.dll": {
|
|
69
|
-
"locale": "tr"
|
|
70
|
-
},
|
|
71
|
-
"lib/netstandard2.1/zh-Hans/FSharp.Core.resources.dll": {
|
|
72
|
-
"locale": "zh-Hans"
|
|
73
|
-
},
|
|
74
|
-
"lib/netstandard2.1/zh-Hant/FSharp.Core.resources.dll": {
|
|
75
|
-
"locale": "zh-Hant"
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
"libraries": {
|
|
82
|
-
"Fable.Core/4.5.0": {
|
|
83
|
-
"sha512": "ZcX8XN5sQZGCbrS8VYnsa/ynhrCBfpDyqDkTl33GTXOpgfKibxoq0+W0hCSbRzuukVNoLtqGL/B6+8yTNDXbNA==",
|
|
84
|
-
"type": "package",
|
|
85
|
-
"path": "fable.core/4.5.0",
|
|
86
|
-
"files": [
|
|
87
|
-
".nupkg.metadata",
|
|
88
|
-
".signature.p7s",
|
|
89
|
-
"LICENSE",
|
|
90
|
-
"README.md",
|
|
91
|
-
"content/CHANGELOG.md",
|
|
92
|
-
"contentFiles/any/netstandard2.0/CHANGELOG.md",
|
|
93
|
-
"fable.core.4.5.0.nupkg.sha512",
|
|
94
|
-
"fable.core.nuspec",
|
|
95
|
-
"fable_logo.png",
|
|
96
|
-
"lib/netstandard2.0/Fable.Core.dll",
|
|
97
|
-
"lib/netstandard2.0/Fable.Core.xml"
|
|
98
|
-
]
|
|
99
|
-
},
|
|
100
|
-
"FSharp.Core/10.0.
|
|
101
|
-
"sha512": "
|
|
102
|
-
"type": "package",
|
|
103
|
-
"path": "fsharp.core/10.0.
|
|
104
|
-
"files": [
|
|
105
|
-
".nupkg.metadata",
|
|
106
|
-
".signature.p7s",
|
|
107
|
-
"Icon.png",
|
|
108
|
-
"fsharp.core.10.0.
|
|
109
|
-
"fsharp.core.nuspec",
|
|
110
|
-
"lib/netstandard2.0/FSharp.Core.dll",
|
|
111
|
-
"lib/netstandard2.0/FSharp.Core.xml",
|
|
112
|
-
"lib/netstandard2.0/cs/FSharp.Core.resources.dll",
|
|
113
|
-
"lib/netstandard2.0/de/FSharp.Core.resources.dll",
|
|
114
|
-
"lib/netstandard2.0/es/FSharp.Core.resources.dll",
|
|
115
|
-
"lib/netstandard2.0/fr/FSharp.Core.resources.dll",
|
|
116
|
-
"lib/netstandard2.0/it/FSharp.Core.resources.dll",
|
|
117
|
-
"lib/netstandard2.0/ja/FSharp.Core.resources.dll",
|
|
118
|
-
"lib/netstandard2.0/ko/FSharp.Core.resources.dll",
|
|
119
|
-
"lib/netstandard2.0/pl/FSharp.Core.resources.dll",
|
|
120
|
-
"lib/netstandard2.0/pt-BR/FSharp.Core.resources.dll",
|
|
121
|
-
"lib/netstandard2.0/ru/FSharp.Core.resources.dll",
|
|
122
|
-
"lib/netstandard2.0/tr/FSharp.Core.resources.dll",
|
|
123
|
-
"lib/netstandard2.0/zh-Hans/FSharp.Core.resources.dll",
|
|
124
|
-
"lib/netstandard2.0/zh-Hant/FSharp.Core.resources.dll",
|
|
125
|
-
"lib/netstandard2.1/FSharp.Core.dll",
|
|
126
|
-
"lib/netstandard2.1/FSharp.Core.xml",
|
|
127
|
-
"lib/netstandard2.1/cs/FSharp.Core.resources.dll",
|
|
128
|
-
"lib/netstandard2.1/de/FSharp.Core.resources.dll",
|
|
129
|
-
"lib/netstandard2.1/es/FSharp.Core.resources.dll",
|
|
130
|
-
"lib/netstandard2.1/fr/FSharp.Core.resources.dll",
|
|
131
|
-
"lib/netstandard2.1/it/FSharp.Core.resources.dll",
|
|
132
|
-
"lib/netstandard2.1/ja/FSharp.Core.resources.dll",
|
|
133
|
-
"lib/netstandard2.1/ko/FSharp.Core.resources.dll",
|
|
134
|
-
"lib/netstandard2.1/pl/FSharp.Core.resources.dll",
|
|
135
|
-
"lib/netstandard2.1/pt-BR/FSharp.Core.resources.dll",
|
|
136
|
-
"lib/netstandard2.1/ru/FSharp.Core.resources.dll",
|
|
137
|
-
"lib/netstandard2.1/tr/FSharp.Core.resources.dll",
|
|
138
|
-
"lib/netstandard2.1/zh-Hans/FSharp.Core.resources.dll",
|
|
139
|
-
"lib/netstandard2.1/zh-Hant/FSharp.Core.resources.dll"
|
|
140
|
-
]
|
|
141
|
-
}
|
|
142
|
-
},
|
|
143
|
-
"projectFileDependencyGroups": {
|
|
144
|
-
"net8.0": [
|
|
145
|
-
"FSharp.Core >= 10.0.
|
|
146
|
-
"Fable.Core >= 4.5.0"
|
|
147
|
-
]
|
|
148
|
-
},
|
|
149
|
-
"packageFolders": {
|
|
150
|
-
"
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
"
|
|
155
|
-
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
"
|
|
161
|
-
"
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
"
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
"
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
"
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
"
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
"
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"targets": {
|
|
4
|
+
"net8.0": {
|
|
5
|
+
"Fable.Core/4.5.0": {
|
|
6
|
+
"type": "package",
|
|
7
|
+
"compile": {
|
|
8
|
+
"lib/netstandard2.0/Fable.Core.dll": {
|
|
9
|
+
"related": ".xml"
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
"runtime": {
|
|
13
|
+
"lib/netstandard2.0/Fable.Core.dll": {
|
|
14
|
+
"related": ".xml"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"contentFiles": {
|
|
18
|
+
"contentFiles/any/netstandard2.0/CHANGELOG.md": {
|
|
19
|
+
"buildAction": "Content",
|
|
20
|
+
"codeLanguage": "any",
|
|
21
|
+
"copyToOutput": false
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"FSharp.Core/10.0.102": {
|
|
26
|
+
"type": "package",
|
|
27
|
+
"compile": {
|
|
28
|
+
"lib/netstandard2.1/FSharp.Core.dll": {
|
|
29
|
+
"related": ".xml"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"runtime": {
|
|
33
|
+
"lib/netstandard2.1/FSharp.Core.dll": {
|
|
34
|
+
"related": ".xml"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"resource": {
|
|
38
|
+
"lib/netstandard2.1/cs/FSharp.Core.resources.dll": {
|
|
39
|
+
"locale": "cs"
|
|
40
|
+
},
|
|
41
|
+
"lib/netstandard2.1/de/FSharp.Core.resources.dll": {
|
|
42
|
+
"locale": "de"
|
|
43
|
+
},
|
|
44
|
+
"lib/netstandard2.1/es/FSharp.Core.resources.dll": {
|
|
45
|
+
"locale": "es"
|
|
46
|
+
},
|
|
47
|
+
"lib/netstandard2.1/fr/FSharp.Core.resources.dll": {
|
|
48
|
+
"locale": "fr"
|
|
49
|
+
},
|
|
50
|
+
"lib/netstandard2.1/it/FSharp.Core.resources.dll": {
|
|
51
|
+
"locale": "it"
|
|
52
|
+
},
|
|
53
|
+
"lib/netstandard2.1/ja/FSharp.Core.resources.dll": {
|
|
54
|
+
"locale": "ja"
|
|
55
|
+
},
|
|
56
|
+
"lib/netstandard2.1/ko/FSharp.Core.resources.dll": {
|
|
57
|
+
"locale": "ko"
|
|
58
|
+
},
|
|
59
|
+
"lib/netstandard2.1/pl/FSharp.Core.resources.dll": {
|
|
60
|
+
"locale": "pl"
|
|
61
|
+
},
|
|
62
|
+
"lib/netstandard2.1/pt-BR/FSharp.Core.resources.dll": {
|
|
63
|
+
"locale": "pt-BR"
|
|
64
|
+
},
|
|
65
|
+
"lib/netstandard2.1/ru/FSharp.Core.resources.dll": {
|
|
66
|
+
"locale": "ru"
|
|
67
|
+
},
|
|
68
|
+
"lib/netstandard2.1/tr/FSharp.Core.resources.dll": {
|
|
69
|
+
"locale": "tr"
|
|
70
|
+
},
|
|
71
|
+
"lib/netstandard2.1/zh-Hans/FSharp.Core.resources.dll": {
|
|
72
|
+
"locale": "zh-Hans"
|
|
73
|
+
},
|
|
74
|
+
"lib/netstandard2.1/zh-Hant/FSharp.Core.resources.dll": {
|
|
75
|
+
"locale": "zh-Hant"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"libraries": {
|
|
82
|
+
"Fable.Core/4.5.0": {
|
|
83
|
+
"sha512": "ZcX8XN5sQZGCbrS8VYnsa/ynhrCBfpDyqDkTl33GTXOpgfKibxoq0+W0hCSbRzuukVNoLtqGL/B6+8yTNDXbNA==",
|
|
84
|
+
"type": "package",
|
|
85
|
+
"path": "fable.core/4.5.0",
|
|
86
|
+
"files": [
|
|
87
|
+
".nupkg.metadata",
|
|
88
|
+
".signature.p7s",
|
|
89
|
+
"LICENSE",
|
|
90
|
+
"README.md",
|
|
91
|
+
"content/CHANGELOG.md",
|
|
92
|
+
"contentFiles/any/netstandard2.0/CHANGELOG.md",
|
|
93
|
+
"fable.core.4.5.0.nupkg.sha512",
|
|
94
|
+
"fable.core.nuspec",
|
|
95
|
+
"fable_logo.png",
|
|
96
|
+
"lib/netstandard2.0/Fable.Core.dll",
|
|
97
|
+
"lib/netstandard2.0/Fable.Core.xml"
|
|
98
|
+
]
|
|
99
|
+
},
|
|
100
|
+
"FSharp.Core/10.0.102": {
|
|
101
|
+
"sha512": "vd5vApQ869O7qKMOC6zKsBFQMXBLGp0cfw3YMxp+cp8kWbXcEgrVBBEbQYhHEYU5TLeUmm4nqQIThvPXvtSAEA==",
|
|
102
|
+
"type": "package",
|
|
103
|
+
"path": "fsharp.core/10.0.102",
|
|
104
|
+
"files": [
|
|
105
|
+
".nupkg.metadata",
|
|
106
|
+
".signature.p7s",
|
|
107
|
+
"Icon.png",
|
|
108
|
+
"fsharp.core.10.0.102.nupkg.sha512",
|
|
109
|
+
"fsharp.core.nuspec",
|
|
110
|
+
"lib/netstandard2.0/FSharp.Core.dll",
|
|
111
|
+
"lib/netstandard2.0/FSharp.Core.xml",
|
|
112
|
+
"lib/netstandard2.0/cs/FSharp.Core.resources.dll",
|
|
113
|
+
"lib/netstandard2.0/de/FSharp.Core.resources.dll",
|
|
114
|
+
"lib/netstandard2.0/es/FSharp.Core.resources.dll",
|
|
115
|
+
"lib/netstandard2.0/fr/FSharp.Core.resources.dll",
|
|
116
|
+
"lib/netstandard2.0/it/FSharp.Core.resources.dll",
|
|
117
|
+
"lib/netstandard2.0/ja/FSharp.Core.resources.dll",
|
|
118
|
+
"lib/netstandard2.0/ko/FSharp.Core.resources.dll",
|
|
119
|
+
"lib/netstandard2.0/pl/FSharp.Core.resources.dll",
|
|
120
|
+
"lib/netstandard2.0/pt-BR/FSharp.Core.resources.dll",
|
|
121
|
+
"lib/netstandard2.0/ru/FSharp.Core.resources.dll",
|
|
122
|
+
"lib/netstandard2.0/tr/FSharp.Core.resources.dll",
|
|
123
|
+
"lib/netstandard2.0/zh-Hans/FSharp.Core.resources.dll",
|
|
124
|
+
"lib/netstandard2.0/zh-Hant/FSharp.Core.resources.dll",
|
|
125
|
+
"lib/netstandard2.1/FSharp.Core.dll",
|
|
126
|
+
"lib/netstandard2.1/FSharp.Core.xml",
|
|
127
|
+
"lib/netstandard2.1/cs/FSharp.Core.resources.dll",
|
|
128
|
+
"lib/netstandard2.1/de/FSharp.Core.resources.dll",
|
|
129
|
+
"lib/netstandard2.1/es/FSharp.Core.resources.dll",
|
|
130
|
+
"lib/netstandard2.1/fr/FSharp.Core.resources.dll",
|
|
131
|
+
"lib/netstandard2.1/it/FSharp.Core.resources.dll",
|
|
132
|
+
"lib/netstandard2.1/ja/FSharp.Core.resources.dll",
|
|
133
|
+
"lib/netstandard2.1/ko/FSharp.Core.resources.dll",
|
|
134
|
+
"lib/netstandard2.1/pl/FSharp.Core.resources.dll",
|
|
135
|
+
"lib/netstandard2.1/pt-BR/FSharp.Core.resources.dll",
|
|
136
|
+
"lib/netstandard2.1/ru/FSharp.Core.resources.dll",
|
|
137
|
+
"lib/netstandard2.1/tr/FSharp.Core.resources.dll",
|
|
138
|
+
"lib/netstandard2.1/zh-Hans/FSharp.Core.resources.dll",
|
|
139
|
+
"lib/netstandard2.1/zh-Hant/FSharp.Core.resources.dll"
|
|
140
|
+
]
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
"projectFileDependencyGroups": {
|
|
144
|
+
"net8.0": [
|
|
145
|
+
"FSharp.Core >= 10.0.102",
|
|
146
|
+
"Fable.Core >= 4.5.0"
|
|
147
|
+
]
|
|
148
|
+
},
|
|
149
|
+
"packageFolders": {
|
|
150
|
+
"/home/runner/.nuget/packages/": {}
|
|
151
|
+
},
|
|
152
|
+
"project": {
|
|
153
|
+
"version": "1.0.0",
|
|
154
|
+
"restore": {
|
|
155
|
+
"projectUniqueName": "/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/Fossa.Bridge.fsproj",
|
|
156
|
+
"projectName": "Fossa.Bridge",
|
|
157
|
+
"projectPath": "/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/Fossa.Bridge.fsproj",
|
|
158
|
+
"packagesPath": "/home/runner/.nuget/packages/",
|
|
159
|
+
"outputPath": "/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/obj/",
|
|
160
|
+
"projectStyle": "PackageReference",
|
|
161
|
+
"configFilePaths": [
|
|
162
|
+
"/home/runner/.nuget/NuGet/NuGet.Config"
|
|
163
|
+
],
|
|
164
|
+
"originalTargetFrameworks": [
|
|
165
|
+
"net8.0"
|
|
166
|
+
],
|
|
167
|
+
"sources": {
|
|
168
|
+
"/usr/share/dotnet/sdk/10.0.102/FSharp/library-packs": {},
|
|
169
|
+
"https://api.nuget.org/v3/index.json": {}
|
|
170
|
+
},
|
|
171
|
+
"frameworks": {
|
|
172
|
+
"net8.0": {
|
|
173
|
+
"targetAlias": "net8.0",
|
|
174
|
+
"projectReferences": {}
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
"restoreAuditProperties": {
|
|
178
|
+
"enableAudit": "true",
|
|
179
|
+
"auditLevel": "low",
|
|
180
|
+
"auditMode": "direct"
|
|
181
|
+
},
|
|
182
|
+
"SdkAnalysisLevel": "10.0.100"
|
|
183
|
+
},
|
|
184
|
+
"frameworks": {
|
|
185
|
+
"net8.0": {
|
|
186
|
+
"targetAlias": "net8.0",
|
|
187
|
+
"dependencies": {
|
|
188
|
+
"FSharp.Core": {
|
|
189
|
+
"include": "Runtime, Compile, Build, Native, Analyzers, BuildTransitive",
|
|
190
|
+
"target": "Package",
|
|
191
|
+
"version": "[10.0.102, )",
|
|
192
|
+
"generatePathProperty": true
|
|
193
|
+
},
|
|
194
|
+
"Fable.Core": {
|
|
195
|
+
"target": "Package",
|
|
196
|
+
"version": "[4.5.0, )",
|
|
197
|
+
"generatePathProperty": true
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"imports": [
|
|
201
|
+
"net461",
|
|
202
|
+
"net462",
|
|
203
|
+
"net47",
|
|
204
|
+
"net471",
|
|
205
|
+
"net472",
|
|
206
|
+
"net48",
|
|
207
|
+
"net481"
|
|
208
|
+
],
|
|
209
|
+
"assetTargetFallback": true,
|
|
210
|
+
"warn": true,
|
|
211
|
+
"downloadDependencies": [
|
|
212
|
+
{
|
|
213
|
+
"name": "Microsoft.AspNetCore.App.Ref",
|
|
214
|
+
"version": "[8.0.23, 8.0.23]"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"name": "Microsoft.NETCore.App.Ref",
|
|
218
|
+
"version": "[8.0.23, 8.0.23]"
|
|
219
|
+
}
|
|
220
|
+
],
|
|
221
|
+
"frameworkReferences": {
|
|
222
|
+
"Microsoft.NETCore.App": {
|
|
223
|
+
"privateAssets": "all"
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.102/PortableRuntimeIdentifierGraph.json"
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
}
|
|
229
230
|
}
|
package/test.ps1
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
[CmdletBinding()]
|
|
2
|
-
param (
|
|
3
|
-
[Parameter()]
|
|
4
|
-
[string]
|
|
5
|
-
$Version,
|
|
6
|
-
[Parameter()]
|
|
7
|
-
[string]
|
|
8
|
-
$Instance
|
|
9
|
-
)
|
|
10
|
-
|
|
11
|
-
.\trigger.ps1 -Task Test -Instance $Instance -Version $Version
|
|
1
|
+
[CmdletBinding()]
|
|
2
|
+
param (
|
|
3
|
+
[Parameter()]
|
|
4
|
+
[string]
|
|
5
|
+
$Version,
|
|
6
|
+
[Parameter()]
|
|
7
|
+
[string]
|
|
8
|
+
$Instance
|
|
9
|
+
)
|
|
10
|
+
|
|
11
|
+
.\trigger.ps1 -Task Test -Instance $Instance -Version $Version
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
<Project Sdk="Microsoft.NET.Sdk">
|
|
2
|
-
<PropertyGroup>
|
|
3
|
-
<OutputType>Exe</OutputType>
|
|
4
|
-
<TargetFramework>net8.0</TargetFramework>
|
|
5
|
-
<GenerateProgramFile>false</GenerateProgramFile>
|
|
6
|
-
</PropertyGroup>
|
|
7
|
-
<ItemGroup>
|
|
8
|
-
<Compile Include="UrlHelpersTests.fs" />
|
|
9
|
-
<Compile Include="Main.fs" />
|
|
10
|
-
</ItemGroup>
|
|
11
|
-
<ItemGroup>
|
|
12
|
-
<PackageReference Include="Expecto" Version="10.2.3" />
|
|
13
|
-
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.15.5" />
|
|
14
|
-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
|
|
15
|
-
</ItemGroup>
|
|
16
|
-
<ItemGroup>
|
|
17
|
-
<ProjectReference Include="..\..\src\Fossa.Bridge\Fossa.Bridge.fsproj" />
|
|
18
|
-
</ItemGroup>
|
|
1
|
+
<Project Sdk="Microsoft.NET.Sdk">
|
|
2
|
+
<PropertyGroup>
|
|
3
|
+
<OutputType>Exe</OutputType>
|
|
4
|
+
<TargetFramework>net8.0</TargetFramework>
|
|
5
|
+
<GenerateProgramFile>false</GenerateProgramFile>
|
|
6
|
+
</PropertyGroup>
|
|
7
|
+
<ItemGroup>
|
|
8
|
+
<Compile Include="UrlHelpersTests.fs" />
|
|
9
|
+
<Compile Include="Main.fs" />
|
|
10
|
+
</ItemGroup>
|
|
11
|
+
<ItemGroup>
|
|
12
|
+
<PackageReference Include="Expecto" Version="10.2.3" />
|
|
13
|
+
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.15.5" />
|
|
14
|
+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
|
|
15
|
+
</ItemGroup>
|
|
16
|
+
<ItemGroup>
|
|
17
|
+
<ProjectReference Include="..\..\src\Fossa.Bridge\Fossa.Bridge.fsproj" />
|
|
18
|
+
</ItemGroup>
|
|
19
19
|
</Project>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
module Fossa.Bridge.Tests
|
|
2
|
-
|
|
3
|
-
open Expecto
|
|
4
|
-
|
|
5
|
-
[<EntryPoint>]
|
|
6
|
-
let main argv =
|
|
7
|
-
Tests.runTestsInAssemblyWithCLIArgs [] argv
|
|
1
|
+
module Fossa.Bridge.Tests
|
|
2
|
+
|
|
3
|
+
open Expecto
|
|
4
|
+
|
|
5
|
+
[<EntryPoint>]
|
|
6
|
+
let main argv =
|
|
7
|
+
Tests.runTestsInAssemblyWithCLIArgs [] argv
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
module UrlHelpersTests
|
|
2
|
-
|
|
3
|
-
open Expecto
|
|
4
|
-
open Fossa.Bridge.Services.UrlHelpers
|
|
5
|
-
|
|
6
|
-
[<Tests>]
|
|
7
|
-
let tests =
|
|
8
|
-
testList
|
|
9
|
-
"UrlHelpersTests"
|
|
10
|
-
[ testCase "dev localhost 4211 mapped to 5210"
|
|
11
|
-
<| fun _ ->
|
|
12
|
-
let result = getBackendOrigin "http://app.dev.localhost:4211"
|
|
13
|
-
Expect.equal result "http://app.dev.localhost:5210" "Should map dev correctly"
|
|
14
|
-
|
|
15
|
-
testCase "test localhost 4210 mapped to 5211"
|
|
16
|
-
<| fun _ ->
|
|
17
|
-
let result = getBackendOrigin "http://app.test.localhost:4210"
|
|
18
|
-
Expect.equal result "http://app.test.localhost:5211" "Should map test correctly"
|
|
19
|
-
|
|
20
|
-
testCase "test localhost 4211 mapped to 5211"
|
|
21
|
-
<| fun _ ->
|
|
22
|
-
let result = getBackendOrigin "http://app.test.localhost:4211"
|
|
23
|
-
Expect.equal result "http://app.test.localhost:5211" "Should map test correctly"
|
|
24
|
-
|
|
25
|
-
testCase "localhost 4210 mapped to 5210"
|
|
26
|
-
<| fun _ ->
|
|
27
|
-
let result = getBackendOrigin "http://app.localhost:4210"
|
|
28
|
-
Expect.equal result "http://app.localhost:5210" "Should map localhost correctly"
|
|
29
|
-
|
|
30
|
-
testCase "unmapped origin is unchanged"
|
|
31
|
-
<| fun _ ->
|
|
32
|
-
let result = getBackendOrigin "http://app.prod.com"
|
|
33
|
-
Expect.equal result "http://app.prod.com" "Should not change if no mapping" ]
|
|
1
|
+
module UrlHelpersTests
|
|
2
|
+
|
|
3
|
+
open Expecto
|
|
4
|
+
open Fossa.Bridge.Services.UrlHelpers
|
|
5
|
+
|
|
6
|
+
[<Tests>]
|
|
7
|
+
let tests =
|
|
8
|
+
testList
|
|
9
|
+
"UrlHelpersTests"
|
|
10
|
+
[ testCase "dev localhost 4211 mapped to 5210"
|
|
11
|
+
<| fun _ ->
|
|
12
|
+
let result = getBackendOrigin "http://app.dev.localhost:4211"
|
|
13
|
+
Expect.equal result "http://app.dev.localhost:5210" "Should map dev correctly"
|
|
14
|
+
|
|
15
|
+
testCase "test localhost 4210 mapped to 5211"
|
|
16
|
+
<| fun _ ->
|
|
17
|
+
let result = getBackendOrigin "http://app.test.localhost:4210"
|
|
18
|
+
Expect.equal result "http://app.test.localhost:5211" "Should map test correctly"
|
|
19
|
+
|
|
20
|
+
testCase "test localhost 4211 mapped to 5211"
|
|
21
|
+
<| fun _ ->
|
|
22
|
+
let result = getBackendOrigin "http://app.test.localhost:4211"
|
|
23
|
+
Expect.equal result "http://app.test.localhost:5211" "Should map test correctly"
|
|
24
|
+
|
|
25
|
+
testCase "localhost 4210 mapped to 5210"
|
|
26
|
+
<| fun _ ->
|
|
27
|
+
let result = getBackendOrigin "http://app.localhost:4210"
|
|
28
|
+
Expect.equal result "http://app.localhost:5210" "Should map localhost correctly"
|
|
29
|
+
|
|
30
|
+
testCase "unmapped origin is unchanged"
|
|
31
|
+
<| fun _ ->
|
|
32
|
+
let result = getBackendOrigin "http://app.prod.com"
|
|
33
|
+
Expect.equal result "http://app.prod.com" "Should not change if no mapping" ]
|
package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/.msCoverageSourceRootsMapping_Fossa.Bridge.Tests
CHANGED
|
Binary file
|
|
Binary file
|