-
In .NET 8, using `createdump` for native AOT applications require some manual steps:
- Need the C++ runtime
- Need access to the 8.0 .NET core version of `createdump`. The .NET core version of `cr…
-
## Description
When attempting to use Native AOT with the Maui Blazor template targeting iOS with dotnet version `8.0.100-rtm.23479.1`, the app fails to display the main page. No errors were retrie…
-
Hi owner, contributers and members,
I am reaching out to you regarding a feature request and seeking confirmation on the release plans for a NativeAot-compatible version of FastEndpoints.
Currentl…
-
-
ulox should be able to function with https://docs.microsoft.com/en-us/dotnet/core/deploying/native-aot
This work would lead to the ability to deploy ulox as a single executable for cli which might be…
-
### Description
Load a native aot binary compiled with win-x86 cause randomly crash during executing.
i'm using runtime commit https://github.com/dotnet/runtime/commit/af1b39a3d8bb2221ab1021f20ba6…
-
### Subject of the issue
Running AOT code on MacOS; works fine without `--xip`, but with the flag I crash on access error when trying to call native code.
### Test case
### Your environment
…
-
We can't unit test Native AOT implementation of `DebugStackTrace` (there's no xUnit runner to support AOT so no way to test this in unit tests. There's a tracking issue: https://github.com/dotnet/runt…
vaind updated
6 months ago
-
We have the following trimming suppression:
https://github.com/dotnet/extensions/blob/6487428046a2d7a5c8bb6034e97c38d6e0b7affa/src/Libraries/Microsoft.Extensions.AI.Abstractions/Utilities/AIJsonUtili…
-
I was curious if NativeAOT-support is something being considering for a future release.
In my own testing with this package I found just two places I believe to the the problem for AOT. `JsonSerial…