File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed
net35+net40+net50+net50-windows+netstandard20 Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -967,10 +967,12 @@ namespace QRCoder.Exceptions
967
967
}
968
968
namespace QRCoder.Extensions
969
969
{
970
+ [System.Obsolete("This class will be removed in a future version of QRCoder.")]
970
971
public static class CustomExtensions
971
972
{
972
973
public static string GetStringValue(this System.Enum value) { }
973
974
}
975
+ [System.Obsolete("This attribute will be removed in a future version of QRCoder.")]
974
976
public class StringValueAttribute : System.Attribute
975
977
{
976
978
public StringValueAttribute(string value) { }
Original file line number Diff line number Diff line change @@ -977,10 +977,13 @@ namespace QRCoder.Exceptions
977
977
}
978
978
namespace QRCoder.Extensions
979
979
{
980
+ [System.Obsolete("This class will be removed in a future version of QRCoder.")]
980
981
public static class CustomExtensions
981
982
{
983
+ [System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("This method uses reflection to examine the provided enum value.")]
982
984
public static string GetStringValue(this System.Enum value) { }
983
985
}
986
+ [System.Obsolete("This attribute will be removed in a future version of QRCoder.")]
984
987
public class StringValueAttribute : System.Attribute
985
988
{
986
989
public StringValueAttribute(string value) { }
Original file line number Diff line number Diff line change @@ -904,10 +904,13 @@ namespace QRCoder.Exceptions
904
904
}
905
905
namespace QRCoder.Extensions
906
906
{
907
+ [System.Obsolete("This class will be removed in a future version of QRCoder.")]
907
908
public static class CustomExtensions
908
909
{
910
+ [System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("This method uses reflection to examine the provided enum value.")]
909
911
public static string GetStringValue(this System.Enum value) { }
910
912
}
913
+ [System.Obsolete("This attribute will be removed in a future version of QRCoder.")]
911
914
public class StringValueAttribute : System.Attribute
912
915
{
913
916
public StringValueAttribute(string value) { }
Original file line number Diff line number Diff line change @@ -831,10 +831,12 @@ namespace QRCoder.Exceptions
831
831
}
832
832
namespace QRCoder.Extensions
833
833
{
834
+ [System.Obsolete("This class will be removed in a future version of QRCoder.")]
834
835
public static class CustomExtensions
835
836
{
836
837
public static string GetStringValue(this System.Enum value) { }
837
838
}
839
+ [System.Obsolete("This attribute will be removed in a future version of QRCoder.")]
838
840
public class StringValueAttribute : System.Attribute
839
841
{
840
842
public StringValueAttribute(string value) { }
You can’t perform that action at this time.
0 commit comments