We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7283f commit e06f6edCopy full SHA for e06f6ed
1 file changed
…ster.Core/Attributes/AdaptAsAttribute.cs …er.Core/Attributes/AdaptWithAttribute.cssrc/Mapster.Core/Attributes/AdaptAsAttribute.cs renamed to src/Mapster.Core/Attributes/AdaptWithAttribute.cs
@@ -4,7 +4,6 @@ namespace Mapster
4
{
5
[AttributeUsage(AttributeTargets.Class
6
| AttributeTargets.Struct
7
- | AttributeTargets.Interface
8
| AttributeTargets.Property
9
| AttributeTargets.Field, AllowMultiple = true)]
10
public class AdaptWithAttribute : Attribute
0 commit comments