Version
6.6.2
Environment
Windows 11 25H2 26200.9168
Steps to reproduce
- Create a sample UWP app native project
- Add Nuget reference of youtubeexplode 6.6.1/6.6.2
- Build the project in Release x64/x86 with .NET Native tool chain compilation enabled.
The compilation fails with Internal compiler error: Sequence contains more than one element.
This breaks the fix for #938 - Downgrade System.Text.Json to 9.0.2 for UWP .NET Native Toolchain compatibility by @Copilot in #938
Details
Adding YoutubeExplode v6.6.2 in UWP projects should not break the UWP .NET Native Toolchain compatibility.
This works for the package 6.6.0
Checklist
Version
6.6.2
Environment
Windows 11 25H2 26200.9168
Steps to reproduce
The compilation fails with Internal compiler error: Sequence contains more than one element.
This breaks the fix for #938 - Downgrade System.Text.Json to 9.0.2 for UWP .NET Native Toolchain compatibility by @Copilot in #938
Details
Adding YoutubeExplode v6.6.2 in UWP projects should not break the UWP .NET Native Toolchain compatibility.
This works for the package 6.6.0
Checklist