rspec/rules/S4277/resources-dotnet.adoc

7 lines
374 B
Plaintext
Raw Permalink Normal View History

== Resources
=== Documentation
* https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.composition.partcreationpolicyattribute[`PartCreationPolicy`]
* https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.composition.creationpolicy[`CreationPolicy.Shared`]
* https://learn.microsoft.com/en-us/dotnet/framework/mef[Managed Extensibility Framework]