Method '%1$s', while executing within a constrained execution region, makes a call at IL offset 0x%2$04X to '%3$s', which is virtual and cannot be prepared automatically at compile time. The caller must ensure this method is prepared explicitly at runtime before entering the constrained execution region.
Method '%1!ls!' cannot implement interface accessor '%2!ls!' for type '%3!ls!'. Use an explicit interface implementation. ...
Method '%1$s' calls RuntimeHelpers.PrepareConstrainedRegions() at IL offset 2$04X. This is invalid since it does not coincide ...
Method '%1$s', which contains at least one constrained execution region, cannot be prepared automatically since it has one ...
Method '%1$s', while executing within a constrained execution region, makes a call at IL offset 2$04X to '%3$s', which does ...
Method '%1$s', while executing within a constrained execution region, makes a call at IL offset 2$04X to '%3$s', which is ...
Method '%3' on type '%1' from assembly '%2' tried to explicitly implement a local method with weaker type parameter constraints. ...
Method '%3' on type '%1' from assembly '%2' tried to explicitly implement a parent method with weaker type parameter constraints. ...
Method '%3' on type '%1' from assembly '%2' tried to explicitly implement an interface method with weaker type parameter ...
Method '%3' on type '%1' from assembly '%2' tried to implicitly implement an interface method with weaker type parameter ...