Commit 2092309
Fixed a problem registering React assemblies with TinyIoC in some instances (#354)
* Fixed a problem registering React assemblies with TinyIoC in some instances
In some instances (unknown cause) RuntimeLibrary names are lower case.
In this case they were failing to register with TinyIoC.
* StringComparison->StringComparer for Linq Contains()1 parent e12020b commit 2092309
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments