Balázs Epresi
Results
2
issues of
Balázs Epresi
Possible solution for #2546 Example usage: ``` net6.0 enable enable specflow.dev.json ``` but it supports MsBuild properties as well: ``` $(AssemblyName).specflow.json ``` or whatever: ``` apple.json ``` If the `SpecFlowConfigFileName`...
In order to support VS2022 we need to refactor the existing code: - We should use the official Visual Studio SDK as the current one ([Madskristensen.VisualStudio.SDK](https://www.nuget.org/packages/Madskristensen.VisualStudio.SDK/)) is deprecated as it...