/dotnet:nullable-audit Analyze nullable reference type (NRT) adoption across the codebase with detailed warnings breakdown and migration recommendations. Arguments Parse arguments from : | Flag | Description | Default | |------|-------------|---------| | | Target specific project (fuzzy matching) | All projects | | | Show per-file breakdown | false | | | Show all nullable warnings | false | Workflow Step 1: Scan Project Configuration Check nullable status in project files: Check Directory.Build.props for solution-wide settings. Step 2: Scan Source Files For projects without solution-wide null…