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 10a3187 commit 2f5b553Copy full SHA for 2f5b553
src/Http/Http.Abstractions/src/Validation/ValidatablePropertyInfo.cs
@@ -21,7 +21,7 @@ public abstract class ValidatablePropertyInfo : IValidatableInfo
21
/// Creates a new instance of <see cref="ValidatablePropertyInfo"/>.
22
/// </summary>
23
protected ValidatablePropertyInfo(
24
- [param: DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicProperties)]
+ [param: DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicProperties | DynamicallyAccessedMemberTypes.PublicConstructors)]
25
Type declaringType,
26
Type propertyType,
27
string name,
0 commit comments