The project documentation indicates Refit currently supports XML Content:
``
var gitHubApi = RestService.For
new RefitSettings {
ContentSerializer = new XmlContentSerializer()
});
````
However, the Nuget and MyGet packages as of 4.6.58 still do not support XML Content. Is XML Content expected to be available soon?
4.6.68 contains XML support but it is only available on the MyGet feed at the moment.
It needs admin support to promote it. @onovotny are you able to do this?
I'll get published in the next few days.
Latest NuGet version has these changes.
Most helpful comment
4.6.68 contains XML support but it is only available on the MyGet feed at the moment.
It needs admin support to promote it. @onovotny are you able to do this?