-
When compiling an app that uses System.Text.Json using NativeAOT, using .NET 9 Preview 3, the app throws an exception:
```
Unhandled exception. System.NotSupportedException: 'System.Text.Json.Seri…
-
I wonder what the future and the roadmap looks like?
I have also some (very) crazy ideas but I'd first like to learn about the goals and roadmap if any :wink:.
-
When compiling a Dropwizard project with Java 9, Jackson compilation throws the following error,
`WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by…
-
**Describe the bug**
Enabling trim mode when publishing a project using Terminal.Gui will throw this error when run. Disabling trim mode or reverting to v1 resolves this issue:
```cs
Unhandled ex…
-
## Background and motivation
The recent popularity of [function calling capabilities](https://platform.openai.com/docs/guides/function-calling) in LLMs as well as the [upcoming OpenAPI work](https:…
-
In a few places in the OpenAPI.NET codebase, the `GetDisplayName` method is used to resolve a prettified display name associated with an enum value from the `[Display]` attribute.
https://github.co…
-
### Description
Building a console app with `dotnet publish -c Release -r win-x64 --no-build`, I get double warnings from the Roslyn analyzer and ILC:
```
"D:\src\nativeaotwarnings\nativeaotwar…
-
I am having problems playing videos on my Redmi 8 device.
https://github.com/wang-bin/fvp/assets/75975945/2e3e014e-879b-4e7d-9e4e-e5bbe68629ca
-
**Describe the bug**
I am currently using the player embedded in the FVP's mdk.dart. After connecting a local video file to the player and starting playback, I set a 10ms timer, but sometimes the pos…
-
Would it be possible to enable Web Assembly in Dart?
Were this to be possible, I think it would greatly increase investment in the language as existing codebases would have a common compile target …