Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasstich committed Oct 21, 2024
1 parent 3dd5f21 commit 193aadb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Moyou.Aspects/Moyou.Aspects.Memento/MementoAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,6 @@ bool IsTypeOfMemberSupported(IFieldOrProperty member)
public override void BuildEligibility(IEligibilityBuilder<INamedType> builder)
{
base.BuildEligibility(builder);
// builder.MustSatisfy(type => type.NestedTypes.Any(NestedTypeIsEligible),
// type =>
// $"{type.Description} must contain a nested private class, (struct) record or struct called 'Memento''");
builder.MustNotBeAbstract();
builder.MustNotBeInterface();
}
Expand Down

0 comments on commit 193aadb

Please sign in to comment.