Skip to content

Commit

Permalink
refactor: removed the obsolete attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
amyskippy committed Oct 6, 2024
1 parent 82c9a06 commit 9ffc003
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MapDataReader/MapperGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ private static void SetPropertyByUpperName(this {{typeNodeSymbol.FullName()}} ta
/// Map the data reader to <see cref="{{typeNodeSymbol.FullName()}}">{{typeNode.Identifier}}</see>
/// </summary>
/// <seealso cref="{{typeNodeSymbol.FullName()}}">{{typeNode.Identifier}}</seealso>
[Obsolete("Use To<T> instead, this will be removed in future versions.")]
public static List<{{typeNodeSymbol.FullName()}}> To{{typeNode.Identifier}}(this IDataReader dr)
{
return dr.To<{{typeNodeSymbol.FullName()}}>();
Expand Down

0 comments on commit 9ffc003

Please sign in to comment.