Description
For example:
// Should produce warning because we should be able to parse the type name, resolve it
// and find the method with RUC and thus issue a warning due to potential access to that method.
Type.GetType("TypeWithRUCMethod").GetMethods();
This is also happening in places with annotated string values.
There's a TODO in the code about this:
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status