aws AWS What's New ·

AWS Transform for .NET Now Generates Unit Tests for Modernized Code

infraawsgaengineer
feature

AWS Transform for .NET now automatically generates unit tests for code modernized from .NET Framework to modern .NET, streamlining the migration process. This new opt-in capability targets testable classes like business logic and controllers, providing an automated test safety net. Teams can now complete migrations with initial test coverage in place, reducing the manual effort previously required for test creation. The feature is supported via the AWS Toolkit for Visual Studio extension across all regions where AWS Transform for .NET is available.

Features (1)
  • Automated Unit Test Generation for Modernized .NET Applications

    AWS Transform for .NET can now automatically generate unit tests for modernized code as part of the migration job. This feature assesses application testability, plans coverage for classes and methods, and generates corresponding unit test code. It provides an automated test safety net for the transformed codebase, reducing the need for manual test writing post-migration.

Read the original announcement →

https://aws.amazon.com/about-aws/whats-new/2026/09/aws-transform-net-unit-tests

Related releases