Skip to content

Commit 6580062

Browse files
authored
Merge pull request #1463 from prochnowc/develop
Make 'RequiresUnreferencedCodeAttribute' internal.
2 parents 3cb620f + 9bd2239 commit 6580062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Autofac/Util/LinkerAttributes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public DynamicallyAccessedMembersAttribute(DynamicallyAccessedMemberTypes member
113113
/// code from an application.
114114
/// </remarks>
115115
[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor, Inherited = false)]
116-
public sealed class RequiresUnreferencedCodeAttribute : Attribute
116+
internal sealed class RequiresUnreferencedCodeAttribute : Attribute
117117
{
118118
/// <summary>
119119
/// Initializes a new instance of the <see cref="RequiresUnreferencedCodeAttribute"/> class

0 commit comments

Comments
 (0)