-
(Note: this proposal was briefly discussed in #98, the C# design notes for Jan 21, 2015. It's a very rough idea at the moment.)
## Background
C# today supports dynamic linking, such that one assembl…
-
when publish with NATIVEAOT, following warnings thrown, does it matter?
>Assembly 'MemoryPack.Core' produced AOT analysis warnings.
>Assembly 'MemoryPack.Core' produced trim warnings. For more infor…
-
## API Proposal
Concerning the question of adding built-in enum name customization support, this would need to be done via a new attribute type:
```C#
namespace System.Text.Json.Serialization;
…
-
The four assemblies for netsparkle come in at 3.46MB, with Bouncy Castle accounting for 3.16 (2.2.2 WPF .Core distribution). That is quite a hefty "penalty" - what is Bouncy Castle used for (ie would …
-
### Steps to Reproduce
1. Create and Empty application
2. Add ` Hybrid` to .csproj
3. Add ` true` to .csproj
[Repro](https://github.com/xamarin/xamarin-android/files/1652928/App1.zip)
…
-
**I'm submitting a ...** (check one with "x")
```
[ X ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit suppo…
-
### [REQUIRED] Please fill in the following fields:
* Unity editor version: 2021.3.23f1
* Firebase Unity SDK version: 10.6.0
* Source you installed the SDK: Unity Package
* Problemat…
-
> ## **Note**: I keep this first comment up-to-date. It includes fixes. You do not have to read the thread unless you are having trouble with its suggestions!
The macOS 15 Sequoia update takes 4 UI…
-
AOT optimization
1.I referenced a dll, but the dll depends on another dll, so I installed only one dll, and the aot release failed(I only use the functionality of a DLL 。 Do not use dependent DL…
-
Greetings.
Thank you for an outstanding and powerful toolset.
I make a stream from consequently running `MP4Box`, from mp4 files with subtitle track.
VTT subtitles are embedded with MP4Box.
``…