Commit 8839704
authored
Update suppression reason for Assembly.GetType call (#105577)
With #104060 there will be
trim warnings whenever a non-qualified type name is used with
this API, so the call to `_type.AssemblyGetType` is effectively
unreachable in a trimmed app with no trim warnings and it is safe
to suppress.1 parent 040fde4 commit 8839704
File tree
1 file changed
+1
-1
lines changed- src/libraries/System.ComponentModel.TypeConverter/src/System/ComponentModel
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
509 | 509 | | |
510 | 510 | | |
511 | 511 | | |
512 | | - | |
| 512 | + | |
513 | 513 | | |
514 | 514 | | |
515 | 515 | | |
| |||
0 commit comments