migrate-nullable-references
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- Automated Project Scanning: The included PowerShell script,
Get-NullableReadiness.ps1, scans local C# project files and source code to identify nullability settings and estimate migration effort. It uses regular expressions to count directives and operators without executing the analyzed code. - Standard Development Tooling: The workflow relies on standard .NET CLI commands (e.g.,
dotnet build,dotnet test) for project validation and enforcement. These are standard tools for C# development environments. - Safe Local Analysis: The file system operations are limited to reading project-related files (
.csproj,.sln,.cs) and do not involve network connectivity or external data transmission. - Structured Guidance: The reference documents provided (e.g., for EF Core and ASP.NET Core) offer best practices for handling NRTs in specific frameworks, focusing on avoiding breaking changes and maintaining code quality.
Audit Metadata