Supported use cases - AWS Microservice Extractor for .NET

Supported use cases

AWS Microservice Extractor for .NET supports the following use cases.

.NET Versions

AWS Microservice Extractor for .NET supports .NET Framework and .NET Core ASP.NET web service applications. Specifically, Microservice Extractor supports the following versions:

  • Application visualization:

    • .NET Framework version 4.0 and later

    • .NET Core version 3.1

    • .NET version 5.0

    • .NET version 6.0

    • .NET version 7.0

  • Application extraction:

    • .NET Framework version 4.5 and later

    • .NET Core version 3.1

    • .NET version 5.0

    • .NET version 6.0

    • .NET version 7.0

Microservice Extractor supports analysis of C# source code. Extraction is supported for only ASP.NET MVC applications.

Extraction

Microservice Extractor supports extraction for the following use cases:

  • Classes are extracted in their entirety. Partial class extraction is not supported.

  • Classes do not change during compilation. Classes that change class structure during compilation are not supported.

Controllers

Microservice Extractor supports the following actions in relation to controllers:

  • For applications with controllers, Microservice Extractor converts local method calls at the controller level to network calls to the extracted service.

  • For other applications, Microservice Extractor adds code comments by default. If you choose the advanced option for Method invocations from the application to the extracted service during extraction, Microservice Extractor replaces local method calls with network calls, where possible.

  • For MVC applications, Microservice Extractor copies the views (.cshtml file) to the extracted service to be able to render the relevant HTML when returning the response.