Results 3 issues of RCTycooner

Working with Ceras 4.1.7 in an UWP project (targetting build 16299 of Win10). With .NET Native tool chain compilation _disabled_, everything works fine. However, with that option enabled (and I...

Low Priority

> ## Current Status of this Issue > This is an issue with the underlying Azure DevOps Node SDK or REST API endpoints, not this task. Hence, an issue has...

GenerateReleaseNotes (XPlat version)
Known Issue

Hi, Using 3.2.9, and the following code ```c# var youtube = YouTube.Default; var vid = youtube .GetAllVideos("https://www.youtube.com/watch?v=NRvTj2zM5Uw") ?.OrderByDescending(s => s.AudioBitrate) .FirstOrDefault(); var x = vid.GetBytes(); ``` This gives the following...