Migration Guide
Version 2 to 3
does not contain a definition for 'Then'
does not contain a definition for 'That'
Version 1 to 2
[CS0246] The type or namespace name 'IScenarioContext' could not be found
Replace all references of IScenarioContext with ScenarioContext
The type arguments for method 'IChapterGiven<..... cannot be inferred
Example this code:
Should change to:
Cannot resolve UseResult
refactored to:
Last updated