-
The IL opcodes `ldftn` / `calli` (for methods without an `[UnmanagedCallersOnly]` attribute) are compiled differently in mono in some scenarios:
1. In purely JITed and non-"llvmonly" AOT environmen…
-
**Please describe which feature you have a question about?**
In amplify cicd in the backend section I need to use gradle nativeImage to build my lambda function. Probably gradle build is executed ins…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [f6824bc9e8c68d3edb3d0a4c91e9bacd73d7767f](https://github.com/dotnet/runtime/commit/f68…
-
## Background and Motivation
Per today, the C# compiler has a lot of functionality for trimming compiler output to a minimum based on static analysis. E.g. for a Native AOT project.
It's a long sh…
-
I have **a full working configuration ok for spring boot which correctly propagate traceid from feign client to server,** but when pass this to native AOT compilation it stops working:
1) @Observed a…
-
I thought to create an issue to collect some of the ideas that have been floating around, that could potentially be implemented with SFML.Net 3. Feel free to add your comments on any topic below. If s…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I was playing around with the native AoT support for the new OpenAPI feature in the .NET 9 pr…
-
on SEGV on the guard pages, the signal handler performs longjmp to recover the control flow.
for aot frames it's fine.
however, when it's caused by native code like host functions, it can end up wit…
yamt updated
6 months ago
-
_Original issue by @aravindvakil on [2019-03-21T09:17:04Z](https://github.com/ionic-team/ionic/issues/17841)_
Unable to do production build in ionic 3.19.0. I've checked the related AOT build error i…
-
### Description
When upgraded an existing application that uses C# expression tree and AOT to use dotnet 8 some unit tests failed. After some investigation and few tests with expression tree in apa…