Content Include .feature
files in .csproj
#57
-
Hello all! <ItemGroup>
<Content Include="Features\*.feature"/>
</ItemGroup> When using SpecFlow it wasn't there. And if I remove it, the IDE can not identify |
Beta Was this translation helpful? Give feedback.
Answered by
gasparnagy
Feb 28, 2024
Replies: 1 comment 3 replies
-
You don't need it. Maybe Visual Studio added that by mistake. What do you mean by "IDE can not identify .feature files"? Could you please share a screenshot? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@konarx @ajeckmans I can confirm, that with Visual Studio the projects work fine without that include, so this seems to be an issue with the Rider plugin.