-
.NET 8 is including a Native AOT mode
https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot
Certes cannot operate in this mode because of the NewtonsoftJson dependency. You need to us…
-
https://github.com/dotnet/core/blob/main/release-notes/9.0/os-packages.md
We should add the required packages for AOT scenarios to the OS packages list. This would help with users rolling their own…
-
Is it in considered that MoarVM supports AOT/native-image so one is able to compile a Perl 6/NQP program to an executable running on machine without MoarVM?
-
#107872 added reflection to the test that cannot be statically analyzed. Native AOT outerloop testing has been on the floor ever since. I'm going to disable running all S.C.Immutable tests under nativ…
-
### Package
Sentry
### .NET Flavor
.NET
### .NET Version
8.0.2
### OS
iOS
### SDK Version
4.2.1
### Self-Hosted Sentry Version
_No response_
### Steps to Reproduce
…
-
Current version sdk isn't compatible compiles to Native AOT.
```
System.InvalidOperationException: JsonSerializerOptions instance must specify a TypeInfoResolver setting before being marked as rea…
-
JitOptRepeat is a JIT configuration that repeats certain optimization phases two or more times to generate better code. Repeated optimization phases can lead to better code because the design of exist…
-
Does Handlebars.NET have support for publishing the application with Native AOT?
```
true
```
If not would it be a suitable future feature in the road map?
Seems like the current us…
-
[Log](https://helixre107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-pull-100697-merge-2382c6b95790428b91/WasmTestOnChrome-ST-Common.Tests/1/console.1771950c.log?helixlogtype=result)
```
…
-
### Android framework version
net9.0-android
### Affected platform version
.NET 9 RC 2
### Description
I was trying to enable "full AOT" and disable JIT on Android:
* `dotnet new maui` - remove t…