Skip to content

Commit 17cf74e

Browse files
committed
Add obsolete warning
1 parent d4c9626 commit 17cf74e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher.Infrastructure/UI/EnumBindingSource.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
namespace Flow.Launcher.Infrastructure.UI
55
{
6+
[Obsolete("EnumBindingSourceExtension is obsolete. Use with Flow.Launcher.Localization NuGet package instead.")]
67
public class EnumBindingSourceExtension : MarkupExtension
78
{
89
private Type _enumType;

0 commit comments

Comments
 (0)