Commit f0e605b
authored
FIX: Allow numbers in TextBindingResolver (#597)
* Update TextBindingResolverFactory.cs
In cases where propertynames contain a number, e.g. "Comment1", they will be excluded from the resolver. The fix allows for all legitemate property names to be binded with the resolver1 parent fecd3b7 commit f0e605b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
0 commit comments