rspec/rules/S4428/compliant.adoc
2022-02-04 16:28:24 +00:00

11 lines
148 B
Plaintext

== Compliant Solution
[source,text]
----
[Export(typeof(IFooBar))]
[PartCreationPolicy(CreationPolicy.Any)]
public class FooBar : IFooBar
{
}
----