mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-01-11 19:44:55 +00:00
fix: Obfuscation attributes NEED to be in the System.Reflection namespace to work
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// =============================================================================
|
||||
#if SIMPLSHARP
|
||||
// =============================================================================
|
||||
// Definition of Custom Attributes for Declarative Obfuscation
|
||||
// =============================================================================
|
||||
//
|
||||
@@ -17,7 +18,7 @@ using System;
|
||||
|
||||
// ReSharper disable once CheckNamespace
|
||||
|
||||
namespace ICD.Common.Properties
|
||||
namespace System.Reflection
|
||||
{
|
||||
/// <summary>
|
||||
/// Instructs obfuscation tools to use their standard obfuscation rules for the appropriate assembly type.
|
||||
@@ -141,3 +142,4 @@ namespace ICD.Common.Properties
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user