-
### Issue Description:
**Environment:**
- OS: Windows 10
- .NET version: .NET 9
- Library: sqlite-net (using Microsoft.Data.Sqlite for SQLite interaction)
**Problem:**
When compiling my projec…
-
When building an executable the native AOT compiler, Yubico.NativeShims.dll is output next to the executable instead of being trimmed away. There are also no compiler warnings about dependencies havin…
-
### Is your feature request related to a problem? Please describe.
There are plenty of reasons why someone might want to compile a DLL to machine code, but then also still be able to use it in a .NET…
-
See [ASP.NET Core and native AOT compatibility](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-8-preview-3/#asp-net-core-and-native-aot-compatibility)
Where should the follo…
-
looking at the aot runtime, we have EXCE_NATIVE_STACK_OVERFLOW checks in:
* invoke_native_internal with OS_ENABLE_HW_BOUND_CHECK (invoke_native_with_hw_bound_check)
* aot_call_indirect
otoh, we…
yamt updated
7 months ago
-
We should at least consider adding a trim-friendly attribute to MessagePack and add the analyzers necessary to ensure proper execution under NativeAOT.
See these resources:
- https://devblogs.mic…
-
I have a basic Spring Boot app using web and GemFire. When I run it with aot enabled, like this: `java -Dspring.aot.enabled=true -jar build/libs/spring-native-experiment-1.0-SNAPSHOT.jar`, it breaks, …
-
In ASP.NET Core, we have some code that determines if a Type is "awaitable". See
https://github.com/dotnet/aspnetcore/blob/206b0aeca39d5eb12e55ce4e35ef4c8b9bc63c86/src/Shared/ObjectMethodExecutor/A…
-
It seems this library does not have AOT support, i tried a basic sample and the AOT tooling give me warnings and the generated exe throws an exception.
Tried a trivial 3 lines sample on a Console app…
-
### Description
The library SkiaSharp.HarfBuzz does not work at all in AOT mode with .NET 8 and 9, however everything works fine in .NET 7.
![image](https://github.com/user-attachments/assets/164a8…