dotnet / dotnet/command-line-api
This isn't guaranteed to work in a NativeAOT app. Just because the app uses a `IList<double>`, it doesn't mean that `double[]`'s code is going to get preserved/generated.
Open
bug
- Dominant language
- C#
- Stars
- 3.7k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
This isn't guaranteed to work in a NativeAOT app. Just because the app uses a `IList`, it doesn't mean that `double[]`'s code is going to get preserved/generated.
_Originally posted by @eerhardt in https://github.com/dotnet/command-line-api/pull/2127#discussion_r1171510605_
Contributor guide
Assessment
This issue has not been assessed yet.