Image Upload resize issues with InputFile #795
-
When using the I can't see any ways of getting around this with what is already there. I'd prefer not to create a "fake" abstraction just to then inject some test version to circumvent it. Has anyone had any experience with working around this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hey @oatsoda. Good catch. Not sure if we can do much there as this is an |
Beta Was this translation helpful? Give feedback.
Hey @oatsoda. Good catch. Not sure if we can do much there as this is an
internal sealed class
.The only thing I can imagine from your side is to hide it behind an interface / façade which you can mock.