migrate-dotnet10-to-dotnet11
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- Standard Development Operations: The skill utilizes routine .NET CLI commands such as
dotnet restore,dotnet build, anddotnet testto manage the project lifecycle during migration. These operations are within the expected scope for a development-focused skill. - Official Documentation References: References link to documentation on official platforms such as learn.microsoft.com and GitHub repositories under established organizations. This provides users with verified information on .NET 11 breaking changes.
- Environment Assessment: The workflow includes a check for the .NET 11 SDK version before proceeding, which ensures the local environment is correctly configured for the migration.
- Infrastructure Guidance: The skill provides templates for updating Dockerfiles and CI/CD pipelines (e.g.,
global.json), using standard patterns for container and build orchestration.
Audit Metadata