@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.
Files changed (64) hide show
  1. package/.github/dependabot.yml +38 -38
  2. package/.github/release-drafter.yml +52 -52
  3. package/.github/workflows/cicd.yml +87 -106
  4. package/.github/workflows/lint.yml +34 -34
  5. package/.github/workflows/release-drafter.yml +27 -27
  6. package/Fossa.Bridge.slnx +7 -7
  7. package/LICENSE +21 -21
  8. package/README.md +42 -5
  9. package/build.ps1 +11 -11
  10. package/dotnet-tools.json +26 -26
  11. package/format.ps1 +11 -11
  12. package/gig.ps1 +15 -15
  13. package/global.json +6 -6
  14. package/lint.ps1 +20 -20
  15. package/pack.ps1 +11 -11
  16. package/package.json +21 -21
  17. package/publish.ps1 +11 -11
  18. package/restore.ps1 +11 -11
  19. package/src/Fossa.Bridge/Fossa.Bridge.fsproj +16 -16
  20. package/src/Fossa.Bridge/Models/ApiModels.fs +136 -136
  21. package/src/Fossa.Bridge/Services/UrlHelpers.fs +18 -18
  22. package/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.deps.json +97 -97
  23. package/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.fable-temp.deps.json +40 -40
  24. package/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.xml +6 -6
  25. package/src/Fossa.Bridge/obj/Fossa.Bridge.fable-temp.csproj.nuget.dgspec.json +82 -80
  26. package/src/Fossa.Bridge/obj/Fossa.Bridge.fable-temp.csproj.nuget.g.props +24 -25
  27. package/src/Fossa.Bridge/obj/Fossa.Bridge.fable-temp.csproj.nuget.g.targets +1 -1
  28. package/src/Fossa.Bridge/obj/Fossa.Bridge.fsproj.nuget.dgspec.json +85 -83
  29. package/src/Fossa.Bridge/obj/Fossa.Bridge.fsproj.nuget.g.props +28 -29
  30. package/src/Fossa.Bridge/obj/Fossa.Bridge.fsproj.nuget.g.targets +1 -1
  31. package/src/Fossa.Bridge/obj/Release/{Fossa.Bridge.0.1.0.nuspec → Fossa.Bridge.0.1.4.nuspec} +19 -19
  32. package/src/Fossa.Bridge/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +4 -4
  33. package/src/Fossa.Bridge/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.fs +3 -3
  34. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.AssemblyInfo.fs +11 -11
  35. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.AssemblyInfo.cs +23 -23
  36. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.GeneratedMSBuildEditorConfig.editorconfig +17 -17
  37. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.csproj.FileListAbsolute.txt +4 -4
  38. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fsproj.FileListAbsolute.txt +14 -14
  39. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.sourcelink.json +1 -1
  40. package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.xml +6 -6
  41. package/src/Fossa.Bridge/obj/Release/net8.0/ILLink.Substitutions.xml +15 -15
  42. package/src/Fossa.Bridge/obj/project.assets.json +229 -228
  43. package/test.ps1 +11 -11
  44. package/tests/Fossa.Bridge.Tests/Fossa.Bridge.Tests.fsproj +18 -18
  45. package/tests/Fossa.Bridge.Tests/Main.fs +7 -7
  46. package/tests/Fossa.Bridge.Tests/UrlHelpersTests.fs +33 -33
  47. package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/.msCoverageSourceRootsMapping_Fossa.Bridge.Tests +0 -0
  48. package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/Fossa.Bridge.Tests +0 -0
  49. package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/Fossa.Bridge.Tests.deps.json +805 -805
  50. package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/Fossa.Bridge.Tests.runtimeconfig.json +13 -13
  51. package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/Fossa.Bridge.xml +6 -6
  52. package/tests/Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.dgspec.json +181 -173
  53. package/tests/Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.g.props +29 -30
  54. package/tests/Fossa.Bridge.Tests/obj/Fossa.Bridge.Tests.fsproj.nuget.g.targets +10 -10
  55. package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.fs +3 -3
  56. package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Bridge.Tests.AssemblyInfo.fs +10 -10
  57. package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Bridge.Tests.fsproj.FileListAbsolute.txt +190 -191
  58. package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/Fossa.Bridge.Tests.sourcelink.json +1 -1
  59. package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/ILLink.Substitutions.xml +15 -15
  60. package/tests/Fossa.Bridge.Tests/obj/Release/net8.0/apphost +0 -0
  61. package/tests/Fossa.Bridge.Tests/obj/project.assets.json +2022 -2017
  62. package/trigger.ps1 +32 -32
  63. package/tsconfig.json +15 -15
  64. package/version.ps1 +11 -11
@@ -1,14 +1,14 @@
1
- {
2
- "runtimeOptions": {
3
- "tfm": "net8.0",
4
- "framework": {
5
- "name": "Microsoft.NETCore.App",
6
- "version": "8.0.0"
7
- },
8
- "configProperties": {
9
- "MSTest.EnableParentProcessQuery": true,
10
- "System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
11
- "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
12
- }
13
- }
1
+ {
2
+ "runtimeOptions": {
3
+ "tfm": "net8.0",
4
+ "framework": {
5
+ "name": "Microsoft.NETCore.App",
6
+ "version": "8.0.0"
7
+ },
8
+ "configProperties": {
9
+ "MSTest.EnableParentProcessQuery": true,
10
+ "System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
11
+ "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
12
+ }
13
+ }
14
14
  }
@@ -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,174 +1,182 @@
1
- {
2
- "format": 1,
3
- "restore": {
4
- "D:\\GitHub\\fossa-app\\Bridge\\tests\\Fossa.Bridge.Tests\\Fossa.Bridge.Tests.fsproj": {}
5
- },
6
- "projects": {
7
- "D:\\GitHub\\fossa-app\\Bridge\\src\\Fossa.Bridge\\Fossa.Bridge.fsproj": {
8
- "version": "1.0.0",
9
- "restore": {
10
- "projectUniqueName": "D:\\GitHub\\fossa-app\\Bridge\\src\\Fossa.Bridge\\Fossa.Bridge.fsproj",
11
- "projectName": "Fossa.Bridge",
12
- "projectPath": "D:\\GitHub\\fossa-app\\Bridge\\src\\Fossa.Bridge\\Fossa.Bridge.fsproj",
13
- "packagesPath": "C:\\Users\\tiksn\\.nuget\\packages\\",
14
- "outputPath": "D:\\GitHub\\fossa-app\\Bridge\\src\\Fossa.Bridge\\obj\\",
15
- "projectStyle": "PackageReference",
16
- "fallbackFolders": [
17
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
18
- ],
19
- "configFilePaths": [
20
- "C:\\Users\\tiksn\\AppData\\Roaming\\NuGet\\NuGet.Config",
21
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
22
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
23
- ],
24
- "originalTargetFrameworks": [
25
- "net8.0"
26
- ],
27
- "sources": {
28
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
29
- "C:\\Program Files\\dotnet\\library-packs": {},
30
- "C:\\Program Files\\dotnet\\sdk\\10.0.103\\FSharp\\library-packs": {},
31
- "C:\\Users\\tiksn\\.nuget\\localpackages": {},
32
- "https://api.nuget.org/v3/index.json": {}
33
- },
34
- "frameworks": {
35
- "net8.0": {
36
- "targetAlias": "net8.0",
37
- "projectReferences": {}
38
- }
39
- },
40
- "restoreAuditProperties": {
41
- "enableAudit": "true",
42
- "auditLevel": "low",
43
- "auditMode": "direct"
44
- },
45
- "SdkAnalysisLevel": "10.0.100"
46
- },
47
- "frameworks": {
48
- "net8.0": {
49
- "targetAlias": "net8.0",
50
- "dependencies": {
51
- "FSharp.Core": {
52
- "include": "Runtime, Compile, Build, Native, Analyzers, BuildTransitive",
53
- "target": "Package",
54
- "version": "[10.0.103, )",
55
- "generatePathProperty": true
56
- },
57
- "Fable.Core": {
58
- "target": "Package",
59
- "version": "[4.5.0, )",
60
- "generatePathProperty": true
61
- }
62
- },
63
- "imports": [
64
- "net461",
65
- "net462",
66
- "net47",
67
- "net471",
68
- "net472",
69
- "net48",
70
- "net481"
71
- ],
72
- "assetTargetFallback": true,
73
- "warn": true,
74
- "frameworkReferences": {
75
- "Microsoft.NETCore.App": {
76
- "privateAssets": "all"
77
- }
78
- },
79
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.103/PortableRuntimeIdentifierGraph.json"
80
- }
81
- }
82
- },
83
- "D:\\GitHub\\fossa-app\\Bridge\\tests\\Fossa.Bridge.Tests\\Fossa.Bridge.Tests.fsproj": {
84
- "version": "1.0.0",
85
- "restore": {
86
- "projectUniqueName": "D:\\GitHub\\fossa-app\\Bridge\\tests\\Fossa.Bridge.Tests\\Fossa.Bridge.Tests.fsproj",
87
- "projectName": "Fossa.Bridge.Tests",
88
- "projectPath": "D:\\GitHub\\fossa-app\\Bridge\\tests\\Fossa.Bridge.Tests\\Fossa.Bridge.Tests.fsproj",
89
- "packagesPath": "C:\\Users\\tiksn\\.nuget\\packages\\",
90
- "outputPath": "D:\\GitHub\\fossa-app\\Bridge\\tests\\Fossa.Bridge.Tests\\obj\\",
91
- "projectStyle": "PackageReference",
92
- "fallbackFolders": [
93
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
94
- ],
95
- "configFilePaths": [
96
- "C:\\Users\\tiksn\\AppData\\Roaming\\NuGet\\NuGet.Config",
97
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
98
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
99
- ],
100
- "originalTargetFrameworks": [
101
- "net8.0"
102
- ],
103
- "sources": {
104
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
105
- "C:\\Program Files\\dotnet\\library-packs": {},
106
- "C:\\Program Files\\dotnet\\sdk\\10.0.103\\FSharp\\library-packs": {},
107
- "C:\\Users\\tiksn\\.nuget\\localpackages": {},
108
- "https://api.nuget.org/v3/index.json": {}
109
- },
110
- "frameworks": {
111
- "net8.0": {
112
- "targetAlias": "net8.0",
113
- "projectReferences": {
114
- "D:\\GitHub\\fossa-app\\Bridge\\src\\Fossa.Bridge\\Fossa.Bridge.fsproj": {
115
- "projectPath": "D:\\GitHub\\fossa-app\\Bridge\\src\\Fossa.Bridge\\Fossa.Bridge.fsproj"
116
- }
117
- }
118
- }
119
- },
120
- "restoreAuditProperties": {
121
- "enableAudit": "true",
122
- "auditLevel": "low",
123
- "auditMode": "direct"
124
- },
125
- "SdkAnalysisLevel": "10.0.100"
126
- },
127
- "frameworks": {
128
- "net8.0": {
129
- "targetAlias": "net8.0",
130
- "dependencies": {
131
- "Expecto": {
132
- "target": "Package",
133
- "version": "[10.2.3, )",
134
- "generatePathProperty": true
135
- },
136
- "FSharp.Core": {
137
- "include": "Runtime, Compile, Build, Native, Analyzers, BuildTransitive",
138
- "target": "Package",
139
- "version": "[10.0.103, )",
140
- "generatePathProperty": true
141
- },
142
- "Microsoft.NET.Test.Sdk": {
143
- "target": "Package",
144
- "version": "[18.3.0, )",
145
- "generatePathProperty": true
146
- },
147
- "YoloDev.Expecto.TestSdk": {
148
- "target": "Package",
149
- "version": "[0.15.5, )",
150
- "generatePathProperty": true
151
- }
152
- },
153
- "imports": [
154
- "net461",
155
- "net462",
156
- "net47",
157
- "net471",
158
- "net472",
159
- "net48",
160
- "net481"
161
- ],
162
- "assetTargetFallback": true,
163
- "warn": true,
164
- "frameworkReferences": {
165
- "Microsoft.NETCore.App": {
166
- "privateAssets": "all"
167
- }
168
- },
169
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.103/PortableRuntimeIdentifierGraph.json"
170
- }
171
- }
172
- }
173
- }
1
+ {
2
+ "format": 1,
3
+ "restore": {
4
+ "/home/runner/work/Bridge/Bridge/tests/Fossa.Bridge.Tests/Fossa.Bridge.Tests.fsproj": {}
5
+ },
6
+ "projects": {
7
+ "/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/Fossa.Bridge.fsproj": {
8
+ "version": "1.0.0",
9
+ "restore": {
10
+ "projectUniqueName": "/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/Fossa.Bridge.fsproj",
11
+ "projectName": "Fossa.Bridge",
12
+ "projectPath": "/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/Fossa.Bridge.fsproj",
13
+ "packagesPath": "/home/runner/.nuget/packages/",
14
+ "outputPath": "/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/obj/",
15
+ "projectStyle": "PackageReference",
16
+ "configFilePaths": [
17
+ "/home/runner/.nuget/NuGet/NuGet.Config"
18
+ ],
19
+ "originalTargetFrameworks": [
20
+ "net8.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
+ "net8.0": {
28
+ "targetAlias": "net8.0",
29
+ "projectReferences": {}
30
+ }
31
+ },
32
+ "restoreAuditProperties": {
33
+ "enableAudit": "true",
34
+ "auditLevel": "low",
35
+ "auditMode": "direct"
36
+ },
37
+ "SdkAnalysisLevel": "10.0.100"
38
+ },
39
+ "frameworks": {
40
+ "net8.0": {
41
+ "targetAlias": "net8.0",
42
+ "dependencies": {
43
+ "FSharp.Core": {
44
+ "include": "Runtime, Compile, Build, Native, Analyzers, BuildTransitive",
45
+ "target": "Package",
46
+ "version": "[10.0.102, )",
47
+ "generatePathProperty": true
48
+ },
49
+ "Fable.Core": {
50
+ "target": "Package",
51
+ "version": "[4.5.0, )",
52
+ "generatePathProperty": true
53
+ }
54
+ },
55
+ "imports": [
56
+ "net461",
57
+ "net462",
58
+ "net47",
59
+ "net471",
60
+ "net472",
61
+ "net48",
62
+ "net481"
63
+ ],
64
+ "assetTargetFallback": true,
65
+ "warn": true,
66
+ "downloadDependencies": [
67
+ {
68
+ "name": "Microsoft.AspNetCore.App.Ref",
69
+ "version": "[8.0.23, 8.0.23]"
70
+ },
71
+ {
72
+ "name": "Microsoft.NETCore.App.Ref",
73
+ "version": "[8.0.23, 8.0.23]"
74
+ }
75
+ ],
76
+ "frameworkReferences": {
77
+ "Microsoft.NETCore.App": {
78
+ "privateAssets": "all"
79
+ }
80
+ },
81
+ "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.102/PortableRuntimeIdentifierGraph.json"
82
+ }
83
+ }
84
+ },
85
+ "/home/runner/work/Bridge/Bridge/tests/Fossa.Bridge.Tests/Fossa.Bridge.Tests.fsproj": {
86
+ "version": "1.0.0",
87
+ "restore": {
88
+ "projectUniqueName": "/home/runner/work/Bridge/Bridge/tests/Fossa.Bridge.Tests/Fossa.Bridge.Tests.fsproj",
89
+ "projectName": "Fossa.Bridge.Tests",
90
+ "projectPath": "/home/runner/work/Bridge/Bridge/tests/Fossa.Bridge.Tests/Fossa.Bridge.Tests.fsproj",
91
+ "packagesPath": "/home/runner/.nuget/packages/",
92
+ "outputPath": "/home/runner/work/Bridge/Bridge/tests/Fossa.Bridge.Tests/obj/",
93
+ "projectStyle": "PackageReference",
94
+ "configFilePaths": [
95
+ "/home/runner/.nuget/NuGet/NuGet.Config"
96
+ ],
97
+ "originalTargetFrameworks": [
98
+ "net8.0"
99
+ ],
100
+ "sources": {
101
+ "/usr/share/dotnet/sdk/10.0.102/FSharp/library-packs": {},
102
+ "https://api.nuget.org/v3/index.json": {}
103
+ },
104
+ "frameworks": {
105
+ "net8.0": {
106
+ "targetAlias": "net8.0",
107
+ "projectReferences": {
108
+ "/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/Fossa.Bridge.fsproj": {
109
+ "projectPath": "/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/Fossa.Bridge.fsproj"
110
+ }
111
+ }
112
+ }
113
+ },
114
+ "restoreAuditProperties": {
115
+ "enableAudit": "true",
116
+ "auditLevel": "low",
117
+ "auditMode": "direct"
118
+ },
119
+ "SdkAnalysisLevel": "10.0.100"
120
+ },
121
+ "frameworks": {
122
+ "net8.0": {
123
+ "targetAlias": "net8.0",
124
+ "dependencies": {
125
+ "Expecto": {
126
+ "target": "Package",
127
+ "version": "[10.2.3, )",
128
+ "generatePathProperty": true
129
+ },
130
+ "FSharp.Core": {
131
+ "include": "Runtime, Compile, Build, Native, Analyzers, BuildTransitive",
132
+ "target": "Package",
133
+ "version": "[10.0.102, )",
134
+ "generatePathProperty": true
135
+ },
136
+ "Microsoft.NET.Test.Sdk": {
137
+ "target": "Package",
138
+ "version": "[18.3.0, )",
139
+ "generatePathProperty": true
140
+ },
141
+ "YoloDev.Expecto.TestSdk": {
142
+ "target": "Package",
143
+ "version": "[0.15.5, )",
144
+ "generatePathProperty": true
145
+ }
146
+ },
147
+ "imports": [
148
+ "net461",
149
+ "net462",
150
+ "net47",
151
+ "net471",
152
+ "net472",
153
+ "net48",
154
+ "net481"
155
+ ],
156
+ "assetTargetFallback": true,
157
+ "warn": true,
158
+ "downloadDependencies": [
159
+ {
160
+ "name": "Microsoft.AspNetCore.App.Ref",
161
+ "version": "[8.0.23, 8.0.23]"
162
+ },
163
+ {
164
+ "name": "Microsoft.NETCore.App.Host.linux-x64",
165
+ "version": "[8.0.23, 8.0.23]"
166
+ },
167
+ {
168
+ "name": "Microsoft.NETCore.App.Ref",
169
+ "version": "[8.0.23, 8.0.23]"
170
+ }
171
+ ],
172
+ "frameworkReferences": {
173
+ "Microsoft.NETCore.App": {
174
+ "privateAssets": "all"
175
+ }
176
+ },
177
+ "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.102/PortableRuntimeIdentifierGraph.json"
178
+ }
179
+ }
180
+ }
181
+ }
174
182
  }
@@ -1,31 +1,30 @@
1
- <?xml version="1.0" encoding="utf-8" standalone="no"?>
2
- <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
- <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
4
- <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
5
- <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
6
- <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
7
- <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
8
- <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\tiksn\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
9
- <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
10
- <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">7.0.0</NuGetToolVersion>
11
- </PropertyGroup>
12
- <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
13
- <SourceRoot Include="C:\Users\tiksn\.nuget\packages\" />
14
- <SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
15
- </ItemGroup>
16
- <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
17
- <Import Project="$(NuGetPackageRoot)microsoft.testing.platform\1.9.0\buildTransitive\net8.0\Microsoft.Testing.Platform.props" Condition="Exists('$(NuGetPackageRoot)microsoft.testing.platform\1.9.0\buildTransitive\net8.0\Microsoft.Testing.Platform.props')" />
18
- <Import Project="$(NuGetPackageRoot)microsoft.testing.platform.msbuild\1.9.0\buildTransitive\Microsoft.Testing.Platform.MSBuild.props" Condition="Exists('$(NuGetPackageRoot)microsoft.testing.platform.msbuild\1.9.0\buildTransitive\Microsoft.Testing.Platform.MSBuild.props')" />
19
- <Import Project="$(NuGetPackageRoot)microsoft.testing.extensions.telemetry\1.9.0\buildTransitive\net8.0\Microsoft.Testing.Extensions.Telemetry.props" Condition="Exists('$(NuGetPackageRoot)microsoft.testing.extensions.telemetry\1.9.0\buildTransitive\net8.0\Microsoft.Testing.Extensions.Telemetry.props')" />
20
- <Import Project="$(NuGetPackageRoot)yolodev.expecto.testsdk\0.15.5\build\net8.0\YoloDev.Expecto.TestSdk.props" Condition="Exists('$(NuGetPackageRoot)yolodev.expecto.testsdk\0.15.5\build\net8.0\YoloDev.Expecto.TestSdk.props')" />
21
- <Import Project="$(NuGetPackageRoot)microsoft.testplatform.testhost\18.3.0\build\net8.0\Microsoft.TestPlatform.TestHost.props" Condition="Exists('$(NuGetPackageRoot)microsoft.testplatform.testhost\18.3.0\build\net8.0\Microsoft.TestPlatform.TestHost.props')" />
22
- <Import Project="$(NuGetPackageRoot)microsoft.codecoverage\18.3.0\build\netstandard2.0\Microsoft.CodeCoverage.props" Condition="Exists('$(NuGetPackageRoot)microsoft.codecoverage\18.3.0\build\netstandard2.0\Microsoft.CodeCoverage.props')" />
23
- <Import Project="$(NuGetPackageRoot)microsoft.net.test.sdk\18.3.0\build\net8.0\Microsoft.NET.Test.Sdk.props" Condition="Exists('$(NuGetPackageRoot)microsoft.net.test.sdk\18.3.0\build\net8.0\Microsoft.NET.Test.Sdk.props')" />
24
- </ImportGroup>
25
- <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
26
- <PkgFSharp_Core Condition=" '$(PkgFSharp_Core)' == '' ">C:\Users\tiksn\.nuget\packages\fsharp.core\10.0.103</PkgFSharp_Core>
27
- <PkgExpecto Condition=" '$(PkgExpecto)' == '' ">C:\Users\tiksn\.nuget\packages\expecto\10.2.3</PkgExpecto>
28
- <PkgYoloDev_Expecto_TestSdk Condition=" '$(PkgYoloDev_Expecto_TestSdk)' == '' ">C:\Users\tiksn\.nuget\packages\yolodev.expecto.testsdk\0.15.5</PkgYoloDev_Expecto_TestSdk>
29
- <PkgMicrosoft_NET_Test_Sdk Condition=" '$(PkgMicrosoft_NET_Test_Sdk)' == '' ">C:\Users\tiksn\.nuget\packages\microsoft.net.test.sdk\18.3.0</PkgMicrosoft_NET_Test_Sdk>
30
- </PropertyGroup>
1
+ <?xml version="1.0" encoding="utf-8" standalone="no"?>
2
+ <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
+ <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
4
+ <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
5
+ <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
6
+ <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
7
+ <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/runner/.nuget/packages/</NuGetPackageRoot>
8
+ <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/runner/.nuget/packages/</NuGetPackageFolders>
9
+ <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
10
+ <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">7.0.0</NuGetToolVersion>
11
+ </PropertyGroup>
12
+ <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
13
+ <SourceRoot Include="/home/runner/.nuget/packages/" />
14
+ </ItemGroup>
15
+ <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
16
+ <Import Project="$(NuGetPackageRoot)microsoft.testing.platform/1.9.0/buildTransitive/net8.0/Microsoft.Testing.Platform.props" Condition="Exists('$(NuGetPackageRoot)microsoft.testing.platform/1.9.0/buildTransitive/net8.0/Microsoft.Testing.Platform.props')" />
17
+ <Import Project="$(NuGetPackageRoot)microsoft.testing.platform.msbuild/1.9.0/buildTransitive/Microsoft.Testing.Platform.MSBuild.props" Condition="Exists('$(NuGetPackageRoot)microsoft.testing.platform.msbuild/1.9.0/buildTransitive/Microsoft.Testing.Platform.MSBuild.props')" />
18
+ <Import Project="$(NuGetPackageRoot)microsoft.testing.extensions.telemetry/1.9.0/buildTransitive/net8.0/Microsoft.Testing.Extensions.Telemetry.props" Condition="Exists('$(NuGetPackageRoot)microsoft.testing.extensions.telemetry/1.9.0/buildTransitive/net8.0/Microsoft.Testing.Extensions.Telemetry.props')" />
19
+ <Import Project="$(NuGetPackageRoot)yolodev.expecto.testsdk/0.15.5/build/net8.0/YoloDev.Expecto.TestSdk.props" Condition="Exists('$(NuGetPackageRoot)yolodev.expecto.testsdk/0.15.5/build/net8.0/YoloDev.Expecto.TestSdk.props')" />
20
+ <Import Project="$(NuGetPackageRoot)microsoft.testplatform.testhost/18.3.0/build/net8.0/Microsoft.TestPlatform.TestHost.props" Condition="Exists('$(NuGetPackageRoot)microsoft.testplatform.testhost/18.3.0/build/net8.0/Microsoft.TestPlatform.TestHost.props')" />
21
+ <Import Project="$(NuGetPackageRoot)microsoft.codecoverage/18.3.0/build/netstandard2.0/Microsoft.CodeCoverage.props" Condition="Exists('$(NuGetPackageRoot)microsoft.codecoverage/18.3.0/build/netstandard2.0/Microsoft.CodeCoverage.props')" />
22
+ <Import Project="$(NuGetPackageRoot)microsoft.net.test.sdk/18.3.0/build/net8.0/Microsoft.NET.Test.Sdk.props" Condition="Exists('$(NuGetPackageRoot)microsoft.net.test.sdk/18.3.0/build/net8.0/Microsoft.NET.Test.Sdk.props')" />
23
+ </ImportGroup>
24
+ <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
25
+ <PkgFSharp_Core Condition=" '$(PkgFSharp_Core)' == '' ">/home/runner/.nuget/packages/fsharp.core/10.0.102</PkgFSharp_Core>
26
+ <PkgExpecto Condition=" '$(PkgExpecto)' == '' ">/home/runner/.nuget/packages/expecto/10.2.3</PkgExpecto>
27
+ <PkgYoloDev_Expecto_TestSdk Condition=" '$(PkgYoloDev_Expecto_TestSdk)' == '' ">/home/runner/.nuget/packages/yolodev.expecto.testsdk/0.15.5</PkgYoloDev_Expecto_TestSdk>
28
+ <PkgMicrosoft_NET_Test_Sdk Condition=" '$(PkgMicrosoft_NET_Test_Sdk)' == '' ">/home/runner/.nuget/packages/microsoft.net.test.sdk/18.3.0</PkgMicrosoft_NET_Test_Sdk>
29
+ </PropertyGroup>
31
30
  </Project>
@@ -1,11 +1,11 @@
1
- <?xml version="1.0" encoding="utf-8" standalone="no"?>
2
- <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
- <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
4
- <Import Project="$(NuGetPackageRoot)microsoft.testing.platform\1.9.0\buildTransitive\net8.0\Microsoft.Testing.Platform.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.testing.platform\1.9.0\buildTransitive\net8.0\Microsoft.Testing.Platform.targets')" />
5
- <Import Project="$(NuGetPackageRoot)microsoft.testing.platform.msbuild\1.9.0\buildTransitive\Microsoft.Testing.Platform.MSBuild.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.testing.platform.msbuild\1.9.0\buildTransitive\Microsoft.Testing.Platform.MSBuild.targets')" />
6
- <Import Project="$(NuGetPackageRoot)yolodev.expecto.testsdk\0.15.5\build\net8.0\YoloDev.Expecto.TestSdk.targets" Condition="Exists('$(NuGetPackageRoot)yolodev.expecto.testsdk\0.15.5\build\net8.0\YoloDev.Expecto.TestSdk.targets')" />
7
- <Import Project="$(NuGetPackageRoot)microsoft.testplatform.testhost\18.3.0\build\net8.0\Microsoft.TestPlatform.TestHost.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.testplatform.testhost\18.3.0\build\net8.0\Microsoft.TestPlatform.TestHost.targets')" />
8
- <Import Project="$(NuGetPackageRoot)microsoft.codecoverage\18.3.0\build\netstandard2.0\Microsoft.CodeCoverage.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.codecoverage\18.3.0\build\netstandard2.0\Microsoft.CodeCoverage.targets')" />
9
- <Import Project="$(NuGetPackageRoot)microsoft.net.test.sdk\18.3.0\build\net8.0\Microsoft.NET.Test.Sdk.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.net.test.sdk\18.3.0\build\net8.0\Microsoft.NET.Test.Sdk.targets')" />
10
- </ImportGroup>
1
+ <?xml version="1.0" encoding="utf-8" standalone="no"?>
2
+ <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
+ <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
4
+ <Import Project="$(NuGetPackageRoot)microsoft.testing.platform/1.9.0/buildTransitive/net8.0/Microsoft.Testing.Platform.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.testing.platform/1.9.0/buildTransitive/net8.0/Microsoft.Testing.Platform.targets')" />
5
+ <Import Project="$(NuGetPackageRoot)microsoft.testing.platform.msbuild/1.9.0/buildTransitive/Microsoft.Testing.Platform.MSBuild.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.testing.platform.msbuild/1.9.0/buildTransitive/Microsoft.Testing.Platform.MSBuild.targets')" />
6
+ <Import Project="$(NuGetPackageRoot)yolodev.expecto.testsdk/0.15.5/build/net8.0/YoloDev.Expecto.TestSdk.targets" Condition="Exists('$(NuGetPackageRoot)yolodev.expecto.testsdk/0.15.5/build/net8.0/YoloDev.Expecto.TestSdk.targets')" />
7
+ <Import Project="$(NuGetPackageRoot)microsoft.testplatform.testhost/18.3.0/build/net8.0/Microsoft.TestPlatform.TestHost.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.testplatform.testhost/18.3.0/build/net8.0/Microsoft.TestPlatform.TestHost.targets')" />
8
+ <Import Project="$(NuGetPackageRoot)microsoft.codecoverage/18.3.0/build/netstandard2.0/Microsoft.CodeCoverage.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.codecoverage/18.3.0/build/netstandard2.0/Microsoft.CodeCoverage.targets')" />
9
+ <Import Project="$(NuGetPackageRoot)microsoft.net.test.sdk/18.3.0/build/net8.0/Microsoft.NET.Test.Sdk.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.net.test.sdk/18.3.0/build/net8.0/Microsoft.NET.Test.Sdk.targets')" />
10
+ </ImportGroup>
11
11
  </Project>
@@ -1,3 +1,3 @@
1
- namespace Microsoft.BuildSettings
2
- [<System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName=".NET 8.0")>]
3
- do ()
1
+ namespace Microsoft.BuildSettings
2
+ [<System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName=".NET 8.0")>]
3
+ do ()
@@ -5,13 +5,13 @@ namespace FSharp
5
5
 
6
6
  open System
7
7
  open System.Reflection
8
-
9
-
10
- [<assembly: System.Reflection.AssemblyCompanyAttribute("Fossa.Bridge.Tests")>]
11
- [<assembly: System.Reflection.AssemblyConfigurationAttribute("Release")>]
12
- [<assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")>]
13
- [<assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d8934b3e09ebd1d9bdfe9ffc6232814f28c8630f")>]
14
- [<assembly: System.Reflection.AssemblyProductAttribute("Fossa.Bridge.Tests")>]
15
- [<assembly: System.Reflection.AssemblyTitleAttribute("Fossa.Bridge.Tests")>]
16
- [<assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")>]
17
- do()
8
+
9
+
10
+ [<assembly: System.Reflection.AssemblyCompanyAttribute("Fossa.Bridge.Tests")>]
11
+ [<assembly: System.Reflection.AssemblyConfigurationAttribute("Release")>]
12
+ [<assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")>]
13
+ [<assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+55d564b7a13d179b4b07862856f928d22586a243")>]
14
+ [<assembly: System.Reflection.AssemblyProductAttribute("Fossa.Bridge.Tests")>]
15
+ [<assembly: System.Reflection.AssemblyTitleAttribute("Fossa.Bridge.Tests")>]
16
+ [<assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")>]
17
+ do()