[Bug] The Windows ImageDirectory property is weird and not very user-friendly
See original GitHub issueDescription
Originally it was a platform-specific, attached property on Application. In MAUI, we need this as well, so we need a way to set it - probably in the builder.
It feels like a configuration thing, but that might be read-only? It needs to be writeable as it is a settable property at any time in Application.
In the images PR #759 I added a weird IImageSourceServiceConfiguration
, but his is an abomination. This works for now, but needs to change.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Bug with folder "properties -> Customise -> optimise this ...
I like my laptop nice and tidy, so I use folder "properties -> Customise -> optimise this folder for" music, pictures, etc, the...
Read more >How to Fix: File Explorer Not Responding Windows 10
Solution 1. Restart File Explorer in Task Manager; Solution 2. Manually Restart the Explorer.exe Process via Command Prompt; Solution 3. Run ...
Read more >NPM stuck giving the same error EISDIR: Illegal operation ...
EISDIR stands for "Error, Is Directory". This means that NPM is trying to do something to a file but it is a directory....
Read more >Changing IDE default directories used for config, plugins ...
I am very new to Idea, but isn't it much easier for Windows Users to set user.home as a System property in idea{,64}.exe.vmoptions,...
Read more >File explorer not showing correct folder size and file counts
Windows 10. I have a folder that is actually 15.5 GB. If I right click and select properties it shows 1.61 GB. When...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I got a PR to remove it, we can fix that after we release RC 1 because bad code is worse than a month delay for good code.
Good point. I think it is partially fixed. I’ll review this api agan and see if we can delete this interface. No more special assets things.