Forum member

gwholdom

3 posts

Posts by gwholdom

  1. Dependency tests with NetArchTest failing

    Yes - I tried all the combos of [Pre-load all assembly references into test environment] and [Copy referenced assemblies to workspace] but without any luck. Depending on the tests and properties set, I was getting a mixture of false positives or false negatives, but getting correct results from V…

  2. Dependency tests with NetArchTest failing

    Thanks for the reply. I have both [Pre-load all assembly references into test environment] and [Copy referenced assemblies to workspace] set to true but still no dice. Bit of a bummer because NetArchTest looks useful. Thanks for your help, Grant.

  3. Dependency tests with NetArchTest failing

    Hi, I'm using NetArchTest nuget package for some design and dependency tests. Unfortunately my dependency tests fail in NCrunch, but not with VS2022 testing. e.g. This Test fails in NCrunch (but not VS2022): Assert.True( Types.InCurrentDomain() .That().R…