質問

I need to have SpecFlow generate NUnit Tests with the RequiresSTA attribute. How can I do that?

役に立ちましたか?

解決

The autogenerated xxx.feature.cs file has a partial class definition. Simply create an xxxFeature.cs with another partial class that has the attribute on it.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top