-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [bdee729d1502e431a6485eed5fedd271fa90409b](https://github.com/dotnet/runtime/commit/bde…
-
It would be useful in reflection scenarios to allow the user to lookup component ids and execute ECS operations using ``System.Type``. This functionality is required for automatic member registration/…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
My computer has .NET 8.0 installed but my project is configured with .NET 7.0 using ASP…
-
## Description
iOS Maui performance scenarios with Native AOT can't get the fully-drawn magic string event and terminate the measurements successfully.
```
[2023/07/20 01:42:04][INFO] {"count":…
-
The build tools create a nice debugger cache of all the sources from dependencies in the native image (that's how you can debug that code visually), but they don't copy any APT generated sources, so t…
dsyer updated
3 years ago
-
This library doesn't work when used in an application which is compiled for NativeAOT (.net 7):
`using var client = await AcmeClient.CreateAcmeClientAsync(AcmeClient.LETS_ENCRYPT_PRODUCTION_URL);…
-
I found in `interp_jit_call_can_be_supported ` method
https://github.com/dotnet/runtime/blob/c987e4f902859d4f80a24b45c5b2a7e4222b6c0e/src/mono/mono/mini/interp/interp.c#L8641
the generic method o…
-
### 🐛 Describe the bug
Simple compilation of UNet model works fine, but FSDP-wrapped UNet gets recompiled on every block. In real setup cache-size limit is rapidly reached.
Code:
```
import argp…
-
When running `python_scripts/mlp_learn/sdf/robot_sdf.py` under the current version of
```python
def dist_grad_closest_aot(self, q):
return self.aot_lambda(q)
# return self.functor…
-
Firstly a big thanks for this project. It is a life-saver for Macs on the silicon chip.
Just a quick question, will there be support for Java 22 or does the project support LTS releases only?