Closed sliekens closed 11 months ago
This PR changes the default visibility of the generated InlineArrayAttribute from public to internal, to conform with the other generated attributes.
InlineArrayAttribute
Generated code should only be public when PolySharpUsePublicAccessibilityForGeneratedTypes is enabled.
PolySharpUsePublicAccessibilityForGeneratedTypes
Description (optional)
This PR changes the default visibility of the generated
InlineArrayAttribute
from public to internal, to conform with the other generated attributes.Additional context (optional)
Generated code should only be public when
PolySharpUsePublicAccessibilityForGeneratedTypes
is enabled.