- https://github.com/aspnet/HttpAbstractions/blob/dev/src/Microsoft.AspNetCore.Http.Extensions/SendFileResponseExtensions.cs - https://github.com/aspnet/HttpAbstractions/blob/dev/src/Microsoft.AspNetCore.Http.Extensions/FormFileExtensions.cs These methods demand that files be on disk. What makes it worse is that these are extension methods so they cannot be stubbed. Maybe we should make these virtual on `HttpResponse` and `IFormFile` (interface method). /cc @Eilon @Tratcher @lodejard
These methods demand that files be on disk. What makes it worse is that these are extension methods so they cannot be stubbed.
Maybe we should make these virtual on
HttpResponseandIFormFile(interface method)./cc @Eilon @Tratcher @lodejard