@fossa-app/bridge 0.1.1 → 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.
Files changed (65) hide show
  1. package/.build.ps1 +17 -25
  2. package/.github/dependabot.yml +38 -38
  3. package/.github/release-drafter.yml +52 -52
  4. package/.github/workflows/cicd.yml +87 -106
  5. package/.github/workflows/lint.yml +34 -34
  6. package/.github/workflows/release-drafter.yml +27 -27
  7. package/Fossa.Bridge.slnx +7 -7
  8. package/LICENSE +21 -21
  9. package/README.md +42 -42
  10. package/build.ps1 +11 -11
  11. package/dotnet-tools.json +26 -26
  12. package/format.ps1 +11 -11
  13. package/gig.ps1 +15 -15
  14. package/global.json +6 -6
  15. package/lint.ps1 +20 -20
  16. package/pack.ps1 +11 -11
  17. package/package.json +21 -21
  18. package/publish.ps1 +11 -11
  19. package/restore.ps1 +11 -11
  20. package/src/Fossa.Bridge/Fossa.Bridge.fsproj +16 -16
  21. package/src/Fossa.Bridge/Models/ApiModels.fs +136 -136
  22. package/src/Fossa.Bridge/Services/UrlHelpers.fs +18 -18
  23. package/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.deps.json +97 -97
  24. package/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.fable-temp.deps.json +40 -40
  25. package/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.xml +6 -6
  26. package/src/Fossa.Bridge/obj/Fossa.Bridge.fable-temp.csproj.nuget.dgspec.json +82 -80
  27. package/src/Fossa.Bridge/obj/Fossa.Bridge.fable-temp.csproj.nuget.g.props +24 -25
  28. package/src/Fossa.Bridge/obj/Fossa.Bridge.fable-temp.csproj.nuget.g.targets +1 -1
  29. package/src/Fossa.Bridge/obj/Fossa.Bridge.fsproj.nuget.dgspec.json +85 -83
  30. package/src/Fossa.Bridge/obj/Fossa.Bridge.fsproj.nuget.g.props +28 -29
  31. package/src/Fossa.Bridge/obj/Fossa.Bridge.fsproj.nuget.g.targets +1 -1
  32. package/src/Fossa.Bridge/obj/Release/{Fossa.Bridge.0.1.1.nuspec → Fossa.Bridge.0.1.4.nuspec} +19 -19
  33. package/src/Fossa.Bridge/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +4 -4
  34. package/src/Fossa.Bridge/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.fs +3 -3
  35. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.AssemblyInfo.fs +11 -11
  36. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.AssemblyInfo.cs +23 -23
  37. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.GeneratedMSBuildEditorConfig.editorconfig +17 -17
  38. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.csproj.FileListAbsolute.txt +4 -4
  39. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fsproj.FileListAbsolute.txt +14 -14
  40. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.sourcelink.json +1 -1
  41. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.xml +6 -6
  42. package/src/Fossa.Bridge/obj/Release/net8.0/ILLink.Substitutions.xml +15 -15
  43. package/src/Fossa.Bridge/obj/project.assets.json +229 -228
  44. package/test.ps1 +11 -11
  45. package/tests/Fossa.Bridge.Tests/Fossa.Bridge.Tests.fsproj +18 -18
  46. package/tests/Fossa.Bridge.Tests/Main.fs +7 -7
  47. package/tests/Fossa.Bridge.Tests/UrlHelpersTests.fs +33 -33
  48. package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/.msCoverageSourceRootsMapping_Fossa.Bridge.Tests +0 -0
  49. package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/Fossa.Bridge.Tests +0 -0
  50. package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/Fossa.Bridge.Tests.deps.json +805 -805
  51. package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/Fossa.Bridge.Tests.runtimeconfig.json +13 -13
  52. package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/Fossa.Bridge.xml +6 -6
  53. package/tests/Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.dgspec.json +181 -173
  54. package/tests/Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.g.props +29 -30
  55. package/tests/Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.g.targets +10 -10
  56. package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.fs +3 -3
  57. package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Bridge.Tests.AssemblyInfo.fs +10 -10
  58. package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Bridge.Tests.fsproj.FileListAbsolute.txt +190 -191
  59. package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Bridge.Tests.sourcelink.json +1 -1
  60. package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/ILLink.Substitutions.xml +15 -15
  61. package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/apphost +0 -0
  62. package/tests/Fossa.Bridge.Tests/obj/project.assets.json +2022 -2017
  63. package/trigger.ps1 +32 -32
  64. package/tsconfig.json +15 -15
  65. package/version.ps1 +11 -11
@@ -1,17 +1,17 @@
1
- is_global = true
2
- build_property.TargetFramework = net8.0
3
- build_property.TargetFrameworkIdentifier = .NETCoreApp
4
- build_property.TargetFrameworkVersion = v8.0
5
- build_property.TargetPlatformMinVersion =
6
- build_property.UsingMicrosoftNETSdkWeb =
7
- build_property.ProjectTypeGuids =
8
- build_property.InvariantGlobalization =
9
- build_property.PlatformNeutralAssembly =
10
- build_property.EnforceExtendedAnalyzerRules =
11
- build_property._SupportedPlatformList = Linux,macOS,Windows
12
- build_property.RootNamespace = Fossa.Bridge.fable-temp
13
- build_property.ProjectDir = D:\GitHub\fossa-app\Bridge\src\Fossa.Bridge\
14
- build_property.EnableComHosting =
15
- build_property.EnableGeneratedComInterfaceComImportInterop =
16
- build_property.EffectiveAnalysisLevelStyle = 8.0
17
- build_property.EnableCodeStyleSeverity =
1
+ is_global = true
2
+ build_property.TargetFramework = net8.0
3
+ build_property.TargetFrameworkIdentifier = .NETCoreApp
4
+ build_property.TargetFrameworkVersion = v8.0
5
+ build_property.TargetPlatformMinVersion =
6
+ build_property.UsingMicrosoftNETSdkWeb =
7
+ build_property.ProjectTypeGuids =
8
+ build_property.InvariantGlobalization =
9
+ build_property.PlatformNeutralAssembly =
10
+ build_property.EnforceExtendedAnalyzerRules =
11
+ build_property._SupportedPlatformList = Linux,macOS,Windows
12
+ build_property.RootNamespace = Fossa.Bridge.fable-temp
13
+ build_property.ProjectDir = /home/runner/work/Bridge/Bridge/src/Fossa.Bridge/
14
+ build_property.EnableComHosting =
15
+ build_property.EnableGeneratedComInterfaceComImportInterop =
16
+ build_property.EffectiveAnalysisLevelStyle = 8.0
17
+ build_property.EnableCodeStyleSeverity =
@@ -1,4 +1,4 @@
1
- D:\GitHub\fossa-app\Bridge\src\Fossa.Bridge\bin\Release\net8.0\Fossa.Bridge.fable-temp.deps.json
2
- D:\GitHub\fossa-app\Bridge\src\Fossa.Bridge\obj\Release\net8.0\Fossa.Bridge.fable-temp.GeneratedMSBuildEditorConfig.editorconfig
3
- D:\GitHub\fossa-app\Bridge\src\Fossa.Bridge\obj\Release\net8.0\Fossa.Bridge.fable-temp.AssemblyInfoInputs.cache
4
- D:\GitHub\fossa-app\Bridge\src\Fossa.Bridge\obj\Release\net8.0\Fossa.Bridge.fable-temp.AssemblyInfo.cs
1
+ /home/runner/work/Bridge/Bridge/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.fable-temp.deps.json
2
+ /home/runner/work/Bridge/Bridge/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.GeneratedMSBuildEditorConfig.editorconfig
3
+ /home/runner/work/Bridge/Bridge/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.AssemblyInfoInputs.cache
4
+ /home/runner/work/Bridge/Bridge/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.AssemblyInfo.cs
@@ -1,14 +1,14 @@
1
- D:\GitHub\fossa-app\Bridge\src\Fossa.Bridge\bin\Release\net8.0\Fossa.Bridge.deps.json
2
- D:\GitHub\fossa-app\Bridge\src\Fossa.Bridge\bin\Release\net8.0\Fossa.Bridge.dll
3
- D:\GitHub\fossa-app\Bridge\src\Fossa.Bridge\bin\Release\net8.0\Fossa.Bridge.pdb
4
- D:\GitHub\fossa-app\Bridge\src\Fossa.Bridge\bin\Release\net8.0\Fossa.Bridge.xml
5
- D:\GitHub\fossa-app\Bridge\src\Fossa.Bridge\obj\Release\net8.0\Fossa.Bridge.fsproj.AssemblyReference.cache
6
- D:\GitHub\fossa-app\Bridge\src\Fossa.Bridge\obj\Release\net8.0\Fossa.Bridge.AssemblyInfoInputs.cache
7
- D:\GitHub\fossa-app\Bridge\src\Fossa.Bridge\obj\Release\net8.0\Fossa.Bridge.AssemblyInfo.fs
8
- D:\GitHub\fossa-app\Bridge\src\Fossa.Bridge\obj\Release\net8.0\Fossa.Bridge.fsproj.CoreCompileInputs.cache
9
- D:\GitHub\fossa-app\Bridge\src\Fossa.Bridge\obj\Release\net8.0\Fossa.Bridge.sourcelink.json
10
- D:\GitHub\fossa-app\Bridge\src\Fossa.Bridge\obj\Release\net8.0\Fossa.Bridge.dll
11
- D:\GitHub\fossa-app\Bridge\src\Fossa.Bridge\obj\Release\net8.0\refint\Fossa.Bridge.dll
12
- D:\GitHub\fossa-app\Bridge\src\Fossa.Bridge\obj\Release\net8.0\Fossa.Bridge.xml
13
- D:\GitHub\fossa-app\Bridge\src\Fossa.Bridge\obj\Release\net8.0\Fossa.Bridge.pdb
14
- D:\GitHub\fossa-app\Bridge\src\Fossa.Bridge\obj\Release\net8.0\ref\Fossa.Bridge.dll
1
+ /home/runner/work/Bridge/Bridge/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.deps.json
2
+ /home/runner/work/Bridge/Bridge/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.dll
3
+ /home/runner/work/Bridge/Bridge/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.pdb
4
+ /home/runner/work/Bridge/Bridge/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.xml
5
+ /home/runner/work/Bridge/Bridge/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fsproj.AssemblyReference.cache
6
+ /home/runner/work/Bridge/Bridge/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.AssemblyInfoInputs.cache
7
+ /home/runner/work/Bridge/Bridge/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.AssemblyInfo.fs
8
+ /home/runner/work/Bridge/Bridge/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fsproj.CoreCompileInputs.cache
9
+ /home/runner/work/Bridge/Bridge/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.sourcelink.json
10
+ /home/runner/work/Bridge/Bridge/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.dll
11
+ /home/runner/work/Bridge/Bridge/src/Fossa.Bridge/obj/Release/net8.0/refint/Fossa.Bridge.dll
12
+ /home/runner/work/Bridge/Bridge/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.xml
13
+ /home/runner/work/Bridge/Bridge/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.pdb
14
+ /home/runner/work/Bridge/Bridge/src/Fossa.Bridge/obj/Release/net8.0/ref/Fossa.Bridge.dll
@@ -1 +1 @@
1
- {"documents":{"D:\\GitHub\\fossa-app\\Bridge\\*":"https://raw.githubusercontent.com/fossa-app/Bridge/45a2ba54d0b46c1d793d2a6b37a90cd9633f546b/*"}}
1
+ {"documents":{"/home/runner/work/Bridge/Bridge/*":"https://raw.githubusercontent.com/fossa-app/Bridge/55d564b7a13d179b4b07862856f928d22586a243/*"}}
@@ -1,6 +1,6 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <doc>
3
- <assembly><name>Fossa.Bridge</name></assembly>
4
- <members>
5
- </members>
6
- </doc>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <doc>
3
+ <assembly><name>Fossa.Bridge</name></assembly>
4
+ <members>
5
+ </members>
6
+ </doc>
@@ -1,15 +1,15 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <linker>
3
- <assembly fullname="Fossa.Bridge">
4
- <resource name="FSharpSignatureData.Fossa.Bridge" action="remove"></resource>
5
- <resource name="FSharpSignatureCompressedData.Fossa.Bridge" action="remove"></resource>
6
- <resource name="FSharpSignatureDataB.Fossa.Bridge" action="remove"></resource>
7
- <resource name="FSharpSignatureCompressedDataB.Fossa.Bridge" action="remove"></resource>
8
- <resource name="FSharpOptimizationData.Fossa.Bridge" action="remove"></resource>
9
- <resource name="FSharpOptimizationCompressedData.Fossa.Bridge" action="remove"></resource>
10
- <resource name="FSharpOptimizationDataB.Fossa.Bridge" action="remove"></resource>
11
- <resource name="FSharpOptimizationCompressedDataB.Fossa.Bridge" action="remove"></resource>
12
- <resource name="FSharpOptimizationInfo.Fossa.Bridge" action="remove"></resource>
13
- <resource name="FSharpSignatureInfo.Fossa.Bridge" action="remove"></resource>
14
- </assembly>
15
- </linker>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <linker>
3
+ <assembly fullname="Fossa.Bridge">
4
+ <resource name="FSharpSignatureData.Fossa.Bridge" action="remove"></resource>
5
+ <resource name="FSharpSignatureCompressedData.Fossa.Bridge" action="remove"></resource>
6
+ <resource name="FSharpSignatureDataB.Fossa.Bridge" action="remove"></resource>
7
+ <resource name="FSharpSignatureCompressedDataB.Fossa.Bridge" action="remove"></resource>
8
+ <resource name="FSharpOptimizationData.Fossa.Bridge" action="remove"></resource>
9
+ <resource name="FSharpOptimizationCompressedData.Fossa.Bridge" action="remove"></resource>
10
+ <resource name="FSharpOptimizationDataB.Fossa.Bridge" action="remove"></resource>
11
+ <resource name="FSharpOptimizationCompressedDataB.Fossa.Bridge" action="remove"></resource>
12
+ <resource name="FSharpOptimizationInfo.Fossa.Bridge" action="remove"></resource>
13
+ <resource name="FSharpSignatureInfo.Fossa.Bridge" action="remove"></resource>
14
+ </assembly>
15
+ </linker>
@@ -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.103": {
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.103": {
101
- "sha512": "GfQInb74eDh9JZ8wx4+t/lOrH1uRqZvneuViVJ8CwbQwmtyyZoeGuzRayL01MNAsm8B6eRenWwJThu01EFPeKg==",
102
- "type": "package",
103
- "path": "fsharp.core/10.0.103",
104
- "files": [
105
- ".nupkg.metadata",
106
- ".signature.p7s",
107
- "Icon.png",
108
- "fsharp.core.10.0.103.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.103",
146
- "Fable.Core >= 4.5.0"
147
- ]
148
- },
149
- "packageFolders": {
150
- "C:\\Users\\tiksn\\.nuget\\packages\\": {},
151
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
152
- },
153
- "project": {
154
- "version": "1.0.0",
155
- "restore": {
156
- "projectUniqueName": "D:\\GitHub\\fossa-app\\Bridge\\src\\Fossa.Bridge\\Fossa.Bridge.fsproj",
157
- "projectName": "Fossa.Bridge",
158
- "projectPath": "D:\\GitHub\\fossa-app\\Bridge\\src\\Fossa.Bridge\\Fossa.Bridge.fsproj",
159
- "packagesPath": "C:\\Users\\tiksn\\.nuget\\packages\\",
160
- "outputPath": "D:\\GitHub\\fossa-app\\Bridge\\src\\Fossa.Bridge\\obj\\",
161
- "projectStyle": "PackageReference",
162
- "fallbackFolders": [
163
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
164
- ],
165
- "configFilePaths": [
166
- "C:\\Users\\tiksn\\AppData\\Roaming\\NuGet\\NuGet.Config",
167
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
168
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
169
- ],
170
- "originalTargetFrameworks": [
171
- "net8.0"
172
- ],
173
- "sources": {
174
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
175
- "C:\\Program Files\\dotnet\\library-packs": {},
176
- "C:\\Program Files\\dotnet\\sdk\\10.0.103\\FSharp\\library-packs": {},
177
- "C:\\Users\\tiksn\\.nuget\\localpackages": {},
178
- "https://api.nuget.org/v3/index.json": {}
179
- },
180
- "frameworks": {
181
- "net8.0": {
182
- "targetAlias": "net8.0",
183
- "projectReferences": {}
184
- }
185
- },
186
- "restoreAuditProperties": {
187
- "enableAudit": "true",
188
- "auditLevel": "low",
189
- "auditMode": "direct"
190
- },
191
- "SdkAnalysisLevel": "10.0.100"
192
- },
193
- "frameworks": {
194
- "net8.0": {
195
- "targetAlias": "net8.0",
196
- "dependencies": {
197
- "FSharp.Core": {
198
- "include": "Runtime, Compile, Build, Native, Analyzers, BuildTransitive",
199
- "target": "Package",
200
- "version": "[10.0.103, )",
201
- "generatePathProperty": true
202
- },
203
- "Fable.Core": {
204
- "target": "Package",
205
- "version": "[4.5.0, )",
206
- "generatePathProperty": true
207
- }
208
- },
209
- "imports": [
210
- "net461",
211
- "net462",
212
- "net47",
213
- "net471",
214
- "net472",
215
- "net48",
216
- "net481"
217
- ],
218
- "assetTargetFallback": true,
219
- "warn": true,
220
- "frameworkReferences": {
221
- "Microsoft.NETCore.App": {
222
- "privateAssets": "all"
223
- }
224
- },
225
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.103/PortableRuntimeIdentifierGraph.json"
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