Add CLSCompliant attribute to VpSharp.Commands assembly

This commit is contained in:
Oliver Booth 2022-11-30 20:18:50 +00:00
parent ba6f6ce239
commit 168c6d9177
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1 @@
[assembly: CLSCompliant(true)]

View File

@ -1,4 +1,4 @@
using System.Collections.ObjectModel;
using System.Collections.ObjectModel;
namespace VpSharp.Commands.Attributes;
@ -6,6 +6,7 @@ namespace VpSharp.Commands.Attributes;
/// Defines the aliases of a command.
/// </summary>
[AttributeUsage(AttributeTargets.Method)]
[CLSCompliant(false)]
public sealed class AliasesAttribute : Attribute
{
/// <summary>