SaturnFramework / Saturn

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
https://saturnframework.org
MIT License
703 stars 108 forks source link

Giraffe latest preview: IXmlSerializer is now Xml.ISerializer #281

Closed theimowski closed 3 years ago

theimowski commented 3 years ago

Giraffe 5.0-rc3 introduces a breaking change: IXmlSerializer is now Xml.ISerializer When trying to compile Saturn 0.15.0-preview01 with Giraffe 5.0-rc6 following error occurs:

FSC : error FS0193: The module/namespace 'Giraffe.Serialization.Xml' from compilation unit 'Giraffe' did not contain the namespace, module or type 'IXmlSerializer' 
theimowski commented 3 years ago

Tried to give it a go, but that's not as simple - Giraffe 5.0-rc3 supports only net50, so that's quite a big change

Krzysztof-Cieslak commented 3 years ago

This should be fixed in the latest Saturn preview.

vilinski commented 3 years ago

trying to upgrade a project's Giraffe to 5.0.0. Getting the same compile error