rspec/rules/S4428/compliant.adoc

11 lines
148 B
Plaintext
Raw Normal View History

2020-06-30 12:49:37 +02:00
== Compliant Solution
2022-02-04 17:28:24 +01:00
[source,text]
2020-06-30 12:49:37 +02:00
----
[Export(typeof(IFooBar))]
[PartCreationPolicy(CreationPolicy.Any)]
public class FooBar : IFooBar
{
}
2022-02-04 17:28:24 +01:00
----