@fossa-app/bridge 0.1.6 → 0.1.8
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 +54 -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 +38 -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 +30 -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 +38 -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 +54 -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 +63 -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 +26 -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 +26 -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 +25 -0
- package/dist/Services/UrlHelpers.js +103 -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,18 +0,0 @@
|
|
|
1
|
-
module Fossa.Bridge.Services.UrlHelpers
|
|
2
|
-
|
|
3
|
-
let private suffixMappings =
|
|
4
|
-
[ ".dev.localhost:4211", ".dev.localhost:5210"
|
|
5
|
-
".test.localhost:4210", ".test.localhost:5211"
|
|
6
|
-
".test.localhost:4211", ".test.localhost:5211"
|
|
7
|
-
".localhost:4210", ".localhost:5210" ]
|
|
8
|
-
|
|
9
|
-
let getBackendOrigin (frontendOrigin: string) : string =
|
|
10
|
-
let mapping =
|
|
11
|
-
suffixMappings
|
|
12
|
-
|> List.tryFind (fun (frontendSuffix, _) -> frontendOrigin.EndsWith(frontendSuffix))
|
|
13
|
-
|
|
14
|
-
match mapping with
|
|
15
|
-
| Some(frontendSuffix, backendSuffix) ->
|
|
16
|
-
let prefixLength = frontendOrigin.Length - frontendSuffix.Length
|
|
17
|
-
frontendOrigin.Substring(0, prefixLength) + backendSuffix
|
|
18
|
-
| None -> frontendOrigin
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"runtimeTarget": {
|
|
3
|
-
"name": ".NETCoreApp,Version=v10.0",
|
|
4
|
-
"signature": ""
|
|
5
|
-
},
|
|
6
|
-
"compilationOptions": {},
|
|
7
|
-
"targets": {
|
|
8
|
-
".NETCoreApp,Version=v10.0": {
|
|
9
|
-
"Fossa.Bridge/0.1.6": {
|
|
10
|
-
"dependencies": {
|
|
11
|
-
"FSharp.Core": "10.0.102",
|
|
12
|
-
"Fable.Core": "4.5.0"
|
|
13
|
-
},
|
|
14
|
-
"runtime": {
|
|
15
|
-
"Fossa.Bridge.dll": {}
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
"Fable.Core/4.5.0": {
|
|
19
|
-
"runtime": {
|
|
20
|
-
"lib/netstandard2.0/Fable.Core.dll": {
|
|
21
|
-
"assemblyVersion": "4.5.0.0",
|
|
22
|
-
"fileVersion": "4.5.0.0"
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
"FSharp.Core/10.0.102": {
|
|
27
|
-
"runtime": {
|
|
28
|
-
"lib/netstandard2.1/FSharp.Core.dll": {
|
|
29
|
-
"assemblyVersion": "10.0.0.0",
|
|
30
|
-
"fileVersion": "10.1.225.61305"
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
"resources": {
|
|
34
|
-
"lib/netstandard2.1/cs/FSharp.Core.resources.dll": {
|
|
35
|
-
"locale": "cs"
|
|
36
|
-
},
|
|
37
|
-
"lib/netstandard2.1/de/FSharp.Core.resources.dll": {
|
|
38
|
-
"locale": "de"
|
|
39
|
-
},
|
|
40
|
-
"lib/netstandard2.1/es/FSharp.Core.resources.dll": {
|
|
41
|
-
"locale": "es"
|
|
42
|
-
},
|
|
43
|
-
"lib/netstandard2.1/fr/FSharp.Core.resources.dll": {
|
|
44
|
-
"locale": "fr"
|
|
45
|
-
},
|
|
46
|
-
"lib/netstandard2.1/it/FSharp.Core.resources.dll": {
|
|
47
|
-
"locale": "it"
|
|
48
|
-
},
|
|
49
|
-
"lib/netstandard2.1/ja/FSharp.Core.resources.dll": {
|
|
50
|
-
"locale": "ja"
|
|
51
|
-
},
|
|
52
|
-
"lib/netstandard2.1/ko/FSharp.Core.resources.dll": {
|
|
53
|
-
"locale": "ko"
|
|
54
|
-
},
|
|
55
|
-
"lib/netstandard2.1/pl/FSharp.Core.resources.dll": {
|
|
56
|
-
"locale": "pl"
|
|
57
|
-
},
|
|
58
|
-
"lib/netstandard2.1/pt-BR/FSharp.Core.resources.dll": {
|
|
59
|
-
"locale": "pt-BR"
|
|
60
|
-
},
|
|
61
|
-
"lib/netstandard2.1/ru/FSharp.Core.resources.dll": {
|
|
62
|
-
"locale": "ru"
|
|
63
|
-
},
|
|
64
|
-
"lib/netstandard2.1/tr/FSharp.Core.resources.dll": {
|
|
65
|
-
"locale": "tr"
|
|
66
|
-
},
|
|
67
|
-
"lib/netstandard2.1/zh-Hans/FSharp.Core.resources.dll": {
|
|
68
|
-
"locale": "zh-Hans"
|
|
69
|
-
},
|
|
70
|
-
"lib/netstandard2.1/zh-Hant/FSharp.Core.resources.dll": {
|
|
71
|
-
"locale": "zh-Hant"
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
},
|
|
77
|
-
"libraries": {
|
|
78
|
-
"Fossa.Bridge/0.1.6": {
|
|
79
|
-
"type": "project",
|
|
80
|
-
"serviceable": false,
|
|
81
|
-
"sha512": ""
|
|
82
|
-
},
|
|
83
|
-
"Fable.Core/4.5.0": {
|
|
84
|
-
"type": "package",
|
|
85
|
-
"serviceable": true,
|
|
86
|
-
"sha512": "sha512-ZcX8XN5sQZGCbrS8VYnsa/ynhrCBfpDyqDkTl33GTXOpgfKibxoq0+W0hCSbRzuukVNoLtqGL/B6+8yTNDXbNA==",
|
|
87
|
-
"path": "fable.core/4.5.0",
|
|
88
|
-
"hashPath": "fable.core.4.5.0.nupkg.sha512"
|
|
89
|
-
},
|
|
90
|
-
"FSharp.Core/10.0.102": {
|
|
91
|
-
"type": "package",
|
|
92
|
-
"serviceable": true,
|
|
93
|
-
"sha512": "sha512-vd5vApQ869O7qKMOC6zKsBFQMXBLGp0cfw3YMxp+cp8kWbXcEgrVBBEbQYhHEYU5TLeUmm4nqQIThvPXvtSAEA==",
|
|
94
|
-
"path": "fsharp.core/10.0.102",
|
|
95
|
-
"hashPath": "fsharp.core.10.0.102.nupkg.sha512"
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
}
|
|
@@ -1,357 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"format": 1,
|
|
3
|
-
"restore": {
|
|
4
|
-
"/home/runner/work/Bridge/Bridge/src/Bridge/Bridge.fsproj": {}
|
|
5
|
-
},
|
|
6
|
-
"projects": {
|
|
7
|
-
"/home/runner/work/Bridge/Bridge/src/Bridge/Bridge.fsproj": {
|
|
8
|
-
"version": "1.0.0",
|
|
9
|
-
"restore": {
|
|
10
|
-
"projectUniqueName": "/home/runner/work/Bridge/Bridge/src/Bridge/Bridge.fsproj",
|
|
11
|
-
"projectName": "Fossa.Bridge",
|
|
12
|
-
"projectPath": "/home/runner/work/Bridge/Bridge/src/Bridge/Bridge.fsproj",
|
|
13
|
-
"packagesPath": "/home/runner/.nuget/packages/",
|
|
14
|
-
"outputPath": "/home/runner/work/Bridge/Bridge/src/Bridge/obj/",
|
|
15
|
-
"projectStyle": "PackageReference",
|
|
16
|
-
"configFilePaths": [
|
|
17
|
-
"/home/runner/.nuget/NuGet/NuGet.Config"
|
|
18
|
-
],
|
|
19
|
-
"originalTargetFrameworks": [
|
|
20
|
-
"net10.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
|
-
"net10.0": {
|
|
28
|
-
"targetAlias": "net10.0",
|
|
29
|
-
"projectReferences": {}
|
|
30
|
-
}
|
|
31
|
-
},
|
|
32
|
-
"warningProperties": {
|
|
33
|
-
"allWarningsAsErrors": true
|
|
34
|
-
},
|
|
35
|
-
"restoreLockProperties": {
|
|
36
|
-
"restorePackagesWithLockFile": "false",
|
|
37
|
-
"nuGetLockFilePath": "Fable.lock"
|
|
38
|
-
},
|
|
39
|
-
"restoreAuditProperties": {
|
|
40
|
-
"enableAudit": "true",
|
|
41
|
-
"auditLevel": "low",
|
|
42
|
-
"auditMode": "all"
|
|
43
|
-
},
|
|
44
|
-
"SdkAnalysisLevel": "10.0.100"
|
|
45
|
-
},
|
|
46
|
-
"frameworks": {
|
|
47
|
-
"net10.0": {
|
|
48
|
-
"targetAlias": "net10.0",
|
|
49
|
-
"dependencies": {
|
|
50
|
-
"FSharp.Core": {
|
|
51
|
-
"include": "Runtime, Compile, Build, Native, Analyzers, BuildTransitive",
|
|
52
|
-
"target": "Package",
|
|
53
|
-
"version": "[10.0.102, )",
|
|
54
|
-
"generatePathProperty": true
|
|
55
|
-
},
|
|
56
|
-
"Fable.Core": {
|
|
57
|
-
"target": "Package",
|
|
58
|
-
"version": "[4.5.0, )",
|
|
59
|
-
"generatePathProperty": true
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
"imports": [
|
|
63
|
-
"net461",
|
|
64
|
-
"net462",
|
|
65
|
-
"net47",
|
|
66
|
-
"net471",
|
|
67
|
-
"net472",
|
|
68
|
-
"net48",
|
|
69
|
-
"net481"
|
|
70
|
-
],
|
|
71
|
-
"assetTargetFallback": true,
|
|
72
|
-
"warn": true,
|
|
73
|
-
"frameworkReferences": {
|
|
74
|
-
"Microsoft.NETCore.App": {
|
|
75
|
-
"privateAssets": "all"
|
|
76
|
-
}
|
|
77
|
-
},
|
|
78
|
-
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/10.0.102/PortableRuntimeIdentifierGraph.json",
|
|
79
|
-
"packagesToPrune": {
|
|
80
|
-
"Microsoft.CSharp": "(,4.7.32767]",
|
|
81
|
-
"Microsoft.VisualBasic": "(,10.4.32767]",
|
|
82
|
-
"Microsoft.Win32.Primitives": "(,4.3.32767]",
|
|
83
|
-
"Microsoft.Win32.Registry": "(,5.0.32767]",
|
|
84
|
-
"runtime.any.System.Collections": "(,4.3.32767]",
|
|
85
|
-
"runtime.any.System.Diagnostics.Tools": "(,4.3.32767]",
|
|
86
|
-
"runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]",
|
|
87
|
-
"runtime.any.System.Globalization": "(,4.3.32767]",
|
|
88
|
-
"runtime.any.System.Globalization.Calendars": "(,4.3.32767]",
|
|
89
|
-
"runtime.any.System.IO": "(,4.3.32767]",
|
|
90
|
-
"runtime.any.System.Reflection": "(,4.3.32767]",
|
|
91
|
-
"runtime.any.System.Reflection.Extensions": "(,4.3.32767]",
|
|
92
|
-
"runtime.any.System.Reflection.Primitives": "(,4.3.32767]",
|
|
93
|
-
"runtime.any.System.Resources.ResourceManager": "(,4.3.32767]",
|
|
94
|
-
"runtime.any.System.Runtime": "(,4.3.32767]",
|
|
95
|
-
"runtime.any.System.Runtime.Handles": "(,4.3.32767]",
|
|
96
|
-
"runtime.any.System.Runtime.InteropServices": "(,4.3.32767]",
|
|
97
|
-
"runtime.any.System.Text.Encoding": "(,4.3.32767]",
|
|
98
|
-
"runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]",
|
|
99
|
-
"runtime.any.System.Threading.Tasks": "(,4.3.32767]",
|
|
100
|
-
"runtime.any.System.Threading.Timer": "(,4.3.32767]",
|
|
101
|
-
"runtime.aot.System.Collections": "(,4.3.32767]",
|
|
102
|
-
"runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]",
|
|
103
|
-
"runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]",
|
|
104
|
-
"runtime.aot.System.Globalization": "(,4.3.32767]",
|
|
105
|
-
"runtime.aot.System.Globalization.Calendars": "(,4.3.32767]",
|
|
106
|
-
"runtime.aot.System.IO": "(,4.3.32767]",
|
|
107
|
-
"runtime.aot.System.Reflection": "(,4.3.32767]",
|
|
108
|
-
"runtime.aot.System.Reflection.Extensions": "(,4.3.32767]",
|
|
109
|
-
"runtime.aot.System.Reflection.Primitives": "(,4.3.32767]",
|
|
110
|
-
"runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]",
|
|
111
|
-
"runtime.aot.System.Runtime": "(,4.3.32767]",
|
|
112
|
-
"runtime.aot.System.Runtime.Handles": "(,4.3.32767]",
|
|
113
|
-
"runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]",
|
|
114
|
-
"runtime.aot.System.Text.Encoding": "(,4.3.32767]",
|
|
115
|
-
"runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]",
|
|
116
|
-
"runtime.aot.System.Threading.Tasks": "(,4.3.32767]",
|
|
117
|
-
"runtime.aot.System.Threading.Timer": "(,4.3.32767]",
|
|
118
|
-
"runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]",
|
|
119
|
-
"runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
120
|
-
"runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
121
|
-
"runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
122
|
-
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
123
|
-
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
124
|
-
"runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]",
|
|
125
|
-
"runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
126
|
-
"runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
127
|
-
"runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
128
|
-
"runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]",
|
|
129
|
-
"runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
130
|
-
"runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
131
|
-
"runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
132
|
-
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
133
|
-
"runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
134
|
-
"runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]",
|
|
135
|
-
"runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
136
|
-
"runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
137
|
-
"runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
138
|
-
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
139
|
-
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
140
|
-
"runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]",
|
|
141
|
-
"runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
142
|
-
"runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
143
|
-
"runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
144
|
-
"runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]",
|
|
145
|
-
"runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
146
|
-
"runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
147
|
-
"runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
148
|
-
"runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]",
|
|
149
|
-
"runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
150
|
-
"runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
151
|
-
"runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
152
|
-
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
153
|
-
"runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
154
|
-
"runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]",
|
|
155
|
-
"runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
156
|
-
"runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
157
|
-
"runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
158
|
-
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
159
|
-
"runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
160
|
-
"runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]",
|
|
161
|
-
"runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
162
|
-
"runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
163
|
-
"runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
164
|
-
"runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]",
|
|
165
|
-
"runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
166
|
-
"runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
167
|
-
"runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
168
|
-
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
169
|
-
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]",
|
|
170
|
-
"runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
171
|
-
"runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]",
|
|
172
|
-
"runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
173
|
-
"runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
174
|
-
"runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
175
|
-
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
176
|
-
"runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
177
|
-
"runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]",
|
|
178
|
-
"runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
179
|
-
"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
180
|
-
"runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
181
|
-
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
182
|
-
"runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
183
|
-
"runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]",
|
|
184
|
-
"runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
185
|
-
"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
186
|
-
"runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
187
|
-
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
188
|
-
"runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
189
|
-
"runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]",
|
|
190
|
-
"runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
191
|
-
"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
192
|
-
"runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
193
|
-
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
|
|
194
|
-
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
|
|
195
|
-
"runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]",
|
|
196
|
-
"runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
197
|
-
"runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
|
|
198
|
-
"runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
|
|
199
|
-
"runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]",
|
|
200
|
-
"runtime.unix.System.Console": "(,4.3.32767]",
|
|
201
|
-
"runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]",
|
|
202
|
-
"runtime.unix.System.IO.FileSystem": "(,4.3.32767]",
|
|
203
|
-
"runtime.unix.System.Net.Primitives": "(,4.3.32767]",
|
|
204
|
-
"runtime.unix.System.Net.Sockets": "(,4.3.32767]",
|
|
205
|
-
"runtime.unix.System.Private.Uri": "(,4.3.32767]",
|
|
206
|
-
"runtime.unix.System.Runtime.Extensions": "(,4.3.32767]",
|
|
207
|
-
"runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]",
|
|
208
|
-
"runtime.win.System.Console": "(,4.3.32767]",
|
|
209
|
-
"runtime.win.System.Diagnostics.Debug": "(,4.3.32767]",
|
|
210
|
-
"runtime.win.System.IO.FileSystem": "(,4.3.32767]",
|
|
211
|
-
"runtime.win.System.Net.Primitives": "(,4.3.32767]",
|
|
212
|
-
"runtime.win.System.Net.Sockets": "(,4.3.32767]",
|
|
213
|
-
"runtime.win.System.Runtime.Extensions": "(,4.3.32767]",
|
|
214
|
-
"runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
|
|
215
|
-
"runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
216
|
-
"runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
|
|
217
|
-
"runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
|
|
218
|
-
"runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
219
|
-
"runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
220
|
-
"runtime.win7.System.Private.Uri": "(,4.3.32767]",
|
|
221
|
-
"runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]",
|
|
222
|
-
"System.AppContext": "(,4.3.32767]",
|
|
223
|
-
"System.Buffers": "(,5.0.32767]",
|
|
224
|
-
"System.Collections": "(,4.3.32767]",
|
|
225
|
-
"System.Collections.Concurrent": "(,4.3.32767]",
|
|
226
|
-
"System.Collections.Immutable": "(,10.0.32767]",
|
|
227
|
-
"System.Collections.NonGeneric": "(,4.3.32767]",
|
|
228
|
-
"System.Collections.Specialized": "(,4.3.32767]",
|
|
229
|
-
"System.ComponentModel": "(,4.3.32767]",
|
|
230
|
-
"System.ComponentModel.Annotations": "(,4.3.32767]",
|
|
231
|
-
"System.ComponentModel.EventBasedAsync": "(,4.3.32767]",
|
|
232
|
-
"System.ComponentModel.Primitives": "(,4.3.32767]",
|
|
233
|
-
"System.ComponentModel.TypeConverter": "(,4.3.32767]",
|
|
234
|
-
"System.Console": "(,4.3.32767]",
|
|
235
|
-
"System.Data.Common": "(,4.3.32767]",
|
|
236
|
-
"System.Data.DataSetExtensions": "(,4.4.32767]",
|
|
237
|
-
"System.Diagnostics.Contracts": "(,4.3.32767]",
|
|
238
|
-
"System.Diagnostics.Debug": "(,4.3.32767]",
|
|
239
|
-
"System.Diagnostics.DiagnosticSource": "(,10.0.32767]",
|
|
240
|
-
"System.Diagnostics.FileVersionInfo": "(,4.3.32767]",
|
|
241
|
-
"System.Diagnostics.Process": "(,4.3.32767]",
|
|
242
|
-
"System.Diagnostics.StackTrace": "(,4.3.32767]",
|
|
243
|
-
"System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]",
|
|
244
|
-
"System.Diagnostics.Tools": "(,4.3.32767]",
|
|
245
|
-
"System.Diagnostics.TraceSource": "(,4.3.32767]",
|
|
246
|
-
"System.Diagnostics.Tracing": "(,4.3.32767]",
|
|
247
|
-
"System.Drawing.Primitives": "(,4.3.32767]",
|
|
248
|
-
"System.Dynamic.Runtime": "(,4.3.32767]",
|
|
249
|
-
"System.Formats.Asn1": "(,10.0.32767]",
|
|
250
|
-
"System.Formats.Tar": "(,10.0.32767]",
|
|
251
|
-
"System.Globalization": "(,4.3.32767]",
|
|
252
|
-
"System.Globalization.Calendars": "(,4.3.32767]",
|
|
253
|
-
"System.Globalization.Extensions": "(,4.3.32767]",
|
|
254
|
-
"System.IO": "(,4.3.32767]",
|
|
255
|
-
"System.IO.Compression": "(,4.3.32767]",
|
|
256
|
-
"System.IO.Compression.ZipFile": "(,4.3.32767]",
|
|
257
|
-
"System.IO.FileSystem": "(,4.3.32767]",
|
|
258
|
-
"System.IO.FileSystem.AccessControl": "(,4.4.32767]",
|
|
259
|
-
"System.IO.FileSystem.DriveInfo": "(,4.3.32767]",
|
|
260
|
-
"System.IO.FileSystem.Primitives": "(,4.3.32767]",
|
|
261
|
-
"System.IO.FileSystem.Watcher": "(,4.3.32767]",
|
|
262
|
-
"System.IO.IsolatedStorage": "(,4.3.32767]",
|
|
263
|
-
"System.IO.MemoryMappedFiles": "(,4.3.32767]",
|
|
264
|
-
"System.IO.Pipelines": "(,10.0.32767]",
|
|
265
|
-
"System.IO.Pipes": "(,4.3.32767]",
|
|
266
|
-
"System.IO.Pipes.AccessControl": "(,5.0.32767]",
|
|
267
|
-
"System.IO.UnmanagedMemoryStream": "(,4.3.32767]",
|
|
268
|
-
"System.Linq": "(,4.3.32767]",
|
|
269
|
-
"System.Linq.AsyncEnumerable": "(,10.0.32767]",
|
|
270
|
-
"System.Linq.Expressions": "(,4.3.32767]",
|
|
271
|
-
"System.Linq.Parallel": "(,4.3.32767]",
|
|
272
|
-
"System.Linq.Queryable": "(,4.3.32767]",
|
|
273
|
-
"System.Memory": "(,5.0.32767]",
|
|
274
|
-
"System.Net.Http": "(,4.3.32767]",
|
|
275
|
-
"System.Net.Http.Json": "(,10.0.32767]",
|
|
276
|
-
"System.Net.NameResolution": "(,4.3.32767]",
|
|
277
|
-
"System.Net.NetworkInformation": "(,4.3.32767]",
|
|
278
|
-
"System.Net.Ping": "(,4.3.32767]",
|
|
279
|
-
"System.Net.Primitives": "(,4.3.32767]",
|
|
280
|
-
"System.Net.Requests": "(,4.3.32767]",
|
|
281
|
-
"System.Net.Security": "(,4.3.32767]",
|
|
282
|
-
"System.Net.ServerSentEvents": "(,10.0.32767]",
|
|
283
|
-
"System.Net.Sockets": "(,4.3.32767]",
|
|
284
|
-
"System.Net.WebHeaderCollection": "(,4.3.32767]",
|
|
285
|
-
"System.Net.WebSockets": "(,4.3.32767]",
|
|
286
|
-
"System.Net.WebSockets.Client": "(,4.3.32767]",
|
|
287
|
-
"System.Numerics.Vectors": "(,5.0.32767]",
|
|
288
|
-
"System.ObjectModel": "(,4.3.32767]",
|
|
289
|
-
"System.Private.DataContractSerialization": "(,4.3.32767]",
|
|
290
|
-
"System.Private.Uri": "(,4.3.32767]",
|
|
291
|
-
"System.Reflection": "(,4.3.32767]",
|
|
292
|
-
"System.Reflection.DispatchProxy": "(,6.0.32767]",
|
|
293
|
-
"System.Reflection.Emit": "(,4.7.32767]",
|
|
294
|
-
"System.Reflection.Emit.ILGeneration": "(,4.7.32767]",
|
|
295
|
-
"System.Reflection.Emit.Lightweight": "(,4.7.32767]",
|
|
296
|
-
"System.Reflection.Extensions": "(,4.3.32767]",
|
|
297
|
-
"System.Reflection.Metadata": "(,10.0.32767]",
|
|
298
|
-
"System.Reflection.Primitives": "(,4.3.32767]",
|
|
299
|
-
"System.Reflection.TypeExtensions": "(,4.3.32767]",
|
|
300
|
-
"System.Resources.Reader": "(,4.3.32767]",
|
|
301
|
-
"System.Resources.ResourceManager": "(,4.3.32767]",
|
|
302
|
-
"System.Resources.Writer": "(,4.3.32767]",
|
|
303
|
-
"System.Runtime": "(,4.3.32767]",
|
|
304
|
-
"System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]",
|
|
305
|
-
"System.Runtime.CompilerServices.VisualC": "(,4.3.32767]",
|
|
306
|
-
"System.Runtime.Extensions": "(,4.3.32767]",
|
|
307
|
-
"System.Runtime.Handles": "(,4.3.32767]",
|
|
308
|
-
"System.Runtime.InteropServices": "(,4.3.32767]",
|
|
309
|
-
"System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]",
|
|
310
|
-
"System.Runtime.Loader": "(,4.3.32767]",
|
|
311
|
-
"System.Runtime.Numerics": "(,4.3.32767]",
|
|
312
|
-
"System.Runtime.Serialization.Formatters": "(,4.3.32767]",
|
|
313
|
-
"System.Runtime.Serialization.Json": "(,4.3.32767]",
|
|
314
|
-
"System.Runtime.Serialization.Primitives": "(,4.3.32767]",
|
|
315
|
-
"System.Runtime.Serialization.Xml": "(,4.3.32767]",
|
|
316
|
-
"System.Security.AccessControl": "(,6.0.32767]",
|
|
317
|
-
"System.Security.Claims": "(,4.3.32767]",
|
|
318
|
-
"System.Security.Cryptography.Algorithms": "(,4.3.32767]",
|
|
319
|
-
"System.Security.Cryptography.Cng": "(,5.0.32767]",
|
|
320
|
-
"System.Security.Cryptography.Csp": "(,4.3.32767]",
|
|
321
|
-
"System.Security.Cryptography.Encoding": "(,4.3.32767]",
|
|
322
|
-
"System.Security.Cryptography.OpenSsl": "(,5.0.32767]",
|
|
323
|
-
"System.Security.Cryptography.Primitives": "(,4.3.32767]",
|
|
324
|
-
"System.Security.Cryptography.X509Certificates": "(,4.3.32767]",
|
|
325
|
-
"System.Security.Principal": "(,4.3.32767]",
|
|
326
|
-
"System.Security.Principal.Windows": "(,5.0.32767]",
|
|
327
|
-
"System.Security.SecureString": "(,4.3.32767]",
|
|
328
|
-
"System.Text.Encoding": "(,4.3.32767]",
|
|
329
|
-
"System.Text.Encoding.CodePages": "(,10.0.32767]",
|
|
330
|
-
"System.Text.Encoding.Extensions": "(,4.3.32767]",
|
|
331
|
-
"System.Text.Encodings.Web": "(,10.0.32767]",
|
|
332
|
-
"System.Text.Json": "(,10.0.32767]",
|
|
333
|
-
"System.Text.RegularExpressions": "(,4.3.32767]",
|
|
334
|
-
"System.Threading": "(,4.3.32767]",
|
|
335
|
-
"System.Threading.AccessControl": "(,10.0.32767]",
|
|
336
|
-
"System.Threading.Channels": "(,10.0.32767]",
|
|
337
|
-
"System.Threading.Overlapped": "(,4.3.32767]",
|
|
338
|
-
"System.Threading.Tasks": "(,4.3.32767]",
|
|
339
|
-
"System.Threading.Tasks.Dataflow": "(,10.0.32767]",
|
|
340
|
-
"System.Threading.Tasks.Extensions": "(,5.0.32767]",
|
|
341
|
-
"System.Threading.Tasks.Parallel": "(,4.3.32767]",
|
|
342
|
-
"System.Threading.Thread": "(,4.3.32767]",
|
|
343
|
-
"System.Threading.ThreadPool": "(,4.3.32767]",
|
|
344
|
-
"System.Threading.Timer": "(,4.3.32767]",
|
|
345
|
-
"System.ValueTuple": "(,4.5.32767]",
|
|
346
|
-
"System.Xml.ReaderWriter": "(,4.3.32767]",
|
|
347
|
-
"System.Xml.XDocument": "(,4.3.32767]",
|
|
348
|
-
"System.Xml.XmlDocument": "(,4.3.32767]",
|
|
349
|
-
"System.Xml.XmlSerializer": "(,4.3.32767]",
|
|
350
|
-
"System.Xml.XPath": "(,4.3.32767]",
|
|
351
|
-
"System.Xml.XPath.XDocument": "(,5.0.32767]"
|
|
352
|
-
}
|
|
353
|
-
}
|
|
354
|
-
}
|
|
355
|
-
}
|
|
356
|
-
}
|
|
357
|
-
}
|
|
@@ -1,29 +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
|
-
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
26
|
-
<PkgFSharp_Core Condition=" '$(PkgFSharp_Core)' == '' ">/home/runner/.nuget/packages/fsharp.core/10.0.102</PkgFSharp_Core>
|
|
27
|
-
<PkgFable_Core Condition=" '$(PkgFable_Core)' == '' ">/home/runner/.nuget/packages/fable.core/4.5.0</PkgFable_Core>
|
|
28
|
-
</PropertyGroup>
|
|
29
|
-
</Project>
|
|
@@ -1,31 +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.6</version>
|
|
6
|
-
<authors>Tigran TIKSN Torosyan</authors>
|
|
7
|
-
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
8
|
-
<license type="expression">MIT</license>
|
|
9
|
-
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
|
10
|
-
<icon>Icon.png</icon>
|
|
11
|
-
<readme>README.md</readme>
|
|
12
|
-
<projectUrl>https://github.com/fossa-app/Bridge</projectUrl>
|
|
13
|
-
<description>Shared Domain Models and DTOs for Fossa UI and API</description>
|
|
14
|
-
<releaseNotes>https://github.com/fossa-app/Bridge/releases</releaseNotes>
|
|
15
|
-
<copyright>Copyright © Tigran TIKSN Torosyan. All rights Reserved</copyright>
|
|
16
|
-
<repository type="git" url="https://github.com/fossa-app/Bridge.git" branch="refs/heads/main" commit="f8d2aad7021767ebdc735084278edb900b6a8d7d" />
|
|
17
|
-
<dependencies>
|
|
18
|
-
<group targetFramework="net10.0">
|
|
19
|
-
<dependency id="FSharp.Core" version="10.0.102" exclude="Build,Analyzers" />
|
|
20
|
-
<dependency id="Fable.Core" version="4.5.0" exclude="Build,Analyzers" />
|
|
21
|
-
</group>
|
|
22
|
-
</dependencies>
|
|
23
|
-
</metadata>
|
|
24
|
-
<files>
|
|
25
|
-
<file src="/home/runner/work/Bridge/Bridge/src/Bridge/bin/Release/net10.0/Fossa.Bridge.pdb" target="lib/net10.0/Fossa.Bridge.pdb" />
|
|
26
|
-
<file src="/home/runner/work/Bridge/Bridge/src/Bridge/bin/Release/net10.0/Fossa.Bridge.dll" target="lib/net10.0/Fossa.Bridge.dll" />
|
|
27
|
-
<file src="/home/runner/work/Bridge/Bridge/src/Bridge/bin/Release/net10.0/Fossa.Bridge.xml" target="lib/net10.0/Fossa.Bridge.xml" />
|
|
28
|
-
<file src="/home/runner/work/Bridge/Bridge/Images/Icon.png" target="/Icon.png" />
|
|
29
|
-
<file src="/home/runner/work/Bridge/Bridge/README.md" target="/README.md" />
|
|
30
|
-
</files>
|
|
31
|
-
</package>
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
// <auto-generated>
|
|
2
|
-
// Generated by the FSharp WriteCodeFragment class.
|
|
3
|
-
// </auto-generated>
|
|
4
|
-
namespace FSharp
|
|
5
|
-
|
|
6
|
-
open System
|
|
7
|
-
open System.Reflection
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
[<assembly: System.Reflection.AssemblyCompanyAttribute("Tigran TIKSN Torosyan")>]
|
|
11
|
-
[<assembly: System.Reflection.AssemblyConfigurationAttribute("Release")>]
|
|
12
|
-
[<assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Tigran TIKSN Torosyan. All rights Reserved")>]
|
|
13
|
-
[<assembly: System.Reflection.AssemblyDescriptionAttribute("Shared Domain Models and DTOs for Fossa UI and API")>]
|
|
14
|
-
[<assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")>]
|
|
15
|
-
[<assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+f8d2aad7021767ebdc735084278edb900b6a8d7d")>]
|
|
16
|
-
[<assembly: System.Reflection.AssemblyProductAttribute("Fossa.Bridge")>]
|
|
17
|
-
[<assembly: System.Reflection.AssemblyTitleAttribute("Fossa.Bridge")>]
|
|
18
|
-
[<assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")>]
|
|
19
|
-
[<assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/fossa-app/Bridge.git")>]
|
|
20
|
-
do()
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/home/runner/work/Bridge/Bridge/src/Bridge/bin/Release/net10.0/Fossa.Bridge.deps.json
|
|
2
|
-
/home/runner/work/Bridge/Bridge/src/Bridge/bin/Release/net10.0/Fossa.Bridge.dll
|
|
3
|
-
/home/runner/work/Bridge/Bridge/src/Bridge/bin/Release/net10.0/Fossa.Bridge.pdb
|
|
4
|
-
/home/runner/work/Bridge/Bridge/src/Bridge/bin/Release/net10.0/Fossa.Bridge.xml
|
|
5
|
-
/home/runner/work/Bridge/Bridge/src/Bridge/obj/Release/net10.0/Bridge.fsproj.AssemblyReference.cache
|
|
6
|
-
/home/runner/work/Bridge/Bridge/src/Bridge/obj/Release/net10.0/Bridge.AssemblyInfoInputs.cache
|
|
7
|
-
/home/runner/work/Bridge/Bridge/src/Bridge/obj/Release/net10.0/Bridge.AssemblyInfo.fs
|
|
8
|
-
/home/runner/work/Bridge/Bridge/src/Bridge/obj/Release/net10.0/Bridge.fsproj.CoreCompileInputs.cache
|
|
9
|
-
/home/runner/work/Bridge/Bridge/src/Bridge/obj/Release/net10.0/Bridge.sourcelink.json
|
|
10
|
-
/home/runner/work/Bridge/Bridge/src/Bridge/obj/Release/net10.0/Fossa.Bridge.dll
|
|
11
|
-
/home/runner/work/Bridge/Bridge/src/Bridge/obj/Release/net10.0/refint/Fossa.Bridge.dll
|
|
12
|
-
/home/runner/work/Bridge/Bridge/src/Bridge/obj/Release/net10.0/Fossa.Bridge.xml
|
|
13
|
-
/home/runner/work/Bridge/Bridge/src/Bridge/obj/Release/net10.0/Fossa.Bridge.pdb
|
|
14
|
-
/home/runner/work/Bridge/Bridge/src/Bridge/obj/Release/net10.0/ref/Fossa.Bridge.dll
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"documents":{"/home/runner/work/Bridge/Bridge/*":"https://raw.githubusercontent.com/fossa-app/Bridge/f8d2aad7021767ebdc735084278edb900b6a8d7d/*"}}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<linker>
|
|
3
|
-
<assembly fullname="Fossa.Bridge">
|
|
4
|
-
<resource name="FSharpSignatureData.Fossa.Bridge" action="remove"></resource>
|
|
5
|
-
<resource name="FSharpSignatureCompressedData.Fossa.Bridge" action="remove"></resource>
|
|
6
|
-
<resource name="FSharpSignatureDataB.Fossa.Bridge" action="remove"></resource>
|
|
7
|
-
<resource name="FSharpSignatureCompressedDataB.Fossa.Bridge" action="remove"></resource>
|
|
8
|
-
<resource name="FSharpOptimizationData.Fossa.Bridge" action="remove"></resource>
|
|
9
|
-
<resource name="FSharpOptimizationCompressedData.Fossa.Bridge" action="remove"></resource>
|
|
10
|
-
<resource name="FSharpOptimizationDataB.Fossa.Bridge" action="remove"></resource>
|
|
11
|
-
<resource name="FSharpOptimizationCompressedDataB.Fossa.Bridge" action="remove"></resource>
|
|
12
|
-
<resource name="FSharpOptimizationInfo.Fossa.Bridge" action="remove"></resource>
|
|
13
|
-
<resource name="FSharpSignatureInfo.Fossa.Bridge" action="remove"></resource>
|
|
14
|
-
</assembly>
|
|
15
|
-
</linker>
|