我收到以下警告:
Possible null assignment to an entity marked with Value cannot be null attribute
My code:
if (verifier.GetType().GetInterface(typeof(IAsyncVerifier).FullName, true) == null)
{
continue;
}
在<代码>类型(IAsyncVerifier)上发出的警告。 这怎么可能无效? 你们将如何解决这个问题? 或者,如果物体实施特定接口,那么数据可能更好?