You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|__`SYSLIB1215`__| Options validation generator: Validation attribute on the member is inaccessible from the validator type. |
253
253
|__`SYSLIB1216`__| C# language version not supported by the options validation source generator. |
254
-
|__`SYSLIB1217`__|*_`SYSLIB1201`-`SYSLIB1219` reserved for Microsoft.Extensions.Options.SourceGeneration.*|
254
+
|__`SYSLIB1217`__|The validation attribute is only applicable to properties of type string, array, or ICollection; it cannot be used with other types.|
255
255
|__`SYSLIB1218`__|*_`SYSLIB1201`-`SYSLIB1219` reserved for Microsoft.Extensions.Options.SourceGeneration.*|
256
256
|__`SYSLIB1219`__|*_`SYSLIB1201`-`SYSLIB1219` reserved for Microsoft.Extensions.Options.SourceGeneration.*|
257
257
|__`SYSLIB1220`__| JsonSourceGenerator encountered a [JsonConverterAttribute] with an invalid type argument. |
(constructorParameters.Length!=3||typeSymbol.SpecialType==argumentSpecialType))// When type is provided as a parameter, it has to match the property type.
<value>The validation attribute {0} should only be applied to properties of type string, array, or ICollection. Using it with the type {1} could lead to runtime failures.</value>
<source>The validation attribute {0} should only be applied to properties of type string, array, or ICollection. Using it with the type {1} could lead to runtime failures.</source>
157
+
<targetstate="new">The validation attribute {0} should only be applied to properties of type string, array, or ICollection. Using it with the type {1} could lead to runtime failures.</target>
<source>The validation attribute is only applicable to properties of type string, array, or ICollection; it cannot be used with other types.</source>
162
+
<targetstate="new">The validation attribute is only applicable to properties of type string, array, or ICollection; it cannot be used with other types.</target>
0 commit comments