From e32bbb8d4030322bdb454265b3e0625e5c470287 Mon Sep 17 00:00:00 2001 From: Yves Goergen Date: Wed, 4 Nov 2015 23:27:42 +0100 Subject: [PATCH] Obfuscation compatibility (TxLib for XAML use) --- TxLib/Tx.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TxLib/Tx.cs b/TxLib/Tx.cs index 0969c31..040be41 100644 --- a/TxLib/Tx.cs +++ b/TxLib/Tx.cs @@ -18,6 +18,7 @@ using System.Globalization; using System.IO; using System.Linq; +using System.Reflection; using System.Text; using System.Text.RegularExpressions; using System.Threading; @@ -4611,6 +4612,7 @@ public enum TxMode /// can be combined, other values should not be used. /// [Flags] + [Obfuscation(Exclude = true, ApplyToMembers = true, Feature = "renaming")] public enum TxTime { ///