@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
package/tsconfig.json
CHANGED
package/Fossa.Bridge.slnx
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
namespace Fossa.Bridge.Services.Clients
|
|
2
|
-
|
|
3
|
-
open System.Threading.Tasks
|
|
4
|
-
open Fossa.Bridge.Models
|
|
5
|
-
open Fossa.Bridge.Services
|
|
6
|
-
|
|
7
|
-
type IdentityClient(transport: IHttpTransport) =
|
|
8
|
-
member _.GetClientAsync(origin: string) : Task<ClientRetrievalModel> =
|
|
9
|
-
transport.GetAsync<ClientRetrievalModel>(Endpoints.BasePath + "/" + Endpoints.Client + $"?origin={origin}")
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"runtimeTarget": {
|
|
3
|
-
"name": ".NETCoreApp,Version=v8.0",
|
|
4
|
-
"signature": ""
|
|
5
|
-
},
|
|
6
|
-
"compilationOptions": {},
|
|
7
|
-
"targets": {
|
|
8
|
-
".NETCoreApp,Version=v8.0": {
|
|
9
|
-
"Fossa.Bridge.fable-temp/1.0.0": {
|
|
10
|
-
"dependencies": {
|
|
11
|
-
"Fable.Core": "4.5.0"
|
|
12
|
-
},
|
|
13
|
-
"runtime": {
|
|
14
|
-
"Fossa.Bridge.fable-temp.dll": {}
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
"Fable.Core/4.5.0": {
|
|
18
|
-
"runtime": {
|
|
19
|
-
"lib/netstandard2.0/Fable.Core.dll": {
|
|
20
|
-
"assemblyVersion": "4.5.0.0",
|
|
21
|
-
"fileVersion": "4.5.0.0"
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
"libraries": {
|
|
28
|
-
"Fossa.Bridge.fable-temp/1.0.0": {
|
|
29
|
-
"type": "project",
|
|
30
|
-
"serviceable": false,
|
|
31
|
-
"sha512": ""
|
|
32
|
-
},
|
|
33
|
-
"Fable.Core/4.5.0": {
|
|
34
|
-
"type": "package",
|
|
35
|
-
"serviceable": true,
|
|
36
|
-
"sha512": "sha512-ZcX8XN5sQZGCbrS8VYnsa/ynhrCBfpDyqDkTl33GTXOpgfKibxoq0+W0hCSbRzuukVNoLtqGL/B6+8yTNDXbNA==",
|
|
37
|
-
"path": "fable.core/4.5.0",
|
|
38
|
-
"hashPath": "fable.core.4.5.0.nupkg.sha512"
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"format": 1,
|
|
3
|
-
"restore": {
|
|
4
|
-
"/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/Fossa.Bridge.fable-temp.csproj": {}
|
|
5
|
-
},
|
|
6
|
-
"projects": {
|
|
7
|
-
"/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/Fossa.Bridge.fable-temp.csproj": {
|
|
8
|
-
"version": "1.0.0",
|
|
9
|
-
"restore": {
|
|
10
|
-
"projectUniqueName": "/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/Fossa.Bridge.fable-temp.csproj",
|
|
11
|
-
"projectName": "Fossa.Bridge",
|
|
12
|
-
"projectPath": "/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/Fossa.Bridge.fable-temp.csproj",
|
|
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
|
-
"https://api.nuget.org/v3/index.json": {}
|
|
24
|
-
},
|
|
25
|
-
"frameworks": {
|
|
26
|
-
"net8.0": {
|
|
27
|
-
"targetAlias": "net8.0",
|
|
28
|
-
"projectReferences": {}
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"warningProperties": {
|
|
32
|
-
"warnAsError": [
|
|
33
|
-
"NU1605"
|
|
34
|
-
]
|
|
35
|
-
},
|
|
36
|
-
"restoreAuditProperties": {
|
|
37
|
-
"enableAudit": "true",
|
|
38
|
-
"auditLevel": "low",
|
|
39
|
-
"auditMode": "direct"
|
|
40
|
-
},
|
|
41
|
-
"SdkAnalysisLevel": "10.0.100"
|
|
42
|
-
},
|
|
43
|
-
"frameworks": {
|
|
44
|
-
"net8.0": {
|
|
45
|
-
"targetAlias": "net8.0",
|
|
46
|
-
"dependencies": {
|
|
47
|
-
"Fable.Core": {
|
|
48
|
-
"target": "Package",
|
|
49
|
-
"version": "[4.5.0, )"
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
"imports": [
|
|
53
|
-
"net461",
|
|
54
|
-
"net462",
|
|
55
|
-
"net47",
|
|
56
|
-
"net471",
|
|
57
|
-
"net472",
|
|
58
|
-
"net48",
|
|
59
|
-
"net481"
|
|
60
|
-
],
|
|
61
|
-
"assetTargetFallback": true,
|
|
62
|
-
"warn": true,
|
|
63
|
-
"downloadDependencies": [
|
|
64
|
-
{
|
|
65
|
-
"name": "Microsoft.AspNetCore.App.Ref",
|
|
66
|
-
"version": "[8.0.23, 8.0.23]"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"name": "Microsoft.NETCore.App.Ref",
|
|
70
|
-
"version": "[8.0.23, 8.0.23]"
|
|
71
|
-
}
|
|
72
|
-
],
|
|
73
|
-
"frameworkReferences": {
|
|
74
|
-
"Microsoft.NETCore.App": {
|
|
75
|
-
"privateAssets": "all"
|
|
76
|
-
}
|
|
77
|
-
},
|
|
78
|
-
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.102/PortableRuntimeIdentifierGraph.json"
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
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
|
-
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
16
|
-
<Content Include="$(NuGetPackageRoot)fable.core/4.5.0/contentFiles/any/netstandard2.0/CHANGELOG.md" Condition="Exists('$(NuGetPackageRoot)fable.core/4.5.0/contentFiles/any/netstandard2.0/CHANGELOG.md')">
|
|
17
|
-
<NuGetPackageId>Fable.Core</NuGetPackageId>
|
|
18
|
-
<NuGetPackageVersion>4.5.0</NuGetPackageVersion>
|
|
19
|
-
<NuGetItemType>Content</NuGetItemType>
|
|
20
|
-
<Pack>false</Pack>
|
|
21
|
-
<Private>False</Private>
|
|
22
|
-
<Link>CHANGELOG.md</Link>
|
|
23
|
-
</Content>
|
|
24
|
-
</ItemGroup>
|
|
25
|
-
</Project>
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"format": 1,
|
|
3
|
-
"restore": {
|
|
4
|
-
"/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/Fossa.Bridge.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
|
-
}
|
|
86
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
3
|
-
<metadata>
|
|
4
|
-
<id>Fossa.Bridge</id>
|
|
5
|
-
<version>0.1.5</version>
|
|
6
|
-
<authors>TIKSN</authors>
|
|
7
|
-
<description>Shared Domain Models and DTOs for Fossa UI and API</description>
|
|
8
|
-
<repository type="git" commit="00fcff73a156f62b5ccacbd84fa794671cb07f22" />
|
|
9
|
-
<dependencies>
|
|
10
|
-
<group targetFramework="net8.0">
|
|
11
|
-
<dependency id="FSharp.Core" version="10.0.102" exclude="Build,Analyzers" />
|
|
12
|
-
<dependency id="Fable.Core" version="4.5.0" exclude="Build,Analyzers" />
|
|
13
|
-
</group>
|
|
14
|
-
</dependencies>
|
|
15
|
-
</metadata>
|
|
16
|
-
<files>
|
|
17
|
-
<file src="/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.dll" target="lib/net8.0/Fossa.Bridge.dll" />
|
|
18
|
-
<file src="/home/runner/work/Bridge/Bridge/src/Fossa.Bridge/bin/Release/net8.0/Fossa.Bridge.xml" target="lib/net8.0/Fossa.Bridge.xml" />
|
|
19
|
-
</files>
|
|
20
|
-
</package>
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
//------------------------------------------------------------------------------
|
|
2
|
-
// <auto-generated>
|
|
3
|
-
// This code was generated by a tool.
|
|
4
|
-
//
|
|
5
|
-
// Changes to this file may cause incorrect behavior and will be lost if
|
|
6
|
-
// the code is regenerated.
|
|
7
|
-
// </auto-generated>
|
|
8
|
-
//------------------------------------------------------------------------------
|
|
9
|
-
|
|
10
|
-
using System;
|
|
11
|
-
using System.Reflection;
|
|
12
|
-
|
|
13
|
-
[assembly: System.Reflection.AssemblyCompanyAttribute("TIKSN")]
|
|
14
|
-
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
|
15
|
-
[assembly: System.Reflection.AssemblyDescriptionAttribute("Shared Domain Models and DTOs for Fossa UI and API")]
|
|
16
|
-
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
|
17
|
-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+00fcff73a156f62b5ccacbd84fa794671cb07f22")]
|
|
18
|
-
[assembly: System.Reflection.AssemblyProductAttribute("Fossa.Bridge.fable-temp")]
|
|
19
|
-
[assembly: System.Reflection.AssemblyTitleAttribute("Fossa.Bridge.fable-temp")]
|
|
20
|
-
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
|
21
|
-
|
|
22
|
-
// Generated by the MSBuild WriteCodeFragment class.
|
|
23
|
-
|
|
@@ -1,17 +0,0 @@
|
|
|
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 =
|
package/src/Fossa.Bridge/obj/Release/net8.0/Fossa.Bridge.fable-temp.csproj.FileListAbsolute.txt
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
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 +0,0 @@
|
|
|
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 +0,0 @@
|
|
|
1
|
-
{"documents":{"/home/runner/work/Bridge/Bridge/*":"https://raw.githubusercontent.com/fossa-app/Bridge/00fcff73a156f62b5ccacbd84fa794671cb07f22/*"}}
|
|
@@ -1,230 +0,0 @@
|
|
|
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
|
-
}
|
|
230
|
-
}
|
package/tests/Fossa.Bridge.Tests/bin/Release/net8.0/.msCoverageSourceRootsMapping_Fossa.Bridge.Tests
DELETED
|
Binary file
|
|
Binary file
|