If a service class is deprecated, the service factory should be deprecated as well #1077
Labels
deprecated class or method
Deals with a class or method in ShopifySharp that is, should, or will be deprecated.
enhancement
To be sure that developers notice deprecation warnings, I'd like the service factory generator to mark a service factory as deprecated if its service is deprecated. For example, the
CountryService
was just deprecated, but neither theCountryServiceFactory
andICountryServiceFactory
interface are deprecated. If a developer only uses those in their application, then they may not know about the deprecation until the factories simply disappear in a future release.The text was updated successfully, but these errors were encountered: