DebuggerShim.cs missing using statement for NSpec.Assertions
See original GitHub issueInstalling the NSpec package into a new .Net 4.6.2 console application, I get an error on line 47 that 'bool' does not contain a definition for 'ShouldBeTrue' and no extension method 'ShouldBeTrue' accepting a first argument of type 'bool' could be found
Adding the NSpec.Assertions namespace fixes the issue.
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Resharper | chrisseroka - WordPress.com
DebuggerShim was a tool (nunit TestFixture) that run some given specification. By renaming it to “nspec” class it's become a wrapper for all...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I updated the “hello world” code on the website. That one should work, but I still need to work through all the other ones and make sure they work with the latest version of NSpec
Gosh, that was right in issue title! 😮 Sorry for not noticing it. Thanks!