-
### 🐛 Describe the bug
To run the repro script, you must patch in https://github.com/pytorch/pytorch/pull/93308 because of dynamic shape related problems in minifier infrastructure
The repro scr…
-
### Discussed in https://github.com/serverpod/serverpod/discussions/1712
Originally posted by **adityapandeyz** January 5, 2024
Issue Description:
When building the Docker image using the …
-
[Immediate.Handlers](https://github.com/viceroypenguin/Immediate.Handlers) is an improved way of dealing with the command/dispatch pattern; both for clarity of dependency relationship, and for perform…
-
### Steps to Reproduce
1. Build and run the Xamarin.Android/Native application once
2. Remove the application from background
3. Cold boot the device
4. The time we are referring to is when the …
-
### Background and motivation
Sometimes we may want to ignore some properties only when serialize, included when deserialize, currently, we had `JsonIgnoreCondition`
``` c#
public enum JsonIgno…
-
.NET 6 improvements listed here: https://github.com/dotnet/runtimelab/issues/336
We're now planning the following improvements for NativeAOT in the .NET 7 timeframe:
## Goals:
For .NET 7 we w…
-
This is not a bug but future direction for all AWS libraries those are part of Opentelemetry. We would like to make them AOT compatible
While investigating, OpenTelemetry.Instrumentation.AWSLambda …
-
### 🐛 Describe the bug
I try to compile an object detection model that uses torchvison's rpn module. it fails when generating anchors with `AssertionError: Mutating module attribute cell_anchors du…
-
### Background and motivation
Libraries such as `System.Linq.Expressions` or MAUI often require the invocation of user-defined operators through reflection. Unfortunately, achieving trimming-safe c…
-
I tried to use AOT-compiled .NET 8 with ModuleClient but it failed:
* it builds with warnings about Newtonsoft.Json.dll, DotNetty.Transport.dll and Microsoft.Azure.Amqp.dll
* in runtime I got
```
…