ApprovalTests.Asp.Mvc has an error

45 Views Asked by At

I'm using ApprovalTests, and

using ApprovalTests.Asp;

doesn't have errors. On the other hand, I get an error when i try to use ApprovalTests.Asp.Mvc:

using ApprovalTests.Asp.Mvc;

Error CS0234 The type or namespace name 'Mvc' does not exist in the namespace 'ApprovalTests.Asp' (are you missing an assembly reference?)

how can i fix it?

1

There are 1 best solutions below

0
avishle On

I've changed ApprovalTests version to 1.9, Appearntly I wasn't working on the same version that was at the tutorial.