Skip to content

ResideInAssembly should not match the fully qualified name #290

@alexanderlinne

Description

@alexanderlinne

When using

Types()
    .That()
    …
    .Should()
    .OnlyDependOn(Types().That().ResideInAssembly("System.Console"))
    .Check(Architecture);

This does currently not work, because ResideInAssembly matches the fully qualified name like System.Console, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a. This is unexpected, the condition should instead only match the name of the assembly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions