JulienKappa

Results 2 comments of JulienKappa

My only find is that the hook is generated in a targetframework specific folder, not the feature.cs. Is there a way to generated feature.cs in targetframework specific folders? ![image](https://github.com/SpecFlowOSS/SpecFlow/assets/140087224/3cbbf85f-8f1b-422a-8d31-4e3a3a4d9475) ![image](https://github.com/SpecFlowOSS/SpecFlow/assets/140087224/61faf34b-0200-4896-8849-eefe08316a29)

I found a workaround, if we put `false` in the csproj, it works (target frameworks are processed one by one). Maybe this property can be added to the props in...