@fossa-app/bridge 0.1.6 → 0.1.7
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/dist/Models/ApiModels.d.ts +199 -0
- package/dist/Models/ApiModels.js +350 -0
- package/dist/Models/ApiModels.js.map +1 -0
- package/dist/Services/Clients/BranchClient.d.ts +16 -0
- package/dist/Services/Clients/BranchClient.js +63 -0
- package/dist/Services/Clients/BranchClient.js.map +1 -0
- package/dist/Services/Clients/CompanyClient.d.ts +13 -0
- package/dist/Services/Clients/CompanyClient.js +36 -0
- package/dist/Services/Clients/CompanyClient.js.map +1 -0
- package/dist/Services/Clients/CompanyLicenseClient.d.ts +10 -0
- package/dist/Services/Clients/CompanyLicenseClient.js +28 -0
- package/dist/Services/Clients/CompanyLicenseClient.js.map +1 -0
- package/dist/Services/Clients/CompanySettingsClient.d.ts +13 -0
- package/dist/Services/Clients/CompanySettingsClient.js +36 -0
- package/dist/Services/Clients/CompanySettingsClient.js.map +1 -0
- package/dist/Services/Clients/DepartmentClient.d.ts +16 -0
- package/dist/Services/Clients/DepartmentClient.js +63 -0
- package/dist/Services/Clients/DepartmentClient.js.map +1 -0
- package/dist/Services/Clients/EmployeeClient.d.ts +18 -0
- package/dist/Services/Clients/EmployeeClient.js +87 -0
- package/dist/Services/Clients/EmployeeClient.js.map +1 -0
- package/dist/Services/Clients/IdentityClient.d.ts +9 -0
- package/dist/Services/Clients/IdentityClient.js +25 -0
- package/dist/Services/Clients/IdentityClient.js.map +1 -0
- package/dist/Services/Clients/SystemLicenseClient.d.ts +9 -0
- package/dist/Services/Clients/SystemLicenseClient.js +24 -0
- package/dist/Services/Clients/SystemLicenseClient.js.map +1 -0
- package/dist/Services/Endpoints.d.ts +10 -0
- package/dist/Services/Endpoints.js +14 -0
- package/dist/Services/Endpoints.js.map +1 -0
- package/dist/Services/IHttpTransport.d.ts +6 -0
- package/dist/Services/IHttpTransport.js +3 -0
- package/dist/Services/IHttpTransport.js.map +1 -0
- package/dist/Services/UrlHelpers.d.ts +1 -0
- package/dist/Services/UrlHelpers.js +19 -0
- package/dist/Services/UrlHelpers.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Array.d.ts +125 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Array.js +1371 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Array.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Async.d.ts +27 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Async.js +172 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Async.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/AsyncBuilder.d.ts +59 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/AsyncBuilder.js +194 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/AsyncBuilder.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BigInt.d.ts +129 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BigInt.js +428 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BigInt.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BitConverter.d.ts +27 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BitConverter.js +165 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BitConverter.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Boolean.d.ts +3 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Boolean.js +27 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Boolean.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Char.d.ts +66 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Char.js +271 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Char.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Choice.d.ts +121 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Choice.js +231 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Choice.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/CollectionUtil.d.ts +8 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/CollectionUtil.js +192 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/CollectionUtil.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/ConditionalWeakTable.d.ts +9 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/ConditionalWeakTable.js +26 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/ConditionalWeakTable.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Date.d.ts +70 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Date.js +812 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Date.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOffset.d.ts +65 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOffset.js +345 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOffset.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOnly.d.ts +18 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOnly.js +143 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOnly.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Decimal.d.ts +63 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Decimal.js +322 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Decimal.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Double.d.ts +11 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Double.js +60 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Double.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Encoding.d.ts +12 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Encoding.js +178 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Encoding.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Event.d.ts +31 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Event.js +109 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Event.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Collections.d.ts +7 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Collections.js +53 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Collections.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.CompilerServices.d.ts +12 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.CompilerServices.js +38 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.CompilerServices.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.d.ts +30 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.js +185 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Global.d.ts +45 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Global.js +33 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Global.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Guid.d.ts +10 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Guid.js +152 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Guid.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Int32.d.ts +29 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Int32.js +148 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Int32.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/List.d.ts +143 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/List.js +1404 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/List.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Long.d.ts +3 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Long.js +52 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Long.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MailboxProcessor.d.ts +25 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MailboxProcessor.js +104 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MailboxProcessor.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Map.d.ts +178 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Map.js +1525 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Map.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MapUtil.d.ts +12 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MapUtil.js +141 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MapUtil.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableMap.d.ts +52 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableMap.js +355 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableMap.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableSet.d.ts +39 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableSet.js +246 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableSet.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Native.d.ts +3 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Native.js +18 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Native.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Numeric.d.ts +20 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Numeric.js +87 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Numeric.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Observable.d.ts +32 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Observable.js +128 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Observable.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Option.d.ts +29 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Option.js +127 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Option.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Random.d.ts +38 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Random.js +186 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Random.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Range.d.ts +12 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Range.js +56 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Range.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Reflection.d.ts +119 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Reflection.js +529 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Reflection.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/RegExp.d.ts +10 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/RegExp.js +144 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/RegExp.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Result.d.ts +38 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Result.js +191 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Result.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq.d.ts +164 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq.js +1501 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq2.d.ts +18 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq2.js +129 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq2.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Set.d.ts +190 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Set.js +1931 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Set.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/String.d.ts +59 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/String.js +677 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/String.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Collections.Generic.d.ts +85 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Collections.Generic.js +390 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Collections.Generic.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Text.d.ts +40 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Text.js +204 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Text.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.d.ts +121 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.js +367 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeOnly.d.ts +15 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeOnly.js +138 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeOnly.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeSpan.d.ts +35 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeSpan.js +210 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeSpan.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Timer.d.ts +19 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Timer.js +72 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Timer.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Types.d.ts +51 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Types.js +205 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Types.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Unicode.13.0.0.d.ts +2 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Unicode.13.0.0.js +8 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Unicode.13.0.0.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Uri.d.ts +32 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Uri.js +170 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Uri.js.map +1 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Util.d.ts +243 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Util.js +903 -0
- package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Util.js.map +1 -0
- package/package.json +5 -2
- package/.build.ps1 +0 -308
- package/.gitattributes +0 -43
- package/.github/dependabot.yml +0 -38
- package/.github/release-drafter.yml +0 -52
- package/.github/workflows/cicd.yml +0 -87
- package/.github/workflows/lint.yml +0 -34
- package/.github/workflows/release-drafter.yml +0 -27
- package/Bridge.slnx +0 -8
- package/Directory.Build.props +0 -25
- package/Images/Icon.png +0 -0
- package/build.ps1 +0 -11
- package/dotnet-tools.json +0 -27
- package/format.ps1 +0 -11
- package/gig.ps1 +0 -17
- package/global.json +0 -6
- package/lint.ps1 +0 -20
- package/pack.ps1 +0 -11
- package/publish.ps1 +0 -11
- package/restore.ps1 +0 -11
- package/src/Bridge/Bridge.fsproj +0 -26
- package/src/Bridge/Models/ApiModels.fs +0 -142
- package/src/Bridge/Services/Clients/BranchClient.fs +0 -46
- package/src/Bridge/Services/Clients/CompanyClient.fs +0 -24
- package/src/Bridge/Services/Clients/CompanyLicenseClient.fs +0 -17
- package/src/Bridge/Services/Clients/CompanySettingsClient.fs +0 -24
- package/src/Bridge/Services/Clients/DepartmentClient.fs +0 -48
- package/src/Bridge/Services/Clients/EmployeeClient.fs +0 -71
- package/src/Bridge/Services/Clients/IdentityClient.fs +0 -11
- package/src/Bridge/Services/Clients/SystemLicenseClient.fs +0 -11
- package/src/Bridge/Services/Endpoints.fs +0 -13
- package/src/Bridge/Services/IHttpTransport.fs +0 -10
- package/src/Bridge/Services/UrlHelpers.fs +0 -18
- package/src/Bridge/bin/Release/net10.0/Fossa.Bridge.deps.json +0 -98
- package/src/Bridge/bin/Release/net10.0/Fossa.Bridge.xml +0 -6
- package/src/Bridge/obj/Bridge.fsproj.nuget.dgspec.json +0 -357
- package/src/Bridge/obj/Bridge.fsproj.nuget.g.props +0 -29
- package/src/Bridge/obj/Bridge.fsproj.nuget.g.targets +0 -2
- package/src/Bridge/obj/Release/Fossa.Bridge.0.1.6.nuspec +0 -31
- package/src/Bridge/obj/Release/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.fs +0 -3
- package/src/Bridge/obj/Release/net10.0/Bridge.AssemblyInfo.fs +0 -20
- package/src/Bridge/obj/Release/net10.0/Bridge.fsproj.FileListAbsolute.txt +0 -14
- package/src/Bridge/obj/Release/net10.0/Bridge.sourcelink.json +0 -1
- package/src/Bridge/obj/Release/net10.0/Fossa.Bridge.xml +0 -6
- package/src/Bridge/obj/Release/net10.0/ILLink.Substitutions.xml +0 -15
- package/src/Bridge/obj/project.assets.json +0 -501
- package/src/Directory.Build.props +0 -23
- package/test.ps1 +0 -11
- package/tests/Bridge.Tests/Bridge.Tests.fsproj +0 -19
- package/tests/Bridge.Tests/Main.fs +0 -7
- package/tests/Bridge.Tests/UrlHelpersTests.fs +0 -33
- 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/Bridge.Tests/bin/Release/net10.0/Fossa.Bridge.Tests.deps.json +0 -819
- package/tests/Bridge.Tests/bin/Release/net10.0/Fossa.Bridge.Tests.runtimeconfig.json +0 -14
- package/tests/Bridge.Tests/bin/Release/net10.0/Fossa.Bridge.xml +0 -6
- package/tests/Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.dgspec.json +0 -712
- package/tests/Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.g.props +0 -30
- package/tests/Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.g.targets +0 -11
- package/tests/Bridge.Tests/obj/Release/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.fs +0 -3
- package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.T.A317E392.Up2Date +0 -0
- package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.Tests.AssemblyInfo.fs +0 -19
- package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.Tests.fsproj.FileListAbsolute.txt +0 -190
- package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.Tests.sourcelink.json +0 -1
- package/tests/Bridge.Tests/obj/Release/net10.0/ILLink.Substitutions.xml +0 -15
- package/tests/Bridge.Tests/obj/Release/net10.0/apphost +0 -0
- package/tests/Bridge.Tests/obj/project.assets.json +0 -2144
- package/trigger.ps1 +0 -32
- package/tsconfig.json +0 -18
- package/version.ps1 +0 -11
|
@@ -1,501 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"targets": {
|
|
4
|
-
"net10.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
|
-
"net10.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/Bridge/Bridge.fsproj",
|
|
156
|
-
"projectName": "Fossa.Bridge",
|
|
157
|
-
"projectPath": "/home/runner/work/Bridge/Bridge/src/Bridge/Bridge.fsproj",
|
|
158
|
-
"packagesPath": "/home/runner/.nuget/packages/",
|
|
159
|
-
"outputPath": "/home/runner/work/Bridge/Bridge/src/Bridge/obj/",
|
|
160
|
-
"projectStyle": "PackageReference",
|
|
161
|
-
"configFilePaths": [
|
|
162
|
-
"/home/runner/.nuget/NuGet/NuGet.Config"
|
|
163
|
-
],
|
|
164
|
-
"originalTargetFrameworks": [
|
|
165
|
-
"net10.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
|
-
"net10.0": {
|
|
173
|
-
"targetAlias": "net10.0",
|
|
174
|
-
"projectReferences": {}
|
|
175
|
-
}
|
|
176
|
-
},
|
|
177
|
-
"warningProperties": {
|
|
178
|
-
"allWarningsAsErrors": true
|
|
179
|
-
},
|
|
180
|
-
"restoreLockProperties": {
|
|
181
|
-
"restorePackagesWithLockFile": "false",
|
|
182
|
-
"nuGetLockFilePath": "Fable.lock"
|
|
183
|
-
},
|
|
184
|
-
"restoreAuditProperties": {
|
|
185
|
-
"enableAudit": "true",
|
|
186
|
-
"auditLevel": "low",
|
|
187
|
-
"auditMode": "all"
|
|
188
|
-
},
|
|
189
|
-
"SdkAnalysisLevel": "10.0.100"
|
|
190
|
-
},
|
|
191
|
-
"frameworks": {
|
|
192
|
-
"net10.0": {
|
|
193
|
-
"targetAlias": "net10.0",
|
|
194
|
-
"dependencies": {
|
|
195
|
-
"FSharp.Core": {
|
|
196
|
-
"include": "Runtime, Compile, Build, Native, Analyzers, BuildTransitive",
|
|
197
|
-
"target": "Package",
|
|
198
|
-
"version": "[10.0.102, )",
|
|
199
|
-
"generatePathProperty": true
|
|
200
|
-
},
|
|
201
|
-
"Fable.Core": {
|
|
202
|
-
"target": "Package",
|
|
203
|
-
"version": "[4.5.0, )",
|
|
204
|
-
"generatePathProperty": true
|
|
205
|
-
}
|
|
206
|
-
},
|
|
207
|
-
"imports": [
|
|
208
|
-
"net461",
|
|
209
|
-
"net462",
|
|
210
|
-
"net47",
|
|
211
|
-
"net471",
|
|
212
|
-
"net472",
|
|
213
|
-
"net48",
|
|
214
|
-
"net481"
|
|
215
|
-
],
|
|
216
|
-
"assetTargetFallback": true,
|
|
217
|
-
"warn": true,
|
|
218
|
-
"frameworkReferences": {
|
|
219
|
-
"Microsoft.NETCore.App": {
|
|
220
|
-
"privateAssets": "all"
|
|
221
|
-
}
|
|
222
|
-
},
|
|
223
|
-
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.102/PortableRuntimeIdentifierGraph.json",
|
|
224
|
-
"packagesToPrune": {
|
|
225
|
-
"Microsoft.CSharp": "(,4.7.32767]",
|
|
226
|
-
"Microsoft.VisualBasic": "(,10.4.32767]",
|
|
227
|
-
"Microsoft.Win32.Primitives": "(,4.3.32767]",
|
|
228
|
-
"Microsoft.Win32.Registry": "(,5.0.32767]",
|
|
229
|
-
"runtime.any.System.Collections": "(,4.3.32767]",
|
|
230
|
-
"runtime.any.System.Diagnostics.Tools": "(,4.3.32767]",
|
|
231
|
-
"runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]",
|
|
232
|
-
"runtime.any.System.Globalization": "(,4.3.32767]",
|
|
233
|
-
"runtime.any.System.Globalization.Calendars": "(,4.3.32767]",
|
|
234
|
-
"runtime.any.System.IO": "(,4.3.32767]",
|
|
235
|
-
"runtime.any.System.Reflection": "(,4.3.32767]",
|
|
236
|
-
"runtime.any.System.Reflection.Extensions": "(,4.3.32767]",
|
|
237
|
-
"runtime.any.System.Reflection.Primitives": "(,4.3.32767]",
|
|
238
|
-
"runtime.any.System.Resources.ResourceManager": "(,4.3.32767]",
|
|
239
|
-
"runtime.any.System.Runtime": "(,4.3.32767]",
|
|
240
|
-
"runtime.any.System.Runtime.Handles": "(,4.3.32767]",
|
|
241
|
-
"runtime.any.System.Runtime.InteropServices": "(,4.3.32767]",
|
|
242
|
-
"runtime.any.System.Text.Encoding": "(,4.3.32767]",
|
|
243
|
-
"runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]",
|
|
244
|
-
"runtime.any.System.Threading.Tasks": "(,4.3.32767]",
|
|
245
|
-
"runtime.any.System.Threading.Timer": "(,4.3.32767]",
|
|
246
|
-
"runtime.aot.System.Collections": "(,4.3.32767]",
|
|
247
|
-
"runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]",
|
|
248
|
-
"runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]",
|
|
249
|
-
"runtime.aot.System.Globalization": "(,4.3.32767]",
|
|
250
|
-
"runtime.aot.System.Globalization.Calendars": "(,4.3.32767]",
|
|
251
|
-
"runtime.aot.System.IO": "(,4.3.32767]",
|
|
252
|
-
"runtime.aot.System.Reflection": "(,4.3.32767]",
|
|
253
|
-
"runtime.aot.System.Reflection.Extensions": "(,4.3.32767]",
|
|
254
|
-
"runtime.aot.System.Reflection.Primitives": "(,4.3.32767]",
|
|
255
|
-
"runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]",
|
|
256
|
-
"runtime.aot.System.Runtime": "(,4.3.32767]",
|
|
257
|
-
"runtime.aot.System.Runtime.Handles": "(,4.3.32767]",
|
|
258
|
-
"runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]",
|
|
259
|
-
"runtime.aot.System.Text.Encoding": "(,4.3.32767]",
|
|
260
|
-
"runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]",
|
|
261
|
-
"runtime.aot.System.Threading.Tasks": "(,4.3.32767]",
|
|
262
|
-
"runtime.aot.System.Threading.Timer": "(,4.3.32767]",
|
|
263
|
-
"runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]",
|
|
264
|
-
"runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
265
|
-
"runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
266
|
-
"runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
267
|
-
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
268
|
-
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
269
|
-
"runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]",
|
|
270
|
-
"runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
271
|
-
"runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
272
|
-
"runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
273
|
-
"runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]",
|
|
274
|
-
"runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
275
|
-
"runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
276
|
-
"runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
277
|
-
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
278
|
-
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
279
|
-
"runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]",
|
|
280
|
-
"runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
281
|
-
"runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
282
|
-
"runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
283
|
-
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
284
|
-
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
285
|
-
"runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]",
|
|
286
|
-
"runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
287
|
-
"runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
288
|
-
"runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
289
|
-
"runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]",
|
|
290
|
-
"runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
291
|
-
"runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
292
|
-
"runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
293
|
-
"runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]",
|
|
294
|
-
"runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
295
|
-
"runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
296
|
-
"runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
297
|
-
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
298
|
-
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
299
|
-
"runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]",
|
|
300
|
-
"runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
301
|
-
"runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
302
|
-
"runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
303
|
-
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
304
|
-
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
305
|
-
"runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]",
|
|
306
|
-
"runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
307
|
-
"runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
308
|
-
"runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
309
|
-
"runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]",
|
|
310
|
-
"runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
311
|
-
"runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
312
|
-
"runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
313
|
-
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
314
|
-
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]",
|
|
315
|
-
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
316
|
-
"runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]",
|
|
317
|
-
"runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
318
|
-
"runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
319
|
-
"runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
320
|
-
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
321
|
-
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
322
|
-
"runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]",
|
|
323
|
-
"runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
324
|
-
"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
325
|
-
"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
326
|
-
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
327
|
-
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
328
|
-
"runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]",
|
|
329
|
-
"runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
330
|
-
"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
331
|
-
"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
332
|
-
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
333
|
-
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
334
|
-
"runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]",
|
|
335
|
-
"runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
336
|
-
"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
337
|
-
"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
338
|
-
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
339
|
-
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
340
|
-
"runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]",
|
|
341
|
-
"runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
342
|
-
"runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
343
|
-
"runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
344
|
-
"runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]",
|
|
345
|
-
"runtime.unix.System.Console": "(,4.3.32767]",
|
|
346
|
-
"runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]",
|
|
347
|
-
"runtime.unix.System.IO.FileSystem": "(,4.3.32767]",
|
|
348
|
-
"runtime.unix.System.Net.Primitives": "(,4.3.32767]",
|
|
349
|
-
"runtime.unix.System.Net.Sockets": "(,4.3.32767]",
|
|
350
|
-
"runtime.unix.System.Private.Uri": "(,4.3.32767]",
|
|
351
|
-
"runtime.unix.System.Runtime.Extensions": "(,4.3.32767]",
|
|
352
|
-
"runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]",
|
|
353
|
-
"runtime.win.System.Console": "(,4.3.32767]",
|
|
354
|
-
"runtime.win.System.Diagnostics.Debug": "(,4.3.32767]",
|
|
355
|
-
"runtime.win.System.IO.FileSystem": "(,4.3.32767]",
|
|
356
|
-
"runtime.win.System.Net.Primitives": "(,4.3.32767]",
|
|
357
|
-
"runtime.win.System.Net.Sockets": "(,4.3.32767]",
|
|
358
|
-
"runtime.win.System.Runtime.Extensions": "(,4.3.32767]",
|
|
359
|
-
"runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
|
|
360
|
-
"runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
361
|
-
"runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
|
|
362
|
-
"runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
|
|
363
|
-
"runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
364
|
-
"runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
365
|
-
"runtime.win7.System.Private.Uri": "(,4.3.32767]",
|
|
366
|
-
"runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
367
|
-
"System.AppContext": "(,4.3.32767]",
|
|
368
|
-
"System.Buffers": "(,5.0.32767]",
|
|
369
|
-
"System.Collections": "(,4.3.32767]",
|
|
370
|
-
"System.Collections.Concurrent": "(,4.3.32767]",
|
|
371
|
-
"System.Collections.Immutable": "(,10.0.32767]",
|
|
372
|
-
"System.Collections.NonGeneric": "(,4.3.32767]",
|
|
373
|
-
"System.Collections.Specialized": "(,4.3.32767]",
|
|
374
|
-
"System.ComponentModel": "(,4.3.32767]",
|
|
375
|
-
"System.ComponentModel.Annotations": "(,4.3.32767]",
|
|
376
|
-
"System.ComponentModel.EventBasedAsync": "(,4.3.32767]",
|
|
377
|
-
"System.ComponentModel.Primitives": "(,4.3.32767]",
|
|
378
|
-
"System.ComponentModel.TypeConverter": "(,4.3.32767]",
|
|
379
|
-
"System.Console": "(,4.3.32767]",
|
|
380
|
-
"System.Data.Common": "(,4.3.32767]",
|
|
381
|
-
"System.Data.DataSetExtensions": "(,4.4.32767]",
|
|
382
|
-
"System.Diagnostics.Contracts": "(,4.3.32767]",
|
|
383
|
-
"System.Diagnostics.Debug": "(,4.3.32767]",
|
|
384
|
-
"System.Diagnostics.DiagnosticSource": "(,10.0.32767]",
|
|
385
|
-
"System.Diagnostics.FileVersionInfo": "(,4.3.32767]",
|
|
386
|
-
"System.Diagnostics.Process": "(,4.3.32767]",
|
|
387
|
-
"System.Diagnostics.StackTrace": "(,4.3.32767]",
|
|
388
|
-
"System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]",
|
|
389
|
-
"System.Diagnostics.Tools": "(,4.3.32767]",
|
|
390
|
-
"System.Diagnostics.TraceSource": "(,4.3.32767]",
|
|
391
|
-
"System.Diagnostics.Tracing": "(,4.3.32767]",
|
|
392
|
-
"System.Drawing.Primitives": "(,4.3.32767]",
|
|
393
|
-
"System.Dynamic.Runtime": "(,4.3.32767]",
|
|
394
|
-
"System.Formats.Asn1": "(,10.0.32767]",
|
|
395
|
-
"System.Formats.Tar": "(,10.0.32767]",
|
|
396
|
-
"System.Globalization": "(,4.3.32767]",
|
|
397
|
-
"System.Globalization.Calendars": "(,4.3.32767]",
|
|
398
|
-
"System.Globalization.Extensions": "(,4.3.32767]",
|
|
399
|
-
"System.IO": "(,4.3.32767]",
|
|
400
|
-
"System.IO.Compression": "(,4.3.32767]",
|
|
401
|
-
"System.IO.Compression.ZipFile": "(,4.3.32767]",
|
|
402
|
-
"System.IO.FileSystem": "(,4.3.32767]",
|
|
403
|
-
"System.IO.FileSystem.AccessControl": "(,4.4.32767]",
|
|
404
|
-
"System.IO.FileSystem.DriveInfo": "(,4.3.32767]",
|
|
405
|
-
"System.IO.FileSystem.Primitives": "(,4.3.32767]",
|
|
406
|
-
"System.IO.FileSystem.Watcher": "(,4.3.32767]",
|
|
407
|
-
"System.IO.IsolatedStorage": "(,4.3.32767]",
|
|
408
|
-
"System.IO.MemoryMappedFiles": "(,4.3.32767]",
|
|
409
|
-
"System.IO.Pipelines": "(,10.0.32767]",
|
|
410
|
-
"System.IO.Pipes": "(,4.3.32767]",
|
|
411
|
-
"System.IO.Pipes.AccessControl": "(,5.0.32767]",
|
|
412
|
-
"System.IO.UnmanagedMemoryStream": "(,4.3.32767]",
|
|
413
|
-
"System.Linq": "(,4.3.32767]",
|
|
414
|
-
"System.Linq.AsyncEnumerable": "(,10.0.32767]",
|
|
415
|
-
"System.Linq.Expressions": "(,4.3.32767]",
|
|
416
|
-
"System.Linq.Parallel": "(,4.3.32767]",
|
|
417
|
-
"System.Linq.Queryable": "(,4.3.32767]",
|
|
418
|
-
"System.Memory": "(,5.0.32767]",
|
|
419
|
-
"System.Net.Http": "(,4.3.32767]",
|
|
420
|
-
"System.Net.Http.Json": "(,10.0.32767]",
|
|
421
|
-
"System.Net.NameResolution": "(,4.3.32767]",
|
|
422
|
-
"System.Net.NetworkInformation": "(,4.3.32767]",
|
|
423
|
-
"System.Net.Ping": "(,4.3.32767]",
|
|
424
|
-
"System.Net.Primitives": "(,4.3.32767]",
|
|
425
|
-
"System.Net.Requests": "(,4.3.32767]",
|
|
426
|
-
"System.Net.Security": "(,4.3.32767]",
|
|
427
|
-
"System.Net.ServerSentEvents": "(,10.0.32767]",
|
|
428
|
-
"System.Net.Sockets": "(,4.3.32767]",
|
|
429
|
-
"System.Net.WebHeaderCollection": "(,4.3.32767]",
|
|
430
|
-
"System.Net.WebSockets": "(,4.3.32767]",
|
|
431
|
-
"System.Net.WebSockets.Client": "(,4.3.32767]",
|
|
432
|
-
"System.Numerics.Vectors": "(,5.0.32767]",
|
|
433
|
-
"System.ObjectModel": "(,4.3.32767]",
|
|
434
|
-
"System.Private.DataContractSerialization": "(,4.3.32767]",
|
|
435
|
-
"System.Private.Uri": "(,4.3.32767]",
|
|
436
|
-
"System.Reflection": "(,4.3.32767]",
|
|
437
|
-
"System.Reflection.DispatchProxy": "(,6.0.32767]",
|
|
438
|
-
"System.Reflection.Emit": "(,4.7.32767]",
|
|
439
|
-
"System.Reflection.Emit.ILGeneration": "(,4.7.32767]",
|
|
440
|
-
"System.Reflection.Emit.Lightweight": "(,4.7.32767]",
|
|
441
|
-
"System.Reflection.Extensions": "(,4.3.32767]",
|
|
442
|
-
"System.Reflection.Metadata": "(,10.0.32767]",
|
|
443
|
-
"System.Reflection.Primitives": "(,4.3.32767]",
|
|
444
|
-
"System.Reflection.TypeExtensions": "(,4.3.32767]",
|
|
445
|
-
"System.Resources.Reader": "(,4.3.32767]",
|
|
446
|
-
"System.Resources.ResourceManager": "(,4.3.32767]",
|
|
447
|
-
"System.Resources.Writer": "(,4.3.32767]",
|
|
448
|
-
"System.Runtime": "(,4.3.32767]",
|
|
449
|
-
"System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]",
|
|
450
|
-
"System.Runtime.CompilerServices.VisualC": "(,4.3.32767]",
|
|
451
|
-
"System.Runtime.Extensions": "(,4.3.32767]",
|
|
452
|
-
"System.Runtime.Handles": "(,4.3.32767]",
|
|
453
|
-
"System.Runtime.InteropServices": "(,4.3.32767]",
|
|
454
|
-
"System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]",
|
|
455
|
-
"System.Runtime.Loader": "(,4.3.32767]",
|
|
456
|
-
"System.Runtime.Numerics": "(,4.3.32767]",
|
|
457
|
-
"System.Runtime.Serialization.Formatters": "(,4.3.32767]",
|
|
458
|
-
"System.Runtime.Serialization.Json": "(,4.3.32767]",
|
|
459
|
-
"System.Runtime.Serialization.Primitives": "(,4.3.32767]",
|
|
460
|
-
"System.Runtime.Serialization.Xml": "(,4.3.32767]",
|
|
461
|
-
"System.Security.AccessControl": "(,6.0.32767]",
|
|
462
|
-
"System.Security.Claims": "(,4.3.32767]",
|
|
463
|
-
"System.Security.Cryptography.Algorithms": "(,4.3.32767]",
|
|
464
|
-
"System.Security.Cryptography.Cng": "(,5.0.32767]",
|
|
465
|
-
"System.Security.Cryptography.Csp": "(,4.3.32767]",
|
|
466
|
-
"System.Security.Cryptography.Encoding": "(,4.3.32767]",
|
|
467
|
-
"System.Security.Cryptography.OpenSsl": "(,5.0.32767]",
|
|
468
|
-
"System.Security.Cryptography.Primitives": "(,4.3.32767]",
|
|
469
|
-
"System.Security.Cryptography.X509Certificates": "(,4.3.32767]",
|
|
470
|
-
"System.Security.Principal": "(,4.3.32767]",
|
|
471
|
-
"System.Security.Principal.Windows": "(,5.0.32767]",
|
|
472
|
-
"System.Security.SecureString": "(,4.3.32767]",
|
|
473
|
-
"System.Text.Encoding": "(,4.3.32767]",
|
|
474
|
-
"System.Text.Encoding.CodePages": "(,10.0.32767]",
|
|
475
|
-
"System.Text.Encoding.Extensions": "(,4.3.32767]",
|
|
476
|
-
"System.Text.Encodings.Web": "(,10.0.32767]",
|
|
477
|
-
"System.Text.Json": "(,10.0.32767]",
|
|
478
|
-
"System.Text.RegularExpressions": "(,4.3.32767]",
|
|
479
|
-
"System.Threading": "(,4.3.32767]",
|
|
480
|
-
"System.Threading.AccessControl": "(,10.0.32767]",
|
|
481
|
-
"System.Threading.Channels": "(,10.0.32767]",
|
|
482
|
-
"System.Threading.Overlapped": "(,4.3.32767]",
|
|
483
|
-
"System.Threading.Tasks": "(,4.3.32767]",
|
|
484
|
-
"System.Threading.Tasks.Dataflow": "(,10.0.32767]",
|
|
485
|
-
"System.Threading.Tasks.Extensions": "(,5.0.32767]",
|
|
486
|
-
"System.Threading.Tasks.Parallel": "(,4.3.32767]",
|
|
487
|
-
"System.Threading.Thread": "(,4.3.32767]",
|
|
488
|
-
"System.Threading.ThreadPool": "(,4.3.32767]",
|
|
489
|
-
"System.Threading.Timer": "(,4.3.32767]",
|
|
490
|
-
"System.ValueTuple": "(,4.5.32767]",
|
|
491
|
-
"System.Xml.ReaderWriter": "(,4.3.32767]",
|
|
492
|
-
"System.Xml.XDocument": "(,4.3.32767]",
|
|
493
|
-
"System.Xml.XmlDocument": "(,4.3.32767]",
|
|
494
|
-
"System.Xml.XmlSerializer": "(,4.3.32767]",
|
|
495
|
-
"System.Xml.XPath": "(,4.3.32767]",
|
|
496
|
-
"System.Xml.XPath.XDocument": "(,5.0.32767]"
|
|
497
|
-
}
|
|
498
|
-
}
|
|
499
|
-
}
|
|
500
|
-
}
|
|
501
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
<Project>
|
|
2
|
-
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
|
|
3
|
-
<PropertyGroup Label="Build">
|
|
4
|
-
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
|
|
5
|
-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
6
|
-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
|
7
|
-
</PropertyGroup>
|
|
8
|
-
<PropertyGroup Label="Signing">
|
|
9
|
-
<SignAssembly>true</SignAssembly>
|
|
10
|
-
</PropertyGroup>
|
|
11
|
-
<PropertyGroup Label="Source Link">
|
|
12
|
-
<!-- Optional: Declare that the Repository URL can be published to NuSpec -->
|
|
13
|
-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
|
14
|
-
<!-- Optional: Embed source files that are not tracked by the source control manager to the PDB -->
|
|
15
|
-
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
|
16
|
-
<!-- Optional: Include PDB in the built .nupkg -->
|
|
17
|
-
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
|
|
18
|
-
</PropertyGroup>
|
|
19
|
-
<ItemGroup Label="Files">
|
|
20
|
-
<None Include="..\..\Images\Icon.png" Pack="true" PackagePath="\" />
|
|
21
|
-
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
|
|
22
|
-
</ItemGroup>
|
|
23
|
-
</Project>
|
package/test.ps1
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<Project Sdk="Microsoft.NET.Sdk">
|
|
2
|
-
<PropertyGroup>
|
|
3
|
-
<OutputType>Exe</OutputType>
|
|
4
|
-
<TargetFramework>net10.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\Bridge\Bridge.fsproj" />
|
|
18
|
-
</ItemGroup>
|
|
19
|
-
</Project>
|
|
@@ -1,33 +0,0 @@
|
|
|
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/Bridge.Tests/bin/Release/net10.0/.msCoverageSourceRootsMapping_Fossa.Bridge.Tests
DELETED
|
Binary file
|
|
Binary file
|