Skip to content

Commit 21c3e99

Browse files
committed
Fixes #36 Restrict the Priority attribute to classes
1 parent 5681374 commit 21c3e99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Shared/Plugins/PriortyAttribute.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ namespace Exceptionless.Plugins {
44
/// <summary>
55
/// Used to determine plugin priority.
66
/// </summary>
7+
[AttributeUsage(AttributeTargets.Class)]
78
public class PriorityAttribute : Attribute {
89
public PriorityAttribute(int priority) {
910
Priority = priority;

0 commit comments

Comments
 (0)