Ilya Pospelov
Ilya Pospelov
What about a separate attribute? Something like: ```cs [AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = false)] public sealed class SetterSettingsAttribute : Attribute { public SetterSettingsAttribute(Accessibility accessibility) => Accessibility = accessibility; public...
It looks like the issue is related to [Xunit.DependencyInjection](https://github.com/pengweiqhca/Xunit.DependencyInjection) itself. Refer to the similar issue https://github.com/pengweiqhca/Xunit.DependencyInjection/issues/46. As a workaround, it should be possible to define a custom `Xunit.DependencyInjection.IXunitTestCaseRunnerWrapper` and duplicate...