rspec/rules/S4159/resources.adoc
Antonio Aversa 9711d241b9 Modify rule S4159: LaYC format (#2036)
Adapts the rule to LaYC format level 2, for dotnet languages (csharp,
vbnet).
2023-06-07 12:01:33 +02:00

9 lines
465 B
Plaintext

== Resources
=== Documentation
* https://en.wikipedia.org/wiki/Attribute-oriented_programming[Attribute-oriented programming (@OP)]
* https://learn.microsoft.com/en-us/dotnet/framework/mef/attributed-programming-model-overview-mef[Attributed Programming Model]
* https://learn.microsoft.com/en-us/dotnet/framework/mef/[Managed Extensibility Framework (MEF)]
* https://learn.microsoft.com/en-us/dotnet/api/system.composition.exportattribute[ExportAttribute Class]