Porting Assistant for .NET now supports automated code translation. In addition to identifying incompatibilities in the source code, Porting assistant can now automatically make changes to the source code to address commonly found incompatibilities with .NET Core. For example, when Porting Assistant detects the usage of Entity Framework in an application, it automatically adds EF Core as a dependency, update the namespaces in the source code, and add applicable stubs to allow developers to quickly port the application.