mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 03:57:32 +00:00
fix: Obfuscation attributes NEED to be in the System.Reflection namespace to work
This commit is contained in:
parent
48ff54de82
commit
f8030a45f4
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue