Suppress IDE0065 globally; refactor PhotoProvider.cs

IDE0065 ("using directives placement") is now fully suppressed in all build and IDE environments via .editorconfig and NoWarn in project files. Added HOW_TO_IGNORE_IDE0065.md for documentation. Refactored PhotoProvider.cs to use namespace-scoped usings and a primary constructor. Updated code analysis assemblies and project cache files to reflect these changes.
This commit is contained in:
2026-02-21 13:26:34 -05:00
parent 8421e3ad5c
commit 2dc0129a11
18 changed files with 323 additions and 155 deletions