需要重构 C# 代码以进行 null 检查的工具

发布于 2024-11-25 20:33:38 字数 185 浏览 1 评论 0原文

谁能建议我在 C# 代码中自动进行 null 检查重构?实际问题是,我有一个包含 500 个文件的 C# 控制台应用程序,其中每个文件都包含用户定义对象的主要 IF-ELSE 条件语句。现在,我需要对这些 IF-ELSE 条件语句中使用的所有对象(也是嵌套对象)进行 null 检查。

为了实现这一目标,我需要一个能够自动进行空检查的工具。

Can anyone suggest me for automating the null check refactoring in C# code? The actual problem is, I have a C# console application with 500 files where in each file contains so main IF-ELSE conditional statement for user-defined objects. Now, I need to put null checks for all the objects(also nested objects) used in these IF-ELSE conditional statements.

To achieve this, I need a tool which will place the null checks automatically.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

终难遇 2024-12-02 20:33:38

ReSharper帮助您找到这些。这是一个示例:

在此处输入图像描述

ReSharper will help you find these. Here's an example:

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文