Commit 9724809
committed
Fix ILT0010 warnings
Code ILT0010: Could not find an assembly referenced by other assembly
The following warnings surfaced due to the missing assembly.
Since, the assembly is not found, any referenced code got hit with these warnings
Code ILT0005: The type from an assembly was not included in compilation, but was referenced in a method.
Code ILT0003: The method will always throw an exception due to the missing method in an assembly.1 parent b695a6d commit 9724809
File tree
1 file changed
+4
-0
lines changed- UnitTests/UnitTests.HighPerformance.UWP
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
155 | 159 | | |
156 | 160 | | |
157 | 161 | | |
| |||
0 commit comments