Zaid-Ajaj / Fable.Remoting

Type-safe communication layer (RPC-style) for F# featuring Fable and .NET Apps
https://zaid-ajaj.github.io/Fable.Remoting/
MIT License
272 stars 54 forks source link

Run integration tests using Fable v4 alongside v3 #314

Closed Zaid-Ajaj closed 1 year ago

Zaid-Ajaj commented 1 year ago

Basically

createTarget "IntegrationTestsNagareyama" <| fun _ ->
    runFableIntegrationTests()

createTarget "IntegrationTestsNagareyamaV4" <| fun _ ->
    withDotnetTool "fable" "4.0.0-theta-004" (fun _ -> runFableIntegrationTests())
kerams commented 1 year ago

Clever. Fable.Core versions can potentially also cause problems, but I don't think it's something that we need to be concerned about in this case https://www.fuget.org/packages/Fable.Core/4.0.0-theta-001/lib/netstandard2.0/diff/3.7.1/