@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.
Files changed (265) hide show
  1. package/dist/Models/ApiModels.d.ts +199 -0
  2. package/dist/Models/ApiModels.js +350 -0
  3. package/dist/Models/ApiModels.js.map +1 -0
  4. package/dist/Services/Clients/BranchClient.d.ts +16 -0
  5. package/dist/Services/Clients/BranchClient.js +54 -0
  6. package/dist/Services/Clients/BranchClient.js.map +1 -0
  7. package/dist/Services/Clients/CompanyClient.d.ts +13 -0
  8. package/dist/Services/Clients/CompanyClient.js +38 -0
  9. package/dist/Services/Clients/CompanyClient.js.map +1 -0
  10. package/dist/Services/Clients/CompanyLicenseClient.d.ts +10 -0
  11. package/dist/Services/Clients/CompanyLicenseClient.js +30 -0
  12. package/dist/Services/Clients/CompanyLicenseClient.js.map +1 -0
  13. package/dist/Services/Clients/CompanySettingsClient.d.ts +13 -0
  14. package/dist/Services/Clients/CompanySettingsClient.js +38 -0
  15. package/dist/Services/Clients/CompanySettingsClient.js.map +1 -0
  16. package/dist/Services/Clients/DepartmentClient.d.ts +16 -0
  17. package/dist/Services/Clients/DepartmentClient.js +54 -0
  18. package/dist/Services/Clients/DepartmentClient.js.map +1 -0
  19. package/dist/Services/Clients/EmployeeClient.d.ts +18 -0
  20. package/dist/Services/Clients/EmployeeClient.js +63 -0
  21. package/dist/Services/Clients/EmployeeClient.js.map +1 -0
  22. package/dist/Services/Clients/IdentityClient.d.ts +9 -0
  23. package/dist/Services/Clients/IdentityClient.js +26 -0
  24. package/dist/Services/Clients/IdentityClient.js.map +1 -0
  25. package/dist/Services/Clients/SystemLicenseClient.d.ts +9 -0
  26. package/dist/Services/Clients/SystemLicenseClient.js +26 -0
  27. package/dist/Services/Clients/SystemLicenseClient.js.map +1 -0
  28. package/dist/Services/Endpoints.d.ts +10 -0
  29. package/dist/Services/Endpoints.js +14 -0
  30. package/dist/Services/Endpoints.js.map +1 -0
  31. package/dist/Services/IHttpTransport.d.ts +6 -0
  32. package/dist/Services/IHttpTransport.js +3 -0
  33. package/dist/Services/IHttpTransport.js.map +1 -0
  34. package/dist/Services/UrlHelpers.d.ts +25 -0
  35. package/dist/Services/UrlHelpers.js +103 -0
  36. package/dist/Services/UrlHelpers.js.map +1 -0
  37. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Array.d.ts +125 -0
  38. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Array.js +1371 -0
  39. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Array.js.map +1 -0
  40. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Async.d.ts +27 -0
  41. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Async.js +172 -0
  42. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Async.js.map +1 -0
  43. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/AsyncBuilder.d.ts +59 -0
  44. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/AsyncBuilder.js +194 -0
  45. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/AsyncBuilder.js.map +1 -0
  46. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BigInt.d.ts +129 -0
  47. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BigInt.js +428 -0
  48. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BigInt.js.map +1 -0
  49. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BitConverter.d.ts +27 -0
  50. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BitConverter.js +165 -0
  51. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/BitConverter.js.map +1 -0
  52. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Boolean.d.ts +3 -0
  53. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Boolean.js +27 -0
  54. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Boolean.js.map +1 -0
  55. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Char.d.ts +66 -0
  56. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Char.js +271 -0
  57. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Char.js.map +1 -0
  58. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Choice.d.ts +121 -0
  59. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Choice.js +231 -0
  60. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Choice.js.map +1 -0
  61. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/CollectionUtil.d.ts +8 -0
  62. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/CollectionUtil.js +192 -0
  63. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/CollectionUtil.js.map +1 -0
  64. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/ConditionalWeakTable.d.ts +9 -0
  65. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/ConditionalWeakTable.js +26 -0
  66. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/ConditionalWeakTable.js.map +1 -0
  67. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Date.d.ts +70 -0
  68. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Date.js +812 -0
  69. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Date.js.map +1 -0
  70. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOffset.d.ts +65 -0
  71. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOffset.js +345 -0
  72. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOffset.js.map +1 -0
  73. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOnly.d.ts +18 -0
  74. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOnly.js +143 -0
  75. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/DateOnly.js.map +1 -0
  76. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Decimal.d.ts +63 -0
  77. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Decimal.js +322 -0
  78. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Decimal.js.map +1 -0
  79. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Double.d.ts +11 -0
  80. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Double.js +60 -0
  81. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Double.js.map +1 -0
  82. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Encoding.d.ts +12 -0
  83. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Encoding.js +178 -0
  84. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Encoding.js.map +1 -0
  85. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Event.d.ts +31 -0
  86. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Event.js +109 -0
  87. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Event.js.map +1 -0
  88. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Collections.d.ts +7 -0
  89. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Collections.js +53 -0
  90. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Collections.js.map +1 -0
  91. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.CompilerServices.d.ts +12 -0
  92. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.CompilerServices.js +38 -0
  93. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.CompilerServices.js.map +1 -0
  94. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.d.ts +30 -0
  95. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.js +185 -0
  96. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/FSharp.Core.js.map +1 -0
  97. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Global.d.ts +45 -0
  98. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Global.js +33 -0
  99. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Global.js.map +1 -0
  100. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Guid.d.ts +10 -0
  101. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Guid.js +152 -0
  102. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Guid.js.map +1 -0
  103. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Int32.d.ts +29 -0
  104. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Int32.js +148 -0
  105. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Int32.js.map +1 -0
  106. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/List.d.ts +143 -0
  107. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/List.js +1404 -0
  108. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/List.js.map +1 -0
  109. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Long.d.ts +3 -0
  110. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Long.js +52 -0
  111. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Long.js.map +1 -0
  112. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MailboxProcessor.d.ts +25 -0
  113. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MailboxProcessor.js +104 -0
  114. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MailboxProcessor.js.map +1 -0
  115. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Map.d.ts +178 -0
  116. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Map.js +1525 -0
  117. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Map.js.map +1 -0
  118. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MapUtil.d.ts +12 -0
  119. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MapUtil.js +141 -0
  120. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MapUtil.js.map +1 -0
  121. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableMap.d.ts +52 -0
  122. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableMap.js +355 -0
  123. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableMap.js.map +1 -0
  124. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableSet.d.ts +39 -0
  125. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableSet.js +246 -0
  126. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/MutableSet.js.map +1 -0
  127. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Native.d.ts +3 -0
  128. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Native.js +18 -0
  129. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Native.js.map +1 -0
  130. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Numeric.d.ts +20 -0
  131. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Numeric.js +87 -0
  132. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Numeric.js.map +1 -0
  133. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Observable.d.ts +32 -0
  134. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Observable.js +128 -0
  135. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Observable.js.map +1 -0
  136. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Option.d.ts +29 -0
  137. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Option.js +127 -0
  138. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Option.js.map +1 -0
  139. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Random.d.ts +38 -0
  140. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Random.js +186 -0
  141. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Random.js.map +1 -0
  142. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Range.d.ts +12 -0
  143. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Range.js +56 -0
  144. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Range.js.map +1 -0
  145. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Reflection.d.ts +119 -0
  146. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Reflection.js +529 -0
  147. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Reflection.js.map +1 -0
  148. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/RegExp.d.ts +10 -0
  149. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/RegExp.js +144 -0
  150. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/RegExp.js.map +1 -0
  151. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Result.d.ts +38 -0
  152. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Result.js +191 -0
  153. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Result.js.map +1 -0
  154. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq.d.ts +164 -0
  155. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq.js +1501 -0
  156. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq.js.map +1 -0
  157. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq2.d.ts +18 -0
  158. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq2.js +129 -0
  159. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Seq2.js.map +1 -0
  160. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Set.d.ts +190 -0
  161. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Set.js +1931 -0
  162. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Set.js.map +1 -0
  163. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/String.d.ts +59 -0
  164. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/String.js +677 -0
  165. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/String.js.map +1 -0
  166. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Collections.Generic.d.ts +85 -0
  167. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Collections.Generic.js +390 -0
  168. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Collections.Generic.js.map +1 -0
  169. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Text.d.ts +40 -0
  170. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Text.js +204 -0
  171. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.Text.js.map +1 -0
  172. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.d.ts +121 -0
  173. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.js +367 -0
  174. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/System.js.map +1 -0
  175. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeOnly.d.ts +15 -0
  176. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeOnly.js +138 -0
  177. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeOnly.js.map +1 -0
  178. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeSpan.d.ts +35 -0
  179. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeSpan.js +210 -0
  180. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/TimeSpan.js.map +1 -0
  181. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Timer.d.ts +19 -0
  182. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Timer.js +72 -0
  183. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Timer.js.map +1 -0
  184. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Types.d.ts +51 -0
  185. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Types.js +205 -0
  186. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Types.js.map +1 -0
  187. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Unicode.13.0.0.d.ts +2 -0
  188. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Unicode.13.0.0.js +8 -0
  189. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Unicode.13.0.0.js.map +1 -0
  190. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Uri.d.ts +32 -0
  191. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Uri.js +170 -0
  192. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Uri.js.map +1 -0
  193. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Util.d.ts +243 -0
  194. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Util.js +903 -0
  195. package/dist/fable_modules/fable-library-ts.5.0.0-rc.1/Util.js.map +1 -0
  196. package/package.json +5 -2
  197. package/.build.ps1 +0 -308
  198. package/.gitattributes +0 -43
  199. package/.github/dependabot.yml +0 -38
  200. package/.github/release-drafter.yml +0 -52
  201. package/.github/workflows/cicd.yml +0 -87
  202. package/.github/workflows/lint.yml +0 -34
  203. package/.github/workflows/release-drafter.yml +0 -27
  204. package/Bridge.slnx +0 -8
  205. package/Directory.Build.props +0 -25
  206. package/Images/Icon.png +0 -0
  207. package/build.ps1 +0 -11
  208. package/dotnet-tools.json +0 -27
  209. package/format.ps1 +0 -11
  210. package/gig.ps1 +0 -17
  211. package/global.json +0 -6
  212. package/lint.ps1 +0 -20
  213. package/pack.ps1 +0 -11
  214. package/publish.ps1 +0 -11
  215. package/restore.ps1 +0 -11
  216. package/src/Bridge/Bridge.fsproj +0 -26
  217. package/src/Bridge/Models/ApiModels.fs +0 -142
  218. package/src/Bridge/Services/Clients/BranchClient.fs +0 -46
  219. package/src/Bridge/Services/Clients/CompanyClient.fs +0 -24
  220. package/src/Bridge/Services/Clients/CompanyLicenseClient.fs +0 -17
  221. package/src/Bridge/Services/Clients/CompanySettingsClient.fs +0 -24
  222. package/src/Bridge/Services/Clients/DepartmentClient.fs +0 -48
  223. package/src/Bridge/Services/Clients/EmployeeClient.fs +0 -71
  224. package/src/Bridge/Services/Clients/IdentityClient.fs +0 -11
  225. package/src/Bridge/Services/Clients/SystemLicenseClient.fs +0 -11
  226. package/src/Bridge/Services/Endpoints.fs +0 -13
  227. package/src/Bridge/Services/IHttpTransport.fs +0 -10
  228. package/src/Bridge/Services/UrlHelpers.fs +0 -18
  229. package/src/Bridge/bin/Release/net10.0/Fossa.Bridge.deps.json +0 -98
  230. package/src/Bridge/bin/Release/net10.0/Fossa.Bridge.xml +0 -6
  231. package/src/Bridge/obj/Bridge.fsproj.nuget.dgspec.json +0 -357
  232. package/src/Bridge/obj/Bridge.fsproj.nuget.g.props +0 -29
  233. package/src/Bridge/obj/Bridge.fsproj.nuget.g.targets +0 -2
  234. package/src/Bridge/obj/Release/Fossa.Bridge.0.1.6.nuspec +0 -31
  235. package/src/Bridge/obj/Release/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.fs +0 -3
  236. package/src/Bridge/obj/Release/net10.0/Bridge.AssemblyInfo.fs +0 -20
  237. package/src/Bridge/obj/Release/net10.0/Bridge.fsproj.FileListAbsolute.txt +0 -14
  238. package/src/Bridge/obj/Release/net10.0/Bridge.sourcelink.json +0 -1
  239. package/src/Bridge/obj/Release/net10.0/Fossa.Bridge.xml +0 -6
  240. package/src/Bridge/obj/Release/net10.0/ILLink.Substitutions.xml +0 -15
  241. package/src/Bridge/obj/project.assets.json +0 -501
  242. package/src/Directory.Build.props +0 -23
  243. package/test.ps1 +0 -11
  244. package/tests/Bridge.Tests/Bridge.Tests.fsproj +0 -19
  245. package/tests/Bridge.Tests/Main.fs +0 -7
  246. package/tests/Bridge.Tests/UrlHelpersTests.fs +0 -33
  247. package/tests/Bridge.Tests/bin/Release/net10.0/.msCoverageSourceRootsMapping_Fossa.Bridge.Tests +0 -0
  248. package/tests/Bridge.Tests/bin/Release/net10.0/Fossa.Bridge.Tests +0 -0
  249. package/tests/Bridge.Tests/bin/Release/net10.0/Fossa.Bridge.Tests.deps.json +0 -819
  250. package/tests/Bridge.Tests/bin/Release/net10.0/Fossa.Bridge.Tests.runtimeconfig.json +0 -14
  251. package/tests/Bridge.Tests/bin/Release/net10.0/Fossa.Bridge.xml +0 -6
  252. package/tests/Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.dgspec.json +0 -712
  253. package/tests/Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.g.props +0 -30
  254. package/tests/Bridge.Tests/obj/Bridge.Tests.fsproj.nuget.g.targets +0 -11
  255. package/tests/Bridge.Tests/obj/Release/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.fs +0 -3
  256. package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.T.A317E392.Up2Date +0 -0
  257. package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.Tests.AssemblyInfo.fs +0 -19
  258. package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.Tests.fsproj.FileListAbsolute.txt +0 -190
  259. package/tests/Bridge.Tests/obj/Release/net10.0/Bridge.Tests.sourcelink.json +0 -1
  260. package/tests/Bridge.Tests/obj/Release/net10.0/ILLink.Substitutions.xml +0 -15
  261. package/tests/Bridge.Tests/obj/Release/net10.0/apphost +0 -0
  262. package/tests/Bridge.Tests/obj/project.assets.json +0 -2144
  263. package/trigger.ps1 +0 -32
  264. package/tsconfig.json +0 -18
  265. package/version.ps1 +0 -11
@@ -1,819 +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.Tests/1.0.0": {
10
- "dependencies": {
11
- "Expecto": "10.2.3",
12
- "FSharp.Core": "10.0.102",
13
- "Fossa.Bridge": "1.0.0",
14
- "Microsoft.NET.Test.Sdk": "18.3.0",
15
- "YoloDev.Expecto.TestSdk": "0.15.5",
16
- "Fossa.Bridge.Reference": "1.0.0.0"
17
- },
18
- "runtime": {
19
- "Fossa.Bridge.Tests.dll": {}
20
- }
21
- },
22
- "Expecto/10.2.3": {
23
- "dependencies": {
24
- "FSharp.Core": "10.0.102",
25
- "Mono.Cecil": "0.11.4"
26
- },
27
- "runtime": {
28
- "lib/net6.0/Expecto.dll": {
29
- "assemblyVersion": "10.2.3.0",
30
- "fileVersion": "10.2.3.0"
31
- }
32
- }
33
- },
34
- "Fable.Core/4.5.0": {
35
- "runtime": {
36
- "lib/netstandard2.0/Fable.Core.dll": {
37
- "assemblyVersion": "4.5.0.0",
38
- "fileVersion": "4.5.0.0"
39
- }
40
- }
41
- },
42
- "FSharp.Core/10.0.102": {
43
- "runtime": {
44
- "lib/netstandard2.1/FSharp.Core.dll": {
45
- "assemblyVersion": "10.0.0.0",
46
- "fileVersion": "10.1.225.61305"
47
- }
48
- },
49
- "resources": {
50
- "lib/netstandard2.1/cs/FSharp.Core.resources.dll": {
51
- "locale": "cs"
52
- },
53
- "lib/netstandard2.1/de/FSharp.Core.resources.dll": {
54
- "locale": "de"
55
- },
56
- "lib/netstandard2.1/es/FSharp.Core.resources.dll": {
57
- "locale": "es"
58
- },
59
- "lib/netstandard2.1/fr/FSharp.Core.resources.dll": {
60
- "locale": "fr"
61
- },
62
- "lib/netstandard2.1/it/FSharp.Core.resources.dll": {
63
- "locale": "it"
64
- },
65
- "lib/netstandard2.1/ja/FSharp.Core.resources.dll": {
66
- "locale": "ja"
67
- },
68
- "lib/netstandard2.1/ko/FSharp.Core.resources.dll": {
69
- "locale": "ko"
70
- },
71
- "lib/netstandard2.1/pl/FSharp.Core.resources.dll": {
72
- "locale": "pl"
73
- },
74
- "lib/netstandard2.1/pt-BR/FSharp.Core.resources.dll": {
75
- "locale": "pt-BR"
76
- },
77
- "lib/netstandard2.1/ru/FSharp.Core.resources.dll": {
78
- "locale": "ru"
79
- },
80
- "lib/netstandard2.1/tr/FSharp.Core.resources.dll": {
81
- "locale": "tr"
82
- },
83
- "lib/netstandard2.1/zh-Hans/FSharp.Core.resources.dll": {
84
- "locale": "zh-Hans"
85
- },
86
- "lib/netstandard2.1/zh-Hant/FSharp.Core.resources.dll": {
87
- "locale": "zh-Hant"
88
- }
89
- }
90
- },
91
- "Microsoft.ApplicationInsights/2.23.0": {
92
- "runtime": {
93
- "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": {
94
- "assemblyVersion": "2.23.0.29",
95
- "fileVersion": "2.23.0.29"
96
- }
97
- }
98
- },
99
- "Microsoft.CodeCoverage/18.3.0": {
100
- "runtime": {
101
- "lib/net8.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {
102
- "assemblyVersion": "15.0.0.0",
103
- "fileVersion": "18.300.126.5501"
104
- }
105
- }
106
- },
107
- "Microsoft.NET.Test.Sdk/18.3.0": {
108
- "dependencies": {
109
- "Microsoft.CodeCoverage": "18.3.0",
110
- "Microsoft.TestPlatform.TestHost": "18.3.0"
111
- }
112
- },
113
- "Microsoft.Testing.Extensions.Telemetry/1.9.0": {
114
- "dependencies": {
115
- "Microsoft.ApplicationInsights": "2.23.0",
116
- "Microsoft.Testing.Platform": "1.9.0"
117
- },
118
- "runtime": {
119
- "lib/net9.0/Microsoft.Testing.Extensions.Telemetry.dll": {
120
- "assemblyVersion": "1.9.0.0",
121
- "fileVersion": "1.900.25.50105"
122
- }
123
- },
124
- "resources": {
125
- "lib/net9.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
126
- "locale": "cs"
127
- },
128
- "lib/net9.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
129
- "locale": "de"
130
- },
131
- "lib/net9.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
132
- "locale": "es"
133
- },
134
- "lib/net9.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
135
- "locale": "fr"
136
- },
137
- "lib/net9.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
138
- "locale": "it"
139
- },
140
- "lib/net9.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
141
- "locale": "ja"
142
- },
143
- "lib/net9.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
144
- "locale": "ko"
145
- },
146
- "lib/net9.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
147
- "locale": "pl"
148
- },
149
- "lib/net9.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
150
- "locale": "pt-BR"
151
- },
152
- "lib/net9.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
153
- "locale": "ru"
154
- },
155
- "lib/net9.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
156
- "locale": "tr"
157
- },
158
- "lib/net9.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
159
- "locale": "zh-Hans"
160
- },
161
- "lib/net9.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll": {
162
- "locale": "zh-Hant"
163
- }
164
- }
165
- },
166
- "Microsoft.Testing.Extensions.TrxReport.Abstractions/1.9.0": {
167
- "dependencies": {
168
- "Microsoft.Testing.Platform": "1.9.0"
169
- },
170
- "runtime": {
171
- "lib/net9.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll": {
172
- "assemblyVersion": "1.9.0.0",
173
- "fileVersion": "1.900.25.50105"
174
- }
175
- }
176
- },
177
- "Microsoft.Testing.Extensions.VSTestBridge/1.9.0": {
178
- "dependencies": {
179
- "Microsoft.TestPlatform.AdapterUtilities": "17.13.0",
180
- "Microsoft.TestPlatform.ObjectModel": "18.3.0",
181
- "Microsoft.Testing.Extensions.Telemetry": "1.9.0",
182
- "Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.9.0",
183
- "Microsoft.Testing.Platform": "1.9.0"
184
- },
185
- "runtime": {
186
- "lib/net9.0/Microsoft.Testing.Extensions.VSTestBridge.dll": {
187
- "assemblyVersion": "1.9.0.0",
188
- "fileVersion": "1.900.25.50105"
189
- }
190
- },
191
- "resources": {
192
- "lib/net9.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
193
- "locale": "cs"
194
- },
195
- "lib/net9.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
196
- "locale": "de"
197
- },
198
- "lib/net9.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
199
- "locale": "es"
200
- },
201
- "lib/net9.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
202
- "locale": "fr"
203
- },
204
- "lib/net9.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
205
- "locale": "it"
206
- },
207
- "lib/net9.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
208
- "locale": "ja"
209
- },
210
- "lib/net9.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
211
- "locale": "ko"
212
- },
213
- "lib/net9.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
214
- "locale": "pl"
215
- },
216
- "lib/net9.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
217
- "locale": "pt-BR"
218
- },
219
- "lib/net9.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
220
- "locale": "ru"
221
- },
222
- "lib/net9.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
223
- "locale": "tr"
224
- },
225
- "lib/net9.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
226
- "locale": "zh-Hans"
227
- },
228
- "lib/net9.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": {
229
- "locale": "zh-Hant"
230
- }
231
- }
232
- },
233
- "Microsoft.Testing.Platform/1.9.0": {
234
- "runtime": {
235
- "lib/net9.0/Microsoft.Testing.Platform.dll": {
236
- "assemblyVersion": "1.9.0.0",
237
- "fileVersion": "1.900.25.50105"
238
- }
239
- },
240
- "resources": {
241
- "lib/net9.0/cs/Microsoft.Testing.Platform.resources.dll": {
242
- "locale": "cs"
243
- },
244
- "lib/net9.0/de/Microsoft.Testing.Platform.resources.dll": {
245
- "locale": "de"
246
- },
247
- "lib/net9.0/es/Microsoft.Testing.Platform.resources.dll": {
248
- "locale": "es"
249
- },
250
- "lib/net9.0/fr/Microsoft.Testing.Platform.resources.dll": {
251
- "locale": "fr"
252
- },
253
- "lib/net9.0/it/Microsoft.Testing.Platform.resources.dll": {
254
- "locale": "it"
255
- },
256
- "lib/net9.0/ja/Microsoft.Testing.Platform.resources.dll": {
257
- "locale": "ja"
258
- },
259
- "lib/net9.0/ko/Microsoft.Testing.Platform.resources.dll": {
260
- "locale": "ko"
261
- },
262
- "lib/net9.0/pl/Microsoft.Testing.Platform.resources.dll": {
263
- "locale": "pl"
264
- },
265
- "lib/net9.0/pt-BR/Microsoft.Testing.Platform.resources.dll": {
266
- "locale": "pt-BR"
267
- },
268
- "lib/net9.0/ru/Microsoft.Testing.Platform.resources.dll": {
269
- "locale": "ru"
270
- },
271
- "lib/net9.0/tr/Microsoft.Testing.Platform.resources.dll": {
272
- "locale": "tr"
273
- },
274
- "lib/net9.0/zh-Hans/Microsoft.Testing.Platform.resources.dll": {
275
- "locale": "zh-Hans"
276
- },
277
- "lib/net9.0/zh-Hant/Microsoft.Testing.Platform.resources.dll": {
278
- "locale": "zh-Hant"
279
- }
280
- }
281
- },
282
- "Microsoft.Testing.Platform.MSBuild/1.9.0": {
283
- "dependencies": {
284
- "Microsoft.Testing.Platform": "1.9.0"
285
- },
286
- "runtime": {
287
- "lib/net9.0/Microsoft.Testing.Extensions.MSBuild.dll": {
288
- "assemblyVersion": "1.9.0.0",
289
- "fileVersion": "1.900.25.50105"
290
- }
291
- },
292
- "resources": {
293
- "lib/net9.0/cs/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
294
- "locale": "cs"
295
- },
296
- "lib/net9.0/de/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
297
- "locale": "de"
298
- },
299
- "lib/net9.0/es/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
300
- "locale": "es"
301
- },
302
- "lib/net9.0/fr/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
303
- "locale": "fr"
304
- },
305
- "lib/net9.0/it/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
306
- "locale": "it"
307
- },
308
- "lib/net9.0/ja/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
309
- "locale": "ja"
310
- },
311
- "lib/net9.0/ko/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
312
- "locale": "ko"
313
- },
314
- "lib/net9.0/pl/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
315
- "locale": "pl"
316
- },
317
- "lib/net9.0/pt-BR/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
318
- "locale": "pt-BR"
319
- },
320
- "lib/net9.0/ru/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
321
- "locale": "ru"
322
- },
323
- "lib/net9.0/tr/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
324
- "locale": "tr"
325
- },
326
- "lib/net9.0/zh-Hans/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
327
- "locale": "zh-Hans"
328
- },
329
- "lib/net9.0/zh-Hant/Microsoft.Testing.Extensions.MSBuild.resources.dll": {
330
- "locale": "zh-Hant"
331
- }
332
- }
333
- },
334
- "Microsoft.TestPlatform.AdapterUtilities/17.13.0": {
335
- "runtime": {
336
- "lib/net9.0/Microsoft.TestPlatform.AdapterUtilities.dll": {
337
- "assemblyVersion": "15.0.0.0",
338
- "fileVersion": "17.1300.25.10604"
339
- }
340
- },
341
- "resources": {
342
- "lib/net9.0/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
343
- "locale": "cs"
344
- },
345
- "lib/net9.0/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
346
- "locale": "de"
347
- },
348
- "lib/net9.0/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
349
- "locale": "es"
350
- },
351
- "lib/net9.0/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
352
- "locale": "fr"
353
- },
354
- "lib/net9.0/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
355
- "locale": "it"
356
- },
357
- "lib/net9.0/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
358
- "locale": "ja"
359
- },
360
- "lib/net9.0/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
361
- "locale": "ko"
362
- },
363
- "lib/net9.0/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
364
- "locale": "pl"
365
- },
366
- "lib/net9.0/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
367
- "locale": "pt-BR"
368
- },
369
- "lib/net9.0/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
370
- "locale": "ru"
371
- },
372
- "lib/net9.0/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
373
- "locale": "tr"
374
- },
375
- "lib/net9.0/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
376
- "locale": "zh-Hans"
377
- },
378
- "lib/net9.0/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll": {
379
- "locale": "zh-Hant"
380
- }
381
- }
382
- },
383
- "Microsoft.TestPlatform.ObjectModel/18.3.0": {
384
- "runtime": {
385
- "lib/net8.0/Microsoft.TestPlatform.CoreUtilities.dll": {
386
- "assemblyVersion": "15.0.0.0",
387
- "fileVersion": "18.300.26.12003"
388
- },
389
- "lib/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll": {
390
- "assemblyVersion": "15.0.0.0",
391
- "fileVersion": "18.300.26.12003"
392
- },
393
- "lib/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {
394
- "assemblyVersion": "15.0.0.0",
395
- "fileVersion": "18.300.26.12003"
396
- }
397
- },
398
- "resources": {
399
- "lib/net8.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
400
- "locale": "cs"
401
- },
402
- "lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
403
- "locale": "cs"
404
- },
405
- "lib/net8.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
406
- "locale": "de"
407
- },
408
- "lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
409
- "locale": "de"
410
- },
411
- "lib/net8.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
412
- "locale": "es"
413
- },
414
- "lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
415
- "locale": "es"
416
- },
417
- "lib/net8.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
418
- "locale": "fr"
419
- },
420
- "lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
421
- "locale": "fr"
422
- },
423
- "lib/net8.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
424
- "locale": "it"
425
- },
426
- "lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
427
- "locale": "it"
428
- },
429
- "lib/net8.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
430
- "locale": "ja"
431
- },
432
- "lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
433
- "locale": "ja"
434
- },
435
- "lib/net8.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
436
- "locale": "ko"
437
- },
438
- "lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
439
- "locale": "ko"
440
- },
441
- "lib/net8.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
442
- "locale": "pl"
443
- },
444
- "lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
445
- "locale": "pl"
446
- },
447
- "lib/net8.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
448
- "locale": "pt-BR"
449
- },
450
- "lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
451
- "locale": "pt-BR"
452
- },
453
- "lib/net8.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
454
- "locale": "ru"
455
- },
456
- "lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
457
- "locale": "ru"
458
- },
459
- "lib/net8.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
460
- "locale": "tr"
461
- },
462
- "lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
463
- "locale": "tr"
464
- },
465
- "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
466
- "locale": "zh-Hans"
467
- },
468
- "lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
469
- "locale": "zh-Hans"
470
- },
471
- "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
472
- "locale": "zh-Hant"
473
- },
474
- "lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
475
- "locale": "zh-Hant"
476
- }
477
- }
478
- },
479
- "Microsoft.TestPlatform.TestHost/18.3.0": {
480
- "dependencies": {
481
- "Microsoft.TestPlatform.ObjectModel": "18.3.0",
482
- "Newtonsoft.Json": "13.0.3"
483
- },
484
- "runtime": {
485
- "lib/net8.0/Microsoft.TestPlatform.CommunicationUtilities.dll": {
486
- "assemblyVersion": "15.0.0.0",
487
- "fileVersion": "18.300.26.12003"
488
- },
489
- "lib/net8.0/Microsoft.TestPlatform.CrossPlatEngine.dll": {
490
- "assemblyVersion": "15.0.0.0",
491
- "fileVersion": "18.300.26.12003"
492
- },
493
- "lib/net8.0/Microsoft.TestPlatform.Utilities.dll": {
494
- "assemblyVersion": "15.0.0.0",
495
- "fileVersion": "18.300.26.12003"
496
- },
497
- "lib/net8.0/Microsoft.VisualStudio.TestPlatform.Common.dll": {
498
- "assemblyVersion": "15.0.0.0",
499
- "fileVersion": "18.300.26.12003"
500
- },
501
- "lib/net8.0/testhost.dll": {
502
- "assemblyVersion": "15.0.0.0",
503
- "fileVersion": "18.300.26.12003"
504
- }
505
- },
506
- "resources": {
507
- "lib/net8.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
508
- "locale": "cs"
509
- },
510
- "lib/net8.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
511
- "locale": "cs"
512
- },
513
- "lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
514
- "locale": "cs"
515
- },
516
- "lib/net8.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
517
- "locale": "de"
518
- },
519
- "lib/net8.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
520
- "locale": "de"
521
- },
522
- "lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
523
- "locale": "de"
524
- },
525
- "lib/net8.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
526
- "locale": "es"
527
- },
528
- "lib/net8.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
529
- "locale": "es"
530
- },
531
- "lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
532
- "locale": "es"
533
- },
534
- "lib/net8.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
535
- "locale": "fr"
536
- },
537
- "lib/net8.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
538
- "locale": "fr"
539
- },
540
- "lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
541
- "locale": "fr"
542
- },
543
- "lib/net8.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
544
- "locale": "it"
545
- },
546
- "lib/net8.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
547
- "locale": "it"
548
- },
549
- "lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
550
- "locale": "it"
551
- },
552
- "lib/net8.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
553
- "locale": "ja"
554
- },
555
- "lib/net8.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
556
- "locale": "ja"
557
- },
558
- "lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
559
- "locale": "ja"
560
- },
561
- "lib/net8.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
562
- "locale": "ko"
563
- },
564
- "lib/net8.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
565
- "locale": "ko"
566
- },
567
- "lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
568
- "locale": "ko"
569
- },
570
- "lib/net8.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
571
- "locale": "pl"
572
- },
573
- "lib/net8.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
574
- "locale": "pl"
575
- },
576
- "lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
577
- "locale": "pl"
578
- },
579
- "lib/net8.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
580
- "locale": "pt-BR"
581
- },
582
- "lib/net8.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
583
- "locale": "pt-BR"
584
- },
585
- "lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
586
- "locale": "pt-BR"
587
- },
588
- "lib/net8.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
589
- "locale": "ru"
590
- },
591
- "lib/net8.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
592
- "locale": "ru"
593
- },
594
- "lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
595
- "locale": "ru"
596
- },
597
- "lib/net8.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
598
- "locale": "tr"
599
- },
600
- "lib/net8.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
601
- "locale": "tr"
602
- },
603
- "lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
604
- "locale": "tr"
605
- },
606
- "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
607
- "locale": "zh-Hans"
608
- },
609
- "lib/net8.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
610
- "locale": "zh-Hans"
611
- },
612
- "lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
613
- "locale": "zh-Hans"
614
- },
615
- "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
616
- "locale": "zh-Hant"
617
- },
618
- "lib/net8.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
619
- "locale": "zh-Hant"
620
- },
621
- "lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
622
- "locale": "zh-Hant"
623
- }
624
- }
625
- },
626
- "Mono.Cecil/0.11.4": {
627
- "runtime": {
628
- "lib/netstandard2.0/Mono.Cecil.Mdb.dll": {
629
- "assemblyVersion": "0.11.4.0",
630
- "fileVersion": "0.11.4.0"
631
- },
632
- "lib/netstandard2.0/Mono.Cecil.Pdb.dll": {
633
- "assemblyVersion": "0.11.4.0",
634
- "fileVersion": "0.11.4.0"
635
- },
636
- "lib/netstandard2.0/Mono.Cecil.Rocks.dll": {
637
- "assemblyVersion": "0.11.4.0",
638
- "fileVersion": "0.11.4.0"
639
- },
640
- "lib/netstandard2.0/Mono.Cecil.dll": {
641
- "assemblyVersion": "0.11.4.0",
642
- "fileVersion": "0.11.4.0"
643
- }
644
- }
645
- },
646
- "Newtonsoft.Json/13.0.3": {
647
- "runtime": {
648
- "lib/net6.0/Newtonsoft.Json.dll": {
649
- "assemblyVersion": "13.0.0.0",
650
- "fileVersion": "13.0.3.27908"
651
- }
652
- }
653
- },
654
- "YoloDev.Expecto.TestSdk/0.15.5": {
655
- "dependencies": {
656
- "Expecto": "10.2.3",
657
- "FSharp.Core": "10.0.102",
658
- "Microsoft.Testing.Extensions.VSTestBridge": "1.9.0",
659
- "Microsoft.Testing.Platform.MSBuild": "1.9.0"
660
- }
661
- },
662
- "Fossa.Bridge/1.0.0": {
663
- "dependencies": {
664
- "FSharp.Core": "10.0.102",
665
- "Fable.Core": "4.5.0"
666
- },
667
- "runtime": {
668
- "Fossa.Bridge.dll": {
669
- "fileVersion": "0.0.0.0"
670
- }
671
- }
672
- },
673
- "Fossa.Bridge.Reference/1.0.0.0": {
674
- "runtime": {
675
- "Fossa.Bridge.dll": {
676
- "assemblyVersion": "1.0.0.0",
677
- "fileVersion": "1.0.0.0"
678
- }
679
- }
680
- }
681
- }
682
- },
683
- "libraries": {
684
- "Fossa.Bridge.Tests/1.0.0": {
685
- "type": "project",
686
- "serviceable": false,
687
- "sha512": ""
688
- },
689
- "Expecto/10.2.3": {
690
- "type": "package",
691
- "serviceable": true,
692
- "sha512": "sha512-mwGOvtkKfMwakKeONwWYy5RgnO7Ijx/THt50GHh8mkSPySVOW/BsOppHzNwby45uaO6X0IKpqS76BrlYgOqcIg==",
693
- "path": "expecto/10.2.3",
694
- "hashPath": "expecto.10.2.3.nupkg.sha512"
695
- },
696
- "Fable.Core/4.5.0": {
697
- "type": "package",
698
- "serviceable": true,
699
- "sha512": "sha512-ZcX8XN5sQZGCbrS8VYnsa/ynhrCBfpDyqDkTl33GTXOpgfKibxoq0+W0hCSbRzuukVNoLtqGL/B6+8yTNDXbNA==",
700
- "path": "fable.core/4.5.0",
701
- "hashPath": "fable.core.4.5.0.nupkg.sha512"
702
- },
703
- "FSharp.Core/10.0.102": {
704
- "type": "package",
705
- "serviceable": true,
706
- "sha512": "sha512-vd5vApQ869O7qKMOC6zKsBFQMXBLGp0cfw3YMxp+cp8kWbXcEgrVBBEbQYhHEYU5TLeUmm4nqQIThvPXvtSAEA==",
707
- "path": "fsharp.core/10.0.102",
708
- "hashPath": "fsharp.core.10.0.102.nupkg.sha512"
709
- },
710
- "Microsoft.ApplicationInsights/2.23.0": {
711
- "type": "package",
712
- "serviceable": true,
713
- "sha512": "sha512-nWArUZTdU7iqZLycLKWe0TDms48KKGE6pONH2terYNa8REXiqixrMOkf1sk5DHGMaUTqONU2YkS4SAXBhLStgw==",
714
- "path": "microsoft.applicationinsights/2.23.0",
715
- "hashPath": "microsoft.applicationinsights.2.23.0.nupkg.sha512"
716
- },
717
- "Microsoft.CodeCoverage/18.3.0": {
718
- "type": "package",
719
- "serviceable": true,
720
- "sha512": "sha512-23BNy/vziREC20Wwhb50K7+kZe0m07KlLWDQv4qjJ9tt3QjpDpDIqJFrhYHmMEo9xDkuSp55U/8h4bMF7MiB+g==",
721
- "path": "microsoft.codecoverage/18.3.0",
722
- "hashPath": "microsoft.codecoverage.18.3.0.nupkg.sha512"
723
- },
724
- "Microsoft.NET.Test.Sdk/18.3.0": {
725
- "type": "package",
726
- "serviceable": true,
727
- "sha512": "sha512-xW3kXuWRQtgoxJp4J+gdhHSQyK+6Wb/AZDSd7lMvuMRYlZ1tnpkojyfZlWilB5G4dmZ0Y0ZxU/M23TlubndNkw==",
728
- "path": "microsoft.net.test.sdk/18.3.0",
729
- "hashPath": "microsoft.net.test.sdk.18.3.0.nupkg.sha512"
730
- },
731
- "Microsoft.Testing.Extensions.Telemetry/1.9.0": {
732
- "type": "package",
733
- "serviceable": true,
734
- "sha512": "sha512-4ica7o+ZreUCsXoQLShWeLz6K5q9D/B+VgXvmpPSLsnSpK4DLZfMyltBaBr83Tnm21c1riOKcXXEk920Ael17Q==",
735
- "path": "microsoft.testing.extensions.telemetry/1.9.0",
736
- "hashPath": "microsoft.testing.extensions.telemetry.1.9.0.nupkg.sha512"
737
- },
738
- "Microsoft.Testing.Extensions.TrxReport.Abstractions/1.9.0": {
739
- "type": "package",
740
- "serviceable": true,
741
- "sha512": "sha512-ZC7Xwva/+dREnZ5BU0gozA1uT2cFwt90uY9maPLy1lLpiedR/Fu3K2FiwLg70hJjT+tGblYmxzuNa8z1jQVSGw==",
742
- "path": "microsoft.testing.extensions.trxreport.abstractions/1.9.0",
743
- "hashPath": "microsoft.testing.extensions.trxreport.abstractions.1.9.0.nupkg.sha512"
744
- },
745
- "Microsoft.Testing.Extensions.VSTestBridge/1.9.0": {
746
- "type": "package",
747
- "serviceable": true,
748
- "sha512": "sha512-g5WN9QEMaEkdnWqouF6EsK46pX1vHmekQyOlehDtNl5e8PXu1ZffCqVKM74pQsh7HfCb3FKjzoZUrUJB9E75zQ==",
749
- "path": "microsoft.testing.extensions.vstestbridge/1.9.0",
750
- "hashPath": "microsoft.testing.extensions.vstestbridge.1.9.0.nupkg.sha512"
751
- },
752
- "Microsoft.Testing.Platform/1.9.0": {
753
- "type": "package",
754
- "serviceable": true,
755
- "sha512": "sha512-OE79Vc5rXwFYciAPY/mqv92XvdhK+pvCHdVHcS0bBpWwWQbnzI18FiSEEYY+lYpB0HHl0fDQgcCK3ZTYKGs8bA==",
756
- "path": "microsoft.testing.platform/1.9.0",
757
- "hashPath": "microsoft.testing.platform.1.9.0.nupkg.sha512"
758
- },
759
- "Microsoft.Testing.Platform.MSBuild/1.9.0": {
760
- "type": "package",
761
- "serviceable": true,
762
- "sha512": "sha512-P7c0HfBJ/AqKyRfmaA+cyl8I9jxDEyvQRJvMUH5IZCjACTPQ9wXb0xdA0CmcxhBUtm20GxWvx2fq3fMxG11hDg==",
763
- "path": "microsoft.testing.platform.msbuild/1.9.0",
764
- "hashPath": "microsoft.testing.platform.msbuild.1.9.0.nupkg.sha512"
765
- },
766
- "Microsoft.TestPlatform.AdapterUtilities/17.13.0": {
767
- "type": "package",
768
- "serviceable": true,
769
- "sha512": "sha512-bFZ3uAhosdXjyXKURDQy37fPosCJQwedB5DG/SzsXL1QXsrfsIYty2kQMqCRRUqm8sBZBRHWRp4BT9SmpWXcKQ==",
770
- "path": "microsoft.testplatform.adapterutilities/17.13.0",
771
- "hashPath": "microsoft.testplatform.adapterutilities.17.13.0.nupkg.sha512"
772
- },
773
- "Microsoft.TestPlatform.ObjectModel/18.3.0": {
774
- "type": "package",
775
- "serviceable": true,
776
- "sha512": "sha512-AEIEX2aWdPO9XbtR96eBaJxmXRD9vaI9uQ1T/JbPEKlTAZwYx0ZrMzKyULMdh/HH9Sg03kXCoN7LszQ90o6nPQ==",
777
- "path": "microsoft.testplatform.objectmodel/18.3.0",
778
- "hashPath": "microsoft.testplatform.objectmodel.18.3.0.nupkg.sha512"
779
- },
780
- "Microsoft.TestPlatform.TestHost/18.3.0": {
781
- "type": "package",
782
- "serviceable": true,
783
- "sha512": "sha512-twmsoelXnp1uWMU3VGip9f0Jr1mZ0PZqgJdF35CIrdYgYrkHIJMV1m8uKyhcdjLdsQDESHAgkR7KhS9i1qpJag==",
784
- "path": "microsoft.testplatform.testhost/18.3.0",
785
- "hashPath": "microsoft.testplatform.testhost.18.3.0.nupkg.sha512"
786
- },
787
- "Mono.Cecil/0.11.4": {
788
- "type": "package",
789
- "serviceable": true,
790
- "sha512": "sha512-IC1h5g0NeJGHIUgzM1P82ld57knhP0IcQfrYITDPXlNpMYGUrsG5TxuaWTjaeqDNQMBDNZkB8L0rBnwsY6JHuQ==",
791
- "path": "mono.cecil/0.11.4",
792
- "hashPath": "mono.cecil.0.11.4.nupkg.sha512"
793
- },
794
- "Newtonsoft.Json/13.0.3": {
795
- "type": "package",
796
- "serviceable": true,
797
- "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
798
- "path": "newtonsoft.json/13.0.3",
799
- "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
800
- },
801
- "YoloDev.Expecto.TestSdk/0.15.5": {
802
- "type": "package",
803
- "serviceable": true,
804
- "sha512": "sha512-6aPtXtn+DXPLEhY8B/fRRvaArRKiXl02F25SQaplcZtb2DlCvI5tSz+2yXgeYE8qVMTQtbmihE3WubktjbogmQ==",
805
- "path": "yolodev.expecto.testsdk/0.15.5",
806
- "hashPath": "yolodev.expecto.testsdk.0.15.5.nupkg.sha512"
807
- },
808
- "Fossa.Bridge/1.0.0": {
809
- "type": "project",
810
- "serviceable": false,
811
- "sha512": ""
812
- },
813
- "Fossa.Bridge.Reference/1.0.0.0": {
814
- "type": "reference",
815
- "serviceable": false,
816
- "sha512": ""
817
- }
818
- }
819
- }