Step Definitions - Skeleton Style - MethodName Underscore missing in VS 2022
AnsweredShould it still be possible to use MethodName Underscore style in VS 2022 as you could in VS2019?
Style set in specflow.json do not have any effect anymore when using VS2020: "trace": {
"stepDefinitionSkeletonStyle": "MethodNameUnderscores"
}
VS2019:
VS 2022 has no method underscore style available:
0
-
We didn't implement this style in the new VS extension.
The reasons are that
1.) it is not really used by a lot of people
2.) SpecFlow has some problems with the style at runtime, especially with parameters.
0
Please sign in to leave a comment.
Comments
1 comment