-
*Update* the hosting API has been added to Mono. This issue is mainly open now to track the remaining work needed in order to run the DllImportGenerator tests on mobile platforms (or indeed other app…
-
Today Passenger is mostly written in C++. Back when Passenger was created, C and C++ were the only viable options to offer Apache and Nginx integration, ease of installation (users commonly have a C/…
-
How to use CoSetProxyBlanket in P/Invoke source generator?
使用PInvoke和COM源生成改写的代码
Generate the rewritten code using PInvoke and COM sources
[LibraryImport(Ole32, EntryPoint = "CoCreateIn…
-
Hi,
I'm using FFmpeginteropX for a long time, thank you for your great work.
It seems [ShiftMediaProject](https://github.com/ShiftMediaProject) updated all the libraries to latest one around 3 wee…
-
### 🐛 Describe the bug
How to repro:
comment out the line below:
https://github.com/pytorch/pytorch/blob/38d7d366b9f15f84b2f825c277266aa0face2280/test/inductor/test_aot_inductor.py#L2046
and…
-
### Document Link
https://flutter.dev/go/deprecate-html-renderer
### What problem are you solving?
The HTML renderer is complex, underperforming, and limited in graphical expressivity compare…
-
Hello
I would like to ask about the future of mono.
Specifically - the .NET Framework is no longer being developed. The Mono page describes "Open Source .NET Framework". Will mono die with the .NET …
-
I'm aiming to publish my .NET application in a portable architecture that encompasses solely IL (Intermediate Language). Upon deployment, the application will be dynamically compiled into optimized CP…
-
### Proposed change
Currently because we're AOT compatible context or ad-hoc JSON serialization requires a bit of setup to register in the connection:
```csharp
var jsonRegistry = new NatsJsonC…
mtmk updated
7 months ago
-
Hi,
firstly thank you for all your hard work, you're all awesome!
I created a mostly "fresh" app using Rails 5.2, Webpacker 3.5.5 and Angular.
I've follow the angular instructions in the README:…