Skip to content

Commit

Permalink
feat(UxmlNameAttribute): use MeansImplicitUseAttribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jonisavo committed Nov 12, 2022
1 parent c3e2e7a commit ddb58b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/UIComponents/Core/UxmlNameAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ namespace UIComponents
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
[Conditional("UICOMPONENTS_INCLUDE_ATTRIBUTES")]
[BaseTypeRequired(typeof(VisualElement))]
[MeansImplicitUse]
[ExcludeFromCoverage]
public sealed class UxmlNameAttribute : Attribute
{
Expand Down

0 comments on commit ddb58b6

Please sign in to comment.