Skip to content

Fix AssemblyName rules loading only picking up first rule of set#42

Merged
mfogliatto merged 1 commit intomainfrom
optimize-fix-detectors
Dec 20, 2025
Merged

Fix AssemblyName rules loading only picking up first rule of set#42
mfogliatto merged 1 commit intomainfrom
optimize-fix-detectors

Conversation

@mfogliatto
Copy link
Copy Markdown
Owner

@mfogliatto mfogliatto commented Dec 20, 2025

Description

Fixed a bug where AssemblyName rules were only loading the first rule in a set instead of all configured rules.

Type of change

  • Bug fix
  • Enhancement (e.g. new feature, functional improvement, etc.)
  • Chore (e.g. refactoring, documentation, etc.)

Related Issue

N/A

How Has This Been Tested?

  • Verified that multiple AssemblyName rules now load correctly
  • Existing tests updated and passing

Screenshots (if applicable)

For a project with two AssemblyName rules (System.Web* and Newtonsoft.Json):
Before:
image
After:
image

Additional context

This fix ensures that all AssemblyName rules in the configuration are properly loaded and applied during validation.

@mfogliatto mfogliatto merged commit 5d76b22 into main Dec 20, 2025
2 checks passed
@mfogliatto mfogliatto deleted the optimize-fix-detectors branch December 20, 2025 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant