refactor: 移除 pragma 代码

This commit is contained in:
Argo-PD 2020-07-31 23:41:31 +08:00
parent 0a94117088
commit c911fd99b2
1 changed files with 0 additions and 2 deletions

View File

@ -101,9 +101,7 @@ namespace Bootstrap.DataAccess
category = "DB";
break;
}
#pragma warning disable CS8600 // 将 null 文本或可能的 null 值转换为非 null 类型。
loopEx = loopEx.InnerException;
#pragma warning restore CS8600 // 将 null 文本或可能的 null 值转换为非 null 类型。
}
try
{