dotnet-sdk icon indicating copy to clipboard operation
dotnet-sdk copied to clipboard

[FEATURE] Investigate NativeAOT

Open askpt opened this issue 8 months ago • 0 comments

Requirements

Description

The blog post "Creating AOT-compatible libraries" highlights strategies and best practices for making .NET libraries compatible with NativeAOT. Investigating NativeAOT compatibility for the dotnet-sdk could enhance its performance and usability in AOT scenarios.

Tasks

  • [ ] Analyze the current implementation of dotnet-sdk for potential AOT compatibility issues.
  • [ ] Identify dependencies or components that may require changes to support NativeAOT.
  • [ ] Documentation of any limitations or challenges.

askpt avatar Apr 16 '25 17:04 askpt