We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38ed29 commit 2252f23Copy full SHA for 2252f23
src/Validation/gen/Emitters/ValidationsGenerator.Emitter.cs
@@ -86,7 +86,7 @@ public GeneratedValidatableTypeInfo(
86
Type = type;
87
}
88
89
- [global::System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(global::System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties | global::System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors)]
+ [global::System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(global::System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.Interfaces)]
90
internal global::System.Type Type { get; }
91
92
protected override global::System.ComponentModel.DataAnnotations.ValidationAttribute[] GetValidationAttributes()
0 commit comments