Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove duplicated summary section
  • Loading branch information
tarekgh committed Jul 21, 2022
commit bf7969d61e165ad80ebb5756bdde4b1b15a2bfac
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ public class DateOnlyConverter : TypeConverter
/// object using the specified context.
/// </summary>
/// <inheritdoc />
/// <summary>
/// Gets a value indicating whether this converter can convert an object in the given source type to a <see cref='System.DateOnly'/>
/// object using the specified context.
/// </summary>
public override bool CanConvertFrom(ITypeDescriptorContext? context, Type sourceType)
{
return sourceType == typeof(string) || base.CanConvertFrom(context, sourceType);
Expand Down