mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 13:15:07 +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
|
// Definition of Custom Attributes for Declarative Obfuscation
|
||||||
// =============================================================================
|
// =============================================================================
|
||||||
//
|
//
|
||||||
@@ -17,7 +18,7 @@ using System;
|
|||||||
|
|
||||||
// ReSharper disable once CheckNamespace
|
// ReSharper disable once CheckNamespace
|
||||||
|
|
||||||
namespace ICD.Common.Properties
|
namespace System.Reflection
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Instructs obfuscation tools to use their standard obfuscation rules for the appropriate assembly type.
|
/// 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