NativeAOT compilation support for projects
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 7.8k
- Forks
- 1.2k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 49
Description
Is your feature request related to a problem? Please describe.
.NET 8 adds NativeAOT support for more platforms. This may be used to replace the mono runtime to improve performance on some platforms that JIT compilers (such as iOS) are not allowed
Describe the solution you'd like
Add NativeAOT compilation output support for projects
Describe alternatives you've considered
Use the source generator instead of reflection
Additional context
https://learn.microsoft.com/dotnet/core/deploying/native-aot/
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked .NET NativeAOT documentation and map its requirements to Stride’s project compilation paths. Determine which platforms and projects are in scope and how NativeAOT output would be produced and validated; the issue names no files or tests, so these entry points must be identified before implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- build-system, game-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100