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? |
Answered by
linkdotnet
Jul 12, 2022
Replies: 1 comment 5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.