I've just updated a Xamarin solution using the refit package (2.3.0. -> 2.4.1) and now the build is complaining:
RefitStubs.g.cs(37,27): error CS0102: The type `Sample.App.Api' already contains a definition for `Client'
RefitStubs.cs(37,27): (Location of the symbol related to previous error)
I've tried reverting the package version but same error occurs. I've cleaned the solution but still the same issue