SOLIDSoftworks/Solid.Http

Fix zip archive ambiguity

gislikonrad opened this issue · 0 comments

Using the core .As() extension method with the zip extension is weird. It should just be .AsZipArchive(). Otherwise users will feel like they can put any model into .As() method.

@HX-Rd Do you agree?