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
[release/6.0] Revert bind single elements to array in configuration binder (#59733)
* Revert "Apply feedback from PR #57204 (#57872)"
This reverts commit e4a455f.
* Revert "Allow ConfigBinder to bind arrays to Singular elements (#57204)"
This reverts commit 7f595ce.
Co-authored-by: Santiago Fernandez Madero <[email protected]>
Copy file name to clipboardExpand all lines: src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs
+4-29Lines changed: 4 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,6 @@ public static class ConfigurationBinder
19
19
privateconststringTrimmingWarningMessage="In case the type is non-primitive, the trimmer cannot statically analyze the object's type so its members may be trimmed.";
20
20
privateconststringInstanceGetTypeTrimmingWarningMessage="Cannot statically analyze the type of instance so its members may be trimmed";
21
21
privateconststringPropertyTrimmingWarningMessage="Cannot statically analyze property.PropertyType so its members may be trimmed.";
Copy file name to clipboardExpand all lines: src/libraries/Microsoft.Extensions.Configuration.Binder/tests/Microsoft.Extensions.Configuration.Binder.Tests.csproj
0 commit comments