feat: Assembly search nested handler type filtering

Fix the assembly handler scanning and do not allow nested handlers to be present.
This commit is contained in:
Louis Seubert 2026-05-23 16:17:16 +02:00
commit e3d16c9f56
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
7 changed files with 249 additions and 15 deletions

View file

@ -6,6 +6,7 @@
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.6" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="10.0.6" />
<PackageVersion Include="Microsoft.Extensions.Options" Version="10.0.6" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
<PackageVersion Include="Microsoft.SourceLink.Gitea" Version="10.0.102" />
<PackageVersion Include="TUnit" Version="1.11.51" />
</ItemGroup>