-
_Originally posted by @dotMorten in:_
## Summary
One of my biggest griefs with MSTest is I can't test if my stuff works right in an AoT build.
Try building your project with `dotnet publish -c…
-
I have a Spring Boot App with Gradle and Kotlin including `id("org.graalvm.buildtools.native") version "0.9.26"` and a `META-INF/native-image` folder in Resources. When running bootBuildImage with pak…
-
Optimize code to allow trimming / native AOT:
- https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/
- https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/prepare-libra…
-
The libraries tests are currently running under Native AOT with a variety of workarounds and special cases. For this to be sustainable, we need a stable, compatible testing suite for Native AOT testin…
-
When compiling to native AOT, I get the following: `Unhandled Exception: System.MissingMethodException: No parameterless constructor defined for type 'MyClass'.`
```
at System.ActivatorImpleme…
-
**Describe the bug**
When I enable PublishAOT I am getting an ArgumentOutOfRangeException that originates from this line:
`var a = DisplayArea.FindAll();`.
**To Reproduce**
Just add the provided…
-
### Godot version
4.2rc2
### System information
Ubuntu 22.04
### Issue description
Activating the Native AOT including `true` and changing the `net8.0` to the .csproj file return failed…
-
### Description
New test added in https://github.com/dotnet/runtime/pull/88639 fails on Native AOT
### Reproduction Steps
Run the src/tests/Loader/classloader/StaticVirtualMethods/InterfaceVariance…
-
In dart-lang/fixnum#117 we make `Int64` class a wrapper around `int` on platforms that support 64-bit `int`s (VM, AOT, Wasm).
With extension classes we should also make the new wrapper class an ext…
-
### 🚀 The feature, motivation and pitch
AOT inductor looks like the upcoming means to do inference from native code that was trained in pytorch, and the replacement for torchcript export to native co…