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.
Fable.Remoting.AzureFunctions.Workerrequires version(>= 1.0.0 && < 2.0.0)ofMicrosoft.Azure.Functions.Worker.But
Microsoft.Azure.Functions.Workerwas updated to2.0.0a year ago (2024-11-12).I just tried with the newest
2.51.0and it appears to work fine with1.17.0ofFable.Remoting.AzureFunctions.Worker(builds and run without any issues).The major breaking change from
1.x.xto2.x.xis drop of support fornet5.0. MaybeFable.Remotingshould do the same? Evennet6.0has been EOL for more than a year.Workaround
When using
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>you can upgrade to2.x.xanyway by adding<WarningsNotAsErrors>NU1608</WarningsNotAsErrors>to your project file.