Skip to content

Refactor: Enhance safety, correctness and modernization - #398

Merged
AnnaSasDev merged 30 commits into
corefrom
rework
Aug 13, 2026
Merged

Refactor: Enhance safety, correctness and modernization#398
AnnaSasDev merged 30 commits into
corefrom
rework

Update UiThread.Gtk.cpp

b2e65bc
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Aug 13, 2026 in 2s

No new alerts in code changed by this pull request

Annotations

Check notice on line 29 in src/InfiniFrame/StaticAssets/DisposableCompositeFileProvider.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missed opportunity to use Where Note

This foreach loop
implicitly filters its target sequence
- consider filtering the sequence explicitly using '.Where(...)'.