Skip to content

Commit 1f76416

Browse files
committed
Flagged Windows value converters as obsolete
1 parent aee8e4a commit 1f76416

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/MADE.Data.Converters/BooleanToStringValueConverter.Windows.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace MADE.Data.Converters
1313
/// <summary>
1414
/// Defines a Windows components for a XAML value converter from <see cref="bool"/> to <see cref="string"/>.
1515
/// </summary>
16+
[Obsolete("Use the replicated BooleanToStringValueConverter type from the MADE.UI.Data.Converters library instead.")]
1617
public class BooleanToStringValueConverter : DependencyObject, IValueConverter, IValueConverter<bool, string>
1718
{
1819
/// <summary>

src/MADE.Data.Converters/DateTimeToStringValueConverter.Windows.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ namespace MADE.Data.Converters
1010
/// <summary>
1111
/// Defines a Windows components for a XAML value converter from <see cref="DateTime"/> to <see cref="string"/> with an optional format string.
1212
/// </summary>
13+
[Obsolete("Use the replicated DateTimeToStringValueConverter type from the MADE.UI.Data.Converters library instead.")]
1314
public partial class DateTimeToStringValueConverter : IValueConverter
1415
{
1516
/// <summary>

0 commit comments

Comments
 (0)