CarterCommunity / Carter

Carter is framework that is a thin layer of extension methods and functionality over ASP.NET Core allowing code to be more explicit and most importantly more enjoyable.
MIT License
2.05k stars 172 forks source link

Make BindFile and BindFiles extension methods public #337

Closed dabide closed 1 month ago

dabide commented 4 months ago

Unless there is a reason for these being private, it would be really nice to be able to access them, as you don't always want to save a file.

jchannon commented 1 month ago

Fixed in #347