Skip to content

Merge branch 'main' into chore/more-internal-analysis

9c23379
Select commit
Loading
Failed to load commit list.
Merged

Improve internal analyzer regarding AppImplementationFactory #1234

Merge branch 'main' into chore/more-internal-analysis
9c23379
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 7, 2025 in 4s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 385 in src/Altinn.App.Internal.Analyzers/AppImplementationInjectionAnalyzer.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(...)'.

Check notice on line 426 in src/Altinn.App.Internal.Analyzers/AppImplementationInjectionAnalyzer.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(...)'.