Skip to content

Image provider for remote public images: RemoteImageProvider #167

Discussion options

You must be logged in to vote

I'm afraid this is not something I want to bring into the core offering. It was a conscious decision not to do so.

There's a few reasons:

  1. It adds a dependency on HttpClientFactory which then brings additional configuration complexity
  2. To be truly effective you would have to introduce an instance per domain. Each potential domain brings authentication issues, url parsing issues and other oddities.

It would be a mistake attempting to bring something into the codebase that is designed as a catch-all. If someone wants to introduce a new IImageProvider they can develop and plugin an unlimited collection independently.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@marklagendijk
Comment options

@JimBobSquarePants
Comment options

@marklagendijk
Comment options

Answer selected by JimBobSquarePants
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants