Port FxCop rule CA1409: ComVisibleTypesShouldBeCreatable #425
Labels
Approved-Rule
Indicates if the new proposed rule has been approved to move to implementation phase
FxCop-Port
help wanted
The issue is up-for-grabs, and can be claimed by commenting
Priority:3
Nice to have (suitable for disabled by default rules and ported FxCop rules)
Milestone
Title: COM visible types should be creatable
Description:
A reference type that is specifically marked as visible to COM contains a public parameterized constructor but does not contain a public default (parameterless) constructor. A type without a public default constructor is not creatable by COM clients.
Dependency: None
Notes:
The text was updated successfully, but these errors were encountered: