Fable.Remoting
Fable.Remoting copied to clipboard
Support `Microsoft.Azure.Functions.Worker` version `2.x.x`
Fable.Remoting.AzureFunctions.Worker requires version (>= 1.0.0 && < 2.0.0) of Microsoft.Azure.Functions.Worker.
But Microsoft.Azure.Functions.Worker was updated to 2.0.0 a year ago (2024-11-12).
I just tried with the newest 2.51.0 and it appears to work fine with 1.17.0 of Fable.Remoting.AzureFunctions.Worker (builds and run without any issues).
The major breaking change from 1.x.x to 2.x.x is drop of support for net5.0. Maybe Fable.Remoting should do the same? Even net6.0 has been EOL for more than a year.
Workaround
When using <TreatWarningsAsErrors>true</TreatWarningsAsErrors> you can upgrade to 2.x.x anyway by adding <WarningsNotAsErrors>NU1608</WarningsNotAsErrors> to your project file.