[
https://issues.apache.org/jira/browse/IGNITE-18178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Tupitsyn updated IGNITE-18178:
------------------------------------
Description:
.NET 7 provides Native AOT capabilities, where the app is published as native
code without dependencies:
https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/
However, if we try to use Ignite.NET in such a scenario, the following error is
produced (both for thin and thick APIs):
{code}
TBD
{code}
Get rid of unnecessary reflection in *PlatformMemoryUtils* to enable native AOT
in user apps.
> .NET: Add support for Native AOT publish
> ----------------------------------------
>
> Key: IGNITE-18178
> URL: https://issues.apache.org/jira/browse/IGNITE-18178
> Project: Ignite
> Issue Type: Improvement
> Components: platforms
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: .NET
>
> .NET 7 provides Native AOT capabilities, where the app is published as native
> code without dependencies:
> https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/
> However, if we try to use Ignite.NET in such a scenario, the following error
> is produced (both for thin and thick APIs):
> {code}
> TBD
> {code}
> Get rid of unnecessary reflection in *PlatformMemoryUtils* to enable native
> AOT in user apps.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)