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
Copy file name to clipboardExpand all lines: src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs
+37-4Lines changed: 37 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ 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.";
0 commit comments