Forum member
gwholdom
3 posts
Posts by gwholdom
-
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…
24 May 2023 20:20 UTC
-
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.
23 May 2023 06:39 UTC
-
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…
22 May 2023 23:46 UTC