You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Ideally this would build upon #130 with a syntax like Types().That().ResideInAssembliesThat().HaveName(…) or Types().That().ResideInAssembliesThat().HaveFullName(…). That would also make it more clear what part of the name we are matching when reading the code of a test.
When using
This does currently not work, because
ResideInAssembly
matches the fully qualified name likeSystem.Console, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
. This is unexpected, the condition should instead only match the name of the assembly.The text was updated successfully, but these errors were encountered: