سؤال

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