-
In spring boot it's possible to autowire custom objects with `applicationContext.getAutowireCapableBeanFactory().autowireBean(object)`. This is really helpful.
But it's not working if the applicati…
-
This issue aims to evaluate various methods to reduce the size of the current reachability metadata required for Native Image, specified in `reachability-metadata.json` files. The tradeoff when reduci…
-
### Is your feature request related to a problem? Please describe
When using Trimming and/or AOT while targeting .NET8 `Magick.NET.Core` emits single warning:
```
/_/src/Shared/TypeHelper.cs(20):…
-
We should change `dart pub global` to use AOT instead of JIT.
Also, we should not let `pub` need to worry about how dart is compiled and run, `dart` should be responsible for that.
@jonasfj sugg…
-
### Android application type
.NET Android (net7.0-android, net8.0-android, etc.)
### Affected platform version
.NET 8.0.200, workload 34.0.52/8.0.100
### Description
Since updating from Xamarin t…
-
### Description
`dart compile aot-snapshot bin/example.dart --save-debugging-info=symbols`
> ❯ sentry-cli debug-files check symbols
> Debug Info File Check
> Type: elf debug companion
> C…
-
### Background and motivation
Roslyn currently caches lambda delegates in static mutable fields in nested classes and initializes them lazily at the use site (guarded by a null check).
This patter…
-
As of .NET 5 only applications are support in single-file publish. Components (plugins, or similar) can only be published as multiple files. This can be cumbersome for even small plugins with just a f…
-
Defaulting to current machines features, introduced in #1994, doesn't seem reasonable to me, since a developer would likely never distribute such build to customers, ignoring servers with known hardwa…
-
### 🐛 Describe the bug
When specifying `training=False`, `torch.nn.functional.dropout` is essentially a no-operation. However, after AOTAutograd, `torch.nn.functional.dropout` always clones the input…