-
# Summary
Plan to implement basic support for the multi-memory proposal, first focusing on the classic interpreter and AOT running modes.
## Overview of Basic Support Plan
With basic suppor…
-
**Describe the bug**
**To Reproduce**
1. Create a new WinUI 3 app, and enable it for AoT
2. Replace the MainWindow.xaml.cs code with the following:
```cs
public MainWindow()
…
-
So i tried to use RocksDbSharp in a AoT published project today and it didn´t work.
Looked at the code, and yes makes sense, as it emits the IL to call into the native shared objects during runtime…
-
Once the Dart code is compiled in AOT mode, we can understand which methods and classes are used from the jnigen generated bindings and can use that to generate proguard rules. The tree-shaking inform…
-
# Summary
Plan to implement basic support for the memory64 proposal, first focusing on the classic interpreter and AOT running modes.
## Overview of Basic Support Plan
With basic support comp…
-
### Describe the bug
This line causes the error
```cs
jobsApi.MapGet("/Status/{id:guid}",JobStatusById);
```
however this works as expected
```
jobsApi.MapGet("/Status/{id}",JobStat…
-
I'd like to suggest some improvements to make wasmtime-dotnet more AOT friendly. I'm thinking along the lines of enabling static linking against wasmtime, which could really improve scenarios where th…
-
### Description:
`sam build` fails after creating the out-of-the-box HelloWorld dotnet 7 aot project [in a WSL2/Ubuntu/Bash environment but seems to work fine a pure Windows environment - Brad …
-
I have a Attribute to change JSON serialization from camelCase to PascalCase, which worked fine in dotnet 7, but in dotnet 8 i am getting an error `System.InvalidOperationException: JsonSerializerOpti…
-
In order to support a wide range of .NET versions (& UWP as well), this library should support .NET Standard 2.0.
I'm currently working on an [OwlCore.Storage](https://github.com/Arlodotexe/OwlCore…