dotnet-sdk
dotnet-sdk copied to clipboard
[FEATURE] Investigate NativeAOT
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.