Madhav Panchal
Madhav Panchal

Reputation: 61

remove custom tools in visual studio for mac 2022 or specFlow designer codebehind generation is not compatible with MSBuild codebehind generation

I am getting this error while building my test project. I have latest stable 3.9.74 version of specflow and its required packages.

Error : "specFlow designer codebehind generation is not compatible with MSBuild codebehind generation."

when i explored on this people says remove custom tools but i am not able to do it. Could anyone please help me with how to remove custom tools in visual studio for mac 2022? enter image description here

Upvotes: 1

Views: 144

Answers (1)

Madhav Panchal
Madhav Panchal

Reputation: 61

Finally, I found the answer,

edit your .csproj file and remove SpecFlowSingleFileGenerator manually

Upvotes: 0

Related Questions